A
Alex
I want to create an if statement for a partial text search.
IF a cell has "CA" anywhere in it, I want my target cell
to be empty. IF not, I want the word, "Borough".
For Example;
A B
Denali
Bethel CA
Bristol Bay
Nome CA
Wanted Result:
A B
Denali Borough
Bethel CA
Bristol Bay Borough
Nome CA
IF a cell has "CA" anywhere in it, I want my target cell
to be empty. IF not, I want the word, "Borough".
For Example;
A B
Denali
Bethel CA
Bristol Bay
Nome CA
Wanted Result:
A B
Denali Borough
Bethel CA
Bristol Bay Borough
Nome CA