Excel formula help

Soldato
Joined
18 Oct 2002
Posts
7,515
Location
Maidenhead
Hi all

Ive got about 500 entries and need to search each cell in a column for the string "MF" (could be uppercase or lowercase) within each cell.

A selection example would be:

eb0l29
eb3l29
eb4mf57
eb5l72
FE2L4
MG0MF31
FLIL30
FN0IN48
FW1L53
FW2I39


I would therefore need the formula to pick out eb4mf57 and MG0MF31 from the above list
 
Thanks. Used

=IF((SEARCH("mf",B2,1))=4, "Yes", "No")

Haircut, can you explain how yours works?
 
Back
Top Bottom