I have just started using excel and have a simple question:
I have a substantial sheet with rows that include a status field (sheet1.status).
I have to extract rows according to two separate conditions:
a) where sheet1.status = ‘X’
b) where sheet1.status = ‘Y’
I want to copy these two datasets into the next sheet, and display them one after the other.
I do not want empty rows within each dataset, and the datasets should be automatically updated whenever I change anything in the first sheet..
How can I do this?
I tried the autofilter option, but this does not seem to work properly.
Any help is very much appreciated!
I have a substantial sheet with rows that include a status field (sheet1.status).
I have to extract rows according to two separate conditions:
a) where sheet1.status = ‘X’
b) where sheet1.status = ‘Y’
I want to copy these two datasets into the next sheet, and display them one after the other.
I do not want empty rows within each dataset, and the datasets should be automatically updated whenever I change anything in the first sheet..
How can I do this?
I tried the autofilter option, but this does not seem to work properly.
Any help is very much appreciated!