Hi,
I'm trying to conditionally format a column of text cells where if the value belongs to a named range, it will highlight the cell.
Here's the example:
Column to Format
Dog
Catfish
Elephant
Goldfish
Betta Fish
Tiger
Mammals: Dog, Elephant, Tiger
So if the values under the column to format are found in Mammals, I want them to get highlighted.
Is this possible? Would this have to be done through VBA? How can this be achieved (VBA or not)?
I'm trying to conditionally format a column of text cells where if the value belongs to a named range, it will highlight the cell.
Here's the example:
Column to Format
Dog
Catfish
Elephant
Goldfish
Betta Fish
Tiger
Mammals: Dog, Elephant, Tiger
So if the values under the column to format are found in Mammals, I want them to get highlighted.
Is this possible? Would this have to be done through VBA? How can this be achieved (VBA or not)?