
04-23-2008, 08:45 AM
|
|
Newcomer
|
|
Join Date: Apr 2008
Posts: 19
|
|
|
im unsure of what you mean, if you want the cells in the same cell then you can do
VLOOKUP(lookupValue,DataArray,column,0) & " " & VLOOKUP(lookupValue,DataArray,column2,0) & " "
and so on changing the column as you go, if you want them in separate cells them just change the column value on the lookup formula which is the third variable in the formula. (shown in bold)
hope i understood correctly and that helps.
|
|