Hi
I am a novice excel user and battling with a formula - extract below where column A "description" contains a range of values (free text), what I want is a formula that will identify whether the text contains certain text eg "DW-EXP", or "AW-EXP" or "DW-DEP", since the text can be anywhere in the text string I am not able to use LEFT/Right etc....I do not want to apply filters as I need to manipulate the data further. Basically I want to return "DW-EXP", or "AW-EXP" or "DW-DEP" in Column D if that is contained within the text string in Col A:
ColumnA ColumnB ColumnC ColumnD
Description $ $
ABC ZXY DW-EXP 123 908 100 200
ABC ZXY AW-EXP 123 908 100 200
ABC ZXY DW-DEP 123 908 100 200
ABC ZXY 123 908 DW-EXP 100 200
AW-EXP ABC ZXY 123 908 100 200
AW-EXP ABC ZXY 100 200
ABC DW-DEP 123 908 100 200
ABC ZXY DW-DEP 123 908 1234567 100 200
AW-EXP ABC ZXY 123 908 100 200
Sure its simple but struggling today!
Bookmarks