Hi,
In B1 I have the following formula to search A1. Similarly, B2 to search A2, etc.
=IF(ISNUMBER(SEARCH("COSTCO",A1)), "Supermarket","")
However, I need to have multiple criteria all within the above formula. For example:
In B1 I have the following formula to search A1. Similarly, B2 to search A2, etc.
=IF(ISNUMBER(SEARCH("COSTCO",A1)), "Supermarket","")
However, I need to have multiple criteria all within the above formula. For example:
IF "COSTCO" then display "Supermarket"
... etc for about 20 items.
And if none of the above, then display nothing. Presumably ""
Secondly, feel free to say if there if there is a better way (though shorter formulae preferred) to achieve this other than
Thanks!IF "TESCO" then display "Supermarket"
IF "LLOYDS" then display "Bank"IF "BARCLAYS" then display "Bank"
IF "VODAFONE" then display "Mobile"... etc for about 20 items.
And if none of the above, then display nothing. Presumably ""
Secondly, feel free to say if there if there is a better way (though shorter formulae preferred) to achieve this other than
=IF(ISNUMBER(SEARCH