SnuffNCHess
New Member
I have a listing of zip codes in Column B that i need to compare against 4 different columns (D, E, F, G)
I have named the ranges for each of the 4 columns.... Let's call the names "NAMED", "NAMEE", "NAMEF", "NAMEG"
WITHOUT VBA, What i need to happen is then in cell C5 to appear the correct value for the below situation
If B5 appears in range, NAMED, then display "NAMED"
Else, if B5 appears in range NAMEE, then display "NAMEE"
Else, if B5 appears in range NAMEF, then display "NAMEF"
Else if B5 appears in range NAMEG, then display "NAMEG"
Else, return "0"
Other things will happen to the value in C5 later on... but for now, just trying to get this basic obstacle resolved.
Thanks!!
I have named the ranges for each of the 4 columns.... Let's call the names "NAMED", "NAMEE", "NAMEF", "NAMEG"
WITHOUT VBA, What i need to happen is then in cell C5 to appear the correct value for the below situation
If B5 appears in range, NAMED, then display "NAMED"
Else, if B5 appears in range NAMEE, then display "NAMEE"
Else, if B5 appears in range NAMEF, then display "NAMEF"
Else if B5 appears in range NAMEG, then display "NAMEG"
Else, return "0"
Other things will happen to the value in C5 later on... but for now, just trying to get this basic obstacle resolved.
Thanks!!
