View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mark B Mark B is offline
external usenet poster
 
Posts: 21
Default H or VLookup Help

Need some help. Worksheets 1 & 2 in one spreadsheet.
Worksheet 2 has data like this...

1234, Mark, A, B, C, D
1235, Fred, D, C, A
1236, Bill, E, B, A, D, C

I want to bring that info over to Worksheet 1, so that the same letters all
end up in the same column, like this

1234, Mark, A, B, C, D
1235, Fred, A, , C, D
1236, Bill, A, B, C, D, E


SO my first row in worksheet 1 currently looks like this...

='2'!A2, ='2'!A3, =HLOOKUP(A,'2'!D2:M2,1,TRUE),
=HLOOKUP(B,'2'!D2:M2,1,TRUE), etc

But "obviously", it is not working. Can someone help? Should I be using
VLOOKUP? THANKS!!!