Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
For example:
Apple Orange Pear A 1 4 7 B 2 5 8 C 3 6 9 How do I combine vlookup and hlookup to pick up the value in Row B and Column Orange which will be 5? Appreciate your help. Thank you. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Maybe =index(match())
Debra Dalgleish explains it he http://www.contextures.com/xlFunctions03.html Sweepea wrote: For example: Apple Orange Pear A 1 4 7 B 2 5 8 C 3 6 9 How do I combine vlookup and hlookup to pick up the value in Row B and Column Orange which will be 5? Appreciate your help. Thank you. -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi!
Try one of these: =VLOOKUP("B",A1:D4,MATCH("orange",A1:D1,0),0) =INDEX(B2:D4,MATCH("B",A2:A4,0),MATCH("orange",B1: D1,0)) Better to use cells to hold the lookup criteria. Biff "Sweepea" wrote in message ... For example: Apple Orange Pear A 1 4 7 B 2 5 8 C 3 6 9 How do I combine vlookup and hlookup to pick up the value in Row B and Column Orange which will be 5? Appreciate your help. Thank you. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Dave Peterson and Biff have both provided good answers.
You might find my own short tutorial about using Match() and Index() for this type of lookup helpful. You can download a .pdf file and an associated ..xls file that tries to explain it all in an understandable way he http://www.jlathamsite.com/teach/Exc...ndexLesson.pdf http://www.jlathamsite.com/teach/Exc...ndexLesson.xls Hope this helps some. There's also recommended reading mentioned in the ..pdf document to help you on your journeys through Excel-land. "Sweepea" wrote: For example: Apple Orange Pear A 1 4 7 B 2 5 8 C 3 6 9 How do I combine vlookup and hlookup to pick up the value in Row B and Column Orange which will be 5? Appreciate your help. Thank you. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Highlight your table; click on Insert|Name|Create and select Top row and
Left column Then =Orange B will return 5, =Pear C will return 9, etc. Alan Beban Sweepea wrote: For example: Apple Orange Pear A 1 4 7 B 2 5 8 C 3 6 9 How do I combine vlookup and hlookup to pick up the value in Row B and Column Orange which will be 5? Appreciate your help. Thank you. |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Oops! Except for some arcane Excel reason you can't use C or R as row
names. You could substitute _C and _R. Alan Beban Alan Beban wrote: Highlight your table; click on Insert|Name|Create and select Top row and Left column Then =Orange B will return 5, =Pear C will return 9, etc. Alan Beban Sweepea wrote: For example: Apple Orange Pear A 1 4 7 B 2 5 8 C 3 6 9 How do I combine vlookup and hlookup to pick up the value in Row B and Column Orange which will be 5? Appreciate your help. Thank you. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can hlookup and vlookup be used in combination ? | Excel Discussion (Misc queries) | |||
How do I use Vlookup or Hlookup? | Excel Discussion (Misc queries) | |||
Combination of H & Vlookup?? | Excel Worksheet Functions | |||
Vlookup and Hlookup | Excel Worksheet Functions | |||
SUMIF - HLOOKUP Combination | Excel Worksheet Functions |