Concatenate a VLOOKUP

L

lehigh46

Hi All,

How can I concatenate a VLOOKUP from 3 cells showing city, state & zip
into one cell?

Thanks in advance
 
D

Duke Carey

You want to VLOOKUP to return 3 different values and then concatenate them,
right? Far simpler to add a new column to your VLOOKUP table that
concatenates the City, state, & address, and then return THAT value in a
single VLOOKUP function
 
L

lehigh46

OMG, I got too comlicated & overlooked the obvious.

Thanks for showing me the light.
 
Top