Hi,

I seem to be close but not close enough on this. I'm trying to create a formula that says If cell (x) contains "specific text" OR "specific text" then return the word "Delete", otherwise do nothing.

essentially it is IF B3 contains the words "Screen Tab:" OR "Screen Label" anywhere in the cell then return a value of "Delete", otherwise do nothing

Ive been using istext, find, etc. but I can't get it.