Hi all, I hope someone can help with this tricky one.
My Excel Table "Tracker" is sorted using the values in column "Index", I have a column named "Status" which can have several values, one of them being "Cancelled".
I want to sort my table so that the rows where the status is "Cancelled" are moved to the end of the table and sorted by "Index".
Also, I would like the row move to take place automatically upon changing the "Status" using the Worksheet_Change procedure, i.e when I change the Status to "Cancelled", say on row D where "Index" is 11, I want this row to be sent to the end of the table with all the "Cancelled" rows between rows with index 10 and 15 (which are currently "Cancelled" and contiguous). Likewise, when the status changes from "Cancelled" to any other value, I want the order sent back with the other orders in the Table at the right place (sorted by index)
Thanks in advance for your help.
My Excel Table "Tracker" is sorted using the values in column "Index", I have a column named "Status" which can have several values, one of them being "Cancelled".
I want to sort my table so that the rows where the status is "Cancelled" are moved to the end of the table and sorted by "Index".
Also, I would like the row move to take place automatically upon changing the "Status" using the Worksheet_Change procedure, i.e when I change the Status to "Cancelled", say on row D where "Index" is 11, I want this row to be sent to the end of the table with all the "Cancelled" rows between rows with index 10 and 15 (which are currently "Cancelled" and contiguous). Likewise, when the status changes from "Cancelled" to any other value, I want the order sent back with the other orders in the Table at the right place (sorted by index)
Thanks in advance for your help.