Ok I have a new question... so lets say that I have these ID fields in column A:
21345
76351
87366
9286
In column B, I want a string to be placed automatically according to this rule:
if the first number in ID field starts with 2, the string will be San Francisco
if the first number in ID field starts with 7, the string will be Los Angeles
SO on and so forth..
So should I Just use nested IF statements? is there a smarter way to do it?
THanks
21345
76351
87366
9286
In column B, I want a string to be placed automatically according to this rule:
if the first number in ID field starts with 2, the string will be San Francisco
if the first number in ID field starts with 7, the string will be Los Angeles
SO on and so forth..
So should I Just use nested IF statements? is there a smarter way to do it?
THanks