I'd appreciate any help I can get.
I have a worksheet that people will fill out with different codes.
I want a cell (F5) to appear to be blank (font color is white) unless another cell (or groups of cells) contains a certain code.
If they do, then the font in F5 will be black.
The problem I have is making a rule that will cover the different variations of the "trigger" code, which could be three different codes, in either uppercase or lowercase.
Is there a way to assign multiple conditions to a cell?
Right now, my formula is (F5-font is black) =$K$16="33elect0"
is there a way to make it (F5-font is black) if K16 contains "elect" (regardless of case)?
Or (F5-font is black) if K16 contains "elect" OR "util" OR "prop" (also regardless of upper or lower case?
Or will I have to enter the exact code and its variant?
Rule 1 (F5-font is black) =$K$16="33elect0"
Rule 2 (F5-font is black) =$K$16="33ELECT0"
Rule 3 (F5-font is black) =$K$16="33util0"
Rule 4 (F5-font is black) =$K$16="33UTIL0"
and so on...
And I hope to copy this rule for cells K19, K22, K25 etc.
I hope this makes some kind of sense.