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.
Maybe =index(match())
Debra Dalgleish explains it he
www.contextures.com/xlFunctions03.html
Sweepea wrote:
gt;
gt; For example:
gt; Apple Orange Pear
gt; A 1 4 7
gt; B 2 5 8
gt; C 3 6 9
gt;
gt; How do I combine vlookup and hlookup to pick up the value in Row B and
gt; Column Orange which will be 5?
gt;
gt; Appreciate your help. Thank you.
--
Dave Peterson
Hi!
Try one of these:
=VLOOKUP(quot;Bquot;,A14,MATCH(quot;orangequot;,A11,0),0)
=INDEX(B24,MATCH(quot;Bquot;,A2:A4,0),MATCH(quot;orangequot;,B1: D1,0))
Better to use cells to hold the lookup criteria.
Biff
quot;Sweepeaquot; gt; wrote in message
...
gt; For example:
gt; Apple Orange Pear
gt; A 1 4 7
gt; B 2 5 8
gt; C 3 6 9
gt;
gt; How do I combine vlookup and hlookup to pick up the value in Row B and
gt; Column Orange which will be 5?
gt;
gt; Appreciate your help. Thank you.
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
www.jlathamsite.com/teach/Exc...ndexLesson.pdf
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.
quot;Sweepeaquot; wrote:
gt; For example:
gt; Apple Orange Pear
gt; A 1 4 7
gt; B 2 5 8
gt; C 3 6 9
gt;
gt; How do I combine vlookup and hlookup to pick up the value in Row B and
gt; Column Orange which will be 5?
gt;
gt; Appreciate your help. Thank you.
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:
gt; For example:
gt; Apple Orange Pear
gt; A 1 4 7
gt; B 2 5 8
gt; C 3 6 9
gt;
gt; How do I combine vlookup and hlookup to pick up the value in Row B and
gt; Column Orange which will be 5?
gt;
gt; Appreciate your help. Thank you.
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:
gt; Highlight your table; click on Insert|Name|Create and select Top row and
gt; Left column
gt;
gt; Then =Orange B will return 5, =Pear C will return 9, etc.
gt;
gt; Alan Beban
gt;
gt; Sweepea wrote:
gt;gt; For example:
gt;gt; Apple Orange Pear
gt;gt; A 1 4 7
gt;gt; B 2 5 8
gt;gt; C 3 6 9
gt;gt;
gt;gt; How do I combine vlookup and hlookup to pick up the value in Row B and
gt;gt; Column Orange which will be 5?
gt;gt;
gt;gt; Appreciate your help. Thank you.
- Sep 23 Tue 2008 20:46
Combination of Vlookup amp; Hlookup
close
全站熱搜
留言列表
發表留言