hlookup problem

Libra0099

Active Member
Joined
Apr 28, 2007
Messages
273
Hi every one,

I have a problem using hlookup.

Senario is like that:

Column ColumnA ColumnB ColumnC
Heading 60258 60259 60260
Now i have to pick data from a range of row e.g from row 1 to row 1000


i apply formula =hlookup(heading, range 1 to 1000, row 1, 0)

in next row i need to auto update the return value by row 2 then row 3 and so on.

Please help me.

Thanks in advance.
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
I assume you are dragging this down...

=HLOOKUP(HEADING,$1:$1000,ROW(A1),0)

HTH!

Edit: You nearly had it in your example above. :)
 
Upvote 0

Forum statistics

Threads
1,214,784
Messages
6,121,536
Members
449,037
Latest member
tmmotairi

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