Mike Wyller
New Member
I'm trying to use Icon Sets to indicate the 'Age' of the last update made to the record, but only want to display this 'Aging' icon when the Status (in another column) does NOT contain certain text values (i.e. 'Ready', or 'Resolved', or 'Moved').
I have a range of cells (NoShow) containing status text values that if they appear in my data, DO NOT display any icon. I can test my data for this 'exception test' a couple of ways:
=SUMPRODUCT(--ISNUMBER(SEARCH(NoShow,$2)))>0
(another way to test for values is "=FIND("Moved",$B2)")
I just don't know how to combine these tests to get the result I want.
I've attached a sample...
I have a range of cells (NoShow) containing status text values that if they appear in my data, DO NOT display any icon. I can test my data for this 'exception test' a couple of ways:
=SUMPRODUCT(--ISNUMBER(SEARCH(NoShow,$2)))>0
(another way to test for values is "=FIND("Moved",$B2)")
I just don't know how to combine these tests to get the result I want.
I've attached a sample...