hello, I am trying to work through a formula (no vba) that returns a list of values from another table where adjacent cells ALL equate to "inactive".
the column being interrogated may contain duplicate values which have either "active" or "inactive" in an adjacent cell.
for example:
123 has one occurrence of 'active' - I don't want this
456 are all 'active' - I don't want this either
789 - there are 3 occurrences ALL 'inactive' - I want this
100 - there are 2 occurrences both 'inactive' - I want this also
200 - single entry which is 'inactive' - I want this as well
appreciate any help with this
regards
David
the column being interrogated may contain duplicate values which have either "active" or "inactive" in an adjacent cell.
for example:
123 has one occurrence of 'active' - I don't want this
456 are all 'active' - I don't want this either
789 - there are 3 occurrences ALL 'inactive' - I want this
100 - there are 2 occurrences both 'inactive' - I want this also
200 - single entry which is 'inactive' - I want this as well
appreciate any help with this
regards
David