B
Ben Ritchie
hello,
I would like to use a formula within Excel 2000 to
return "TRUE" if any of the cells in column C have the
word fragment "Refrig" as part of their text eg.
Refrigerate on arrival
Store in a refrigerator
However the following formula,
=IF(C3="*Refrig*",TRUE,FALSE)
returns "FALSE" every time. I do not think that using
asterisks is working correctly as a formula function (I
have only ever got it to work as a search command). I can
only ever get the formula to work if i do any exact match
eg.
=IF(C3="*Refrigerate on arrival*",TRUE,FALSE)
would give "TRUE" for all the "Refrigerate on arrival"s
but not the "Store in the refrigerator"s.
Is there any wildcard function that I could use to do
this job?
Thanks in advance,
Ben
I would like to use a formula within Excel 2000 to
return "TRUE" if any of the cells in column C have the
word fragment "Refrig" as part of their text eg.
Refrigerate on arrival
Store in a refrigerator
However the following formula,
=IF(C3="*Refrig*",TRUE,FALSE)
returns "FALSE" every time. I do not think that using
asterisks is working correctly as a formula function (I
have only ever got it to work as a search command). I can
only ever get the formula to work if i do any exact match
eg.
=IF(C3="*Refrigerate on arrival*",TRUE,FALSE)
would give "TRUE" for all the "Refrigerate on arrival"s
but not the "Store in the refrigerator"s.
Is there any wildcard function that I could use to do
this job?
Thanks in advance,
Ben