HLookup Help

hotflush

New Member
Joined
May 25, 2010
Messages
8
Hi,
For example,
I want to lookup this table:
4637821123_551e340c53_o.gif


And fill up this table using HLookup:
4637821129_cb762a6d0f_o.gif


=Hlookup(lookup_value,table_array,row_index_num,range_lookup)

I'm trying to do a HLookup but i want the row_index_num to increase as I copy down the rows.

How do I do this?

Thanks in advance.
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Hi and welcome to the Board!

How about
Excel Workbook
ABCDE
1ABCDE
212345
354321
423154
Sheet1
Excel 2003
Excel Workbook
ABCD
1BEDA
22541
34125
43452
Sheet2
Excel 2003
Cell Formulas
RangeFormula
A2=HLOOKUP(A$1,Sheet1!$A$1:$E$4,ROWS(A$1:A2),0)
 
Upvote 0

Forum statistics

Threads
1,215,219
Messages
6,123,689
Members
449,117
Latest member
Aaagu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top