Thread: Lookup Question
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Lookup Question

You need 2 lookups

This in V1 of sheet 1
=VLOOKUP(A1,Sheet2!$A$1:$C$30,3,FALSE)

This in Colmn AA fo sheet 1
=VLOOKUP(A1,Sheet2!$A$1:$H$30,8,FALSE)

Mike
"CB" wrote:

I have a workbook that has 2 sheets of data. I would like to have sheet 1
column a go to sheet 2 Column A and look for a match (not case sensitive).
When a match is found I need the data in sheet 2 columns C:H copied to the
corrosponding row of column V:AA in sheet 1.
I am new to functions and lookups in Excel. A detailed example would be
most appreciated.
Thanks in advance.
CB