Everywhere I search I see this formula for looking in a column and if a row contains a specific value then to return x, if not return y.
=IF(ISNUMBER(SEARCH("text", A1)),"X","Y")
But when I use this in Excel 2010 I get an error. I modify it to look like this... =IF(ISNUMBER(SEARCH("text", A1,,0)),"X","Y")
It then just returns "X" in every row for my new column.
What am I doing wrong?
Thanks,
Bookmarks