Here is my goal. A cell (say A1) contains different strings, string1, string2, etc...... . A different cell has conditional formatting with the following logic such that, string1 and string2 are important, but all other strings are not.
"If A1 <> "string1" OR A1<> "string2", then grey out the cell...."
Ie if either string1 or string2 is present in A1, the cell should not be greyed out, otherwise the cell should be grey.
I have tried multiple logic statements none of which seem to have worked in the conditional formatting box "if this equation is true, do this"
One thing I tried to use was OR(A1<> "string1", A1 <> "string2") nut this did not work. Additionally, excel seems to add an equal sign and additional "" to strings that I input which I believe means am not inputing this correctly.
Any help or advice on logic would be greatly appreciated. Still relatively new to this type of work.
"If A1 <> "string1" OR A1<> "string2", then grey out the cell...."
Ie if either string1 or string2 is present in A1, the cell should not be greyed out, otherwise the cell should be grey.
I have tried multiple logic statements none of which seem to have worked in the conditional formatting box "if this equation is true, do this"
One thing I tried to use was OR(A1<> "string1", A1 <> "string2") nut this did not work. Additionally, excel seems to add an equal sign and additional "" to strings that I input which I believe means am not inputing this correctly.
Any help or advice on logic would be greatly appreciated. Still relatively new to this type of work.