Thread: VLOOKUP
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
asg2307 asg2307 is offline
external usenet poster
 
Posts: 21
Default VLOOKUP

Is the table from the second table that has the information? Same for Column?

"Shane Devenshire" wrote:

Hi,

=VLOOKUP(Key,Table,Column,Type)

Key is the value you want to look up in the first column of Table

Table is a range whose first column contains the values which Key is looking
for, and the other columns are the columns you might want to return.

Column specifices the column number of the column within the table which you
want to return. The first column of a table is always 1.

Type determines whether you are doing and exact match or approximate. In
your case Exact sound more appropriate - FALSE or 0 work for that.
--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"asg2307" wrote:

I need to better understand VLOOKUP. I need to map two tables which have
matching zip codes but one does not has less due to less data. Is there a
way to do what the link below does? Basically I am a sumproduct guy happy to
get the total data that comes from what I ask. Now I need text information
from the shorter table that matches numerical data from the larger table.

http://www.ablebits.com/excel-lookup-tables/index.php