Index Match with Offset

Bravo2003

Active Member
Joined
Apr 1, 2010
Messages
278
Office Version
  1. 365
Platform
  1. Windows
Not sure if this is the way to work this for a good solution:
I have the following formula in each cell
CW57 - =INDEX(E$4:E$21,MATCH($A53,$A$4:$A$21,0))
CX57 - =INDEX(N$4:N$21,MATCH($A53,$A$4:$A$21,0))
CY57 - =INDEX(W$4:W$21,MATCH($A53,$A$4:$A$21,0))

Etc.. I need a quicker way to get the results from the columns as I add more data, so as you see E column to N column (is 9 columns and so on each column result needed is 9 columns along)
so I don't need to manually change the column for result letter each time I drag the formula across 1 cell?

Would OFFSET work in to this folrmula?

If it helps, the results looked up for are all values (e.g. £585.56)
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
How about
Excel Formula:
=INDEX($E$4:$BZ$21,MATCH($A53,$A$4:$A$21,0),COLUMNS($CW:CW)*9-8)
 
Upvote 0
How about
Excel Formula:
=INDEX($E$4:$BZ$21,MATCH($A53,$A$4:$A$21,0),COLUMNS($CW:CW)*9-8)
Thank you, it works perfect. Not sure how or what it's doing, but I will look in to using this in a few more options it can replace in my spreadsheet that has similar set ups.

Going to be a great help. Thanks
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,093
Messages
6,123,069
Members
449,090
Latest member
fragment

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