M
mintyman
Hi,
I have 2 columns in a worksheet. Column 1 has a list of company names.
Column 2 is currently blank.
I need to place a "13" in column 2 wherever the company name in column
1 contains the text "university" or "college". Otherwise, a "14" should
be entered.
I can get this to work if I use:
=IF (A16 = "Sheffield University", 13, 14)
but this only works for the exact string. Can anyone show me how to do
this where a field CONTAINS a specified word instead of an exact
string?
I have 2 columns in a worksheet. Column 1 has a list of company names.
Column 2 is currently blank.
I need to place a "13" in column 2 wherever the company name in column
1 contains the text "university" or "college". Otherwise, a "14" should
be entered.
I can get this to work if I use:
=IF (A16 = "Sheffield University", 13, 14)
but this only works for the exact string. Can anyone show me how to do
this where a field CONTAINS a specified word instead of an exact
string?