I'm trying to create a list based on the value in a column of another table. I can't use pivot tables.
So the data look like this:
ID# Status
1A Open
2A Escalated
3B Closed
4R Escalated
5E Open
etc.
From this table I want to create a list that just contains the 'Escalated' issues and ID#s. ie:
ID# Status
2A Escalated
4R Escalated
I know I can use a vlookup to get the first value, but what is the easiest way to get all the subsequent values with the fact that the source table is not static and can be any size?
Thanks,
Tom
So the data look like this:
ID# Status
1A Open
2A Escalated
3B Closed
4R Escalated
5E Open
etc.
From this table I want to create a list that just contains the 'Escalated' issues and ID#s. ie:
ID# Status
2A Escalated
4R Escalated
I know I can use a vlookup to get the first value, but what is the easiest way to get all the subsequent values with the fact that the source table is not static and can be any size?
Thanks,
Tom