...of characters varies in the cells so a left, right or mid is out.
I want the formula to look to the cell and if any part of the text contains "ABC" then I want to return 1.
=IF(C18="*ABC*",1,"") Cell C18 containts the letters ABC in order but my formula is still returning blanks?
Any ideas?