Hi everyone,
I've searched in the forum for hours and I still can't find a solution to a relatively simple problem of mine.
I want to do a CaSE SeNSiTiVE conditional format if a cell value either equals "EXAMPLE" or "example" [and nothing else]
I want to do a separate conditional format if a cell value either equals "test" or "Test" or "TEST" [and nothing else]
You get my drift..
I could only manage to create conditional formatting rules for one value at a time, using formulas like
=EXACT(A1:AM1,"EXAMPLE")
or
=FIND("EXAMPLE",A1:AM1,1)
Both of the above formulas work only for one value. I have too many values to create a formula for each value, so I want to somehow group the values inside a single formula.
I have tried things like
=OR(EXACT(A1:AK1,"EXAMPLE"),EXACT(A1:AK1,"example"))
etc. etc.
So if I can somehow group the values, then I will only need to have one formula for each desired conditional formatting.
Any help from you lot will be much much appreciated.
Thanks
This is my first post, please ask if anything is not clear. Thank you
I've searched in the forum for hours and I still can't find a solution to a relatively simple problem of mine.
I want to do a CaSE SeNSiTiVE conditional format if a cell value either equals "EXAMPLE" or "example" [and nothing else]
I want to do a separate conditional format if a cell value either equals "test" or "Test" or "TEST" [and nothing else]
You get my drift..
I could only manage to create conditional formatting rules for one value at a time, using formulas like
=EXACT(A1:AM1,"EXAMPLE")
or
=FIND("EXAMPLE",A1:AM1,1)
Both of the above formulas work only for one value. I have too many values to create a formula for each value, so I want to somehow group the values inside a single formula.
I have tried things like
=OR(EXACT(A1:AK1,"EXAMPLE"),EXACT(A1:AK1,"example"))
etc. etc.
So if I can somehow group the values, then I will only need to have one formula for each desired conditional formatting.
Any help from you lot will be much much appreciated.
Thanks
This is my first post, please ask if anything is not clear. Thank you