A
Andrew Wright
Hi all.
I have a large spreadsheet of data, and I want to search a range of cells for instances of certain text words. If that word is found I want the formula to add a lower case b to the column the formula is in. The following formula =IF(ISNUMBER(SEARCH("volunteer",R73)),"b","") works fine. It searchesfor the word volunteer and adds the letter b as I want. However it only searches the specified cell (in this case R73). Is it possible to append thisformula to search a range of cells such as R72:AK72? I tried adding this to the formula but no luck.
Any help gratefully received.
Thanks
Andrew
I have a large spreadsheet of data, and I want to search a range of cells for instances of certain text words. If that word is found I want the formula to add a lower case b to the column the formula is in. The following formula =IF(ISNUMBER(SEARCH("volunteer",R73)),"b","") works fine. It searchesfor the word volunteer and adds the letter b as I want. However it only searches the specified cell (in this case R73). Is it possible to append thisformula to search a range of cells such as R72:AK72? I tried adding this to the formula but no luck.
Any help gratefully received.
Thanks
Andrew