Lookup with offset

Chewyhairball

Active Member
Joined
Nov 30, 2017
Messages
312
Office Version
  1. 365
Platform
  1. Windows
Hi Folks

I have the following hlookup which works fine
Excel Formula:
=HLOOKUP($C$9,Sheet1!$F$2:$BE$43,4,0)

However i would like something that could lookup C9 in F2:BE43 but instead of going to row4 i would like it to go to down 9 rows and accross 3.

The data is not in a normal table format (exported from database) with some columns of data not aligning with the main header.
I could do a macro to straighten up all the data but i dont want to do that.

Im sure it will be some sort of index match formula but i cant figure it out.

thanks

Rory
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
How about
Excel Formula:
=INDEX(Sheet1!F9:BE9,MATCH(C9,Sheet1!F2:BE2,0)+3)
 
Upvote 0
Solution
Thank you, thankyou, thank you.

I love my excel and formulas and macros but i still think i only know less than 1% of it all.

cheers Fluff
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,684
Members
448,977
Latest member
dbonilla0331

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