Offset Match Index Question

JPerkins26

New Member
Joined
Aug 20, 2021
Messages
4
Office Version
  1. 365
Platform
  1. Windows
Hello,

I am trying to figure out how to have a Value move from a different sheet next to my reference cell on my main sheet. The kicker is the data where the cell i want to return is set up like a table and i want it to be able to be dynamic with the reference Cell and the lookup based of the reference.

This is the Main sheet where i want the cell to return to in Col b based of Col A
1629474999732.png


This is the tables i want the data to come from. I want the Highlighed field to move over next to the same Creditor.

1629475099249.png
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Welcome to the MrExcel forum!

Not tested, since I didn't want to retype all your data, but try:

=INDEX('Credit Report Lines'!$E$2:$E$1000,MATCH(A54,'Credit Report Lines'!$A$2:$A$1000,0)+2)

For subsequent columns you'll need to change the column you're pulling from, and the offset (in red).
 
Upvote 0
Thank you so much. I have been racking my brain over this for 2 days. It worked.
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,552
Members
449,088
Latest member
davidcom

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