D Dick W. Jul 18, 2008 #1 *east does not find Northeast in the following formula:- =if(a1="*east",a1,"") What am I doing wrong? Office XP Thanks, Dick W
*east does not find Northeast in the following formula:- =if(a1="*east",a1,"") What am I doing wrong? Office XP Thanks, Dick W
P Peo Sjoblom Jul 18, 2008 #4 That will throw an error if it doesn't find anything, you have to wrap it in either ISNUMBER or ISERR/ISERROR =IF(ISNUMBER(SEARCH("east",A1,1)),A1,"") -- Regards, Peo Sjoblom
That will throw an error if it doesn't find anything, you have to wrap it in either ISNUMBER or ISERR/ISERROR =IF(ISNUMBER(SEARCH("east",A1,1)),A1,"") -- Regards, Peo Sjoblom