Im trying to sort a column in excel, my column has three different types- High, med and low, so i want High to come first, followed by medium and low, im trying to use sort data table activity but it gives the option of sorting descending or ascending only.
How do i arrange on bases of values like high, medium and low
Hi Samir, I need to sort a single column, which has many cells of High, medium and low -rowise.
Its not mulitple columns like the way you have mentioned on top
I need to sort out the rows which is colored, in the order of High, medium and Low. And simultaneously, all the other columns and rows also should get aligned.
In this condition you can use filte datatable and filter that datatable in 3 different case high, medium and low,
and using Append Range you can append data like 1st high then Mediun and then Low, @shreyaank
HI, have a look.
Apologies for clumsy code. 5July.zip (20.5 KB)
It maintain your cell color also.
If you dont want cell color then only keep select statement assigned activity and append range activity.
But it work and give your required output and suggestion or different way to achieve this will be appreciable
I tried your solution, i have attached the output excel, im not able to segregate the column properly, and when the data gets appended - dt2 and dt3, empty cells are popping up. Please have a lookformat.xlsx (13.5 KB)
I tried your solution, i have attached the output excel, im not able to segregate the column properly, and when the data gets appended - dt2 and dt3, empty cells are popping up. Please have a lookformat.xlsx (13.5 KB)
[/quote]
I figured out a way to delete the unwanted columns by passing the correct range for the datatable. However, when Im trying to append the datatable for High,Med and Low, there are empty rows in between, Please see the below screenshot. The excel table breaks in between and again starts appending from row 56,57 …