I'm trying to use formulas to create conditional formatting in a large worksheet. Using the IF function, what should I write to accomplish the following:
IF the cell contains the word "ok", fill the cell pink.
I've tried =if("OK","","") and then set the format to pink, but to no avail. Does anyone have any ideas?
IF the cell contains the word "ok", fill the cell pink.
I've tried =if("OK","","") and then set the format to pink, but to no avail. Does anyone have any ideas?