R
REBrown
I have a multi-tab spreadsheet with one of the forms a simple customer,
address, city, state, Zip. I want to use the combination of city and state
to lookup the correct county in another table. The problem is that there can
be many to many match on the cities so I always get the first city in lthe
list. Here's my formula:
=VLOOKUP(C4,Ref_Cities!A2:C19275,3,FALSE)
The cities table looks like this:
A B C
City State County
Abbeville Alabama Henry
Abbeville Georgia Wilcox
Abbeville Louisiana Vermilion
Abbeville Mississippi Lafayette
Any ideas on how to get around the multiple cities problem? THANKS!!!!
address, city, state, Zip. I want to use the combination of city and state
to lookup the correct county in another table. The problem is that there can
be many to many match on the cities so I always get the first city in lthe
list. Here's my formula:
=VLOOKUP(C4,Ref_Cities!A2:C19275,3,FALSE)
The cities table looks like this:
A B C
City State County
Abbeville Alabama Henry
Abbeville Georgia Wilcox
Abbeville Louisiana Vermilion
Abbeville Mississippi Lafayette
Any ideas on how to get around the multiple cities problem? THANKS!!!!