Advanced Filter works great, but how can I get the RED rows of data now based on:
Team Leader is either "Bill" or an empty cell in Column B:
Code:
[blue]STATUS Team Leader Team Member Other info[/blue]
Active Andy Bob Whatever
Avtive Bob Some Info
[red]Deleted Andy Blah blah blah[/red]
Active Andy Susie ........
[red]On Hold Bill Janet ........[/red]
Active
....
I can get "Bill" just fine, the empty cell is the problem.
I did try ="=""""" as criteria, and =B2="" (from some Internet sites)
but it does not work - I get "Bill" but all rows with empty cell in column B are not picked up.
Any ideas?
Have fun.
---- Andy