View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sullycanpara
 
Posts: n/a
Default Creating a formula to populate information from multiple cells in another workbook


Using the newest tip, and seeing that yes, I'll definatly need to do
that to search the entire database of tech info, so that is an
important step.

Problem is, is that I don't think the VLOOKUP is searching the "A"
column for the tech ID, and I'm not sure what I need to change to get
it to work. In my formula that I'm using, is for example:

=VLOOKUP(A7,Tech_List!A1:D100,2,0)

The A7 is the cell on the current page that is the tech ID that I want
to search for

the Tech_List! is telling excel to look on that sheet, A1:D100 is
telling it the range of cells to look in

The "2" is telling the formula what cell to reference in the table

The "0" is the false indicator

So am I understanding the formula correctly? If so, why does the
VLOOKUP not actually LOOK for the tech ID (in the A7 cell ref as per
the example), is there something else I need to add?

Thanks again for everyone's help, I couldn't have gotten to this state
of confusion without you! ;)

Tim


--
Sullycanpara
------------------------------------------------------------------------
Sullycanpara's Profile: http://www.excelforum.com/member.php...o&userid=35879
View this thread: http://www.excelforum.com/showthread...hreadid=556716