Indirect & Match

CarlW1179

New Member
Joined
Jan 4, 2024
Messages
8
Office Version
  1. 365
Platform
  1. Windows
Hi
I am trying (and failing) to pull specific data from 1 sheet "LOG" to a "Request Form" using a sequential number as the guide reference and when the sequential number is changed on the Request Form all the date is entered from the corresponding row in the Log.


The data will be inputted into the log

1724162191113.png



and transferred over to the corresponding green highlighted sheets

1724162165913.png


I have been pinning my hopes on this formula but it just isn't working

=INDIRECT("'Disposal Log'!"),(MATCH(B2,'Disposal Log'!B:B,0),MATCH(A3,'Disposal Log'!2:2,0),4))

Any help would be appreciated.
 
That suggests that you have a mix of text & numbers (where the numbers are formatted to show leading zeros), they all need to be the same.
Hi

Thats got it.

Thank you so much for your help your a star.
 
Upvote 0

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
In B3
Excel Formula:
=INDEX('Disposal Log'!$C$3:$L$10,MATCH($B$2,'Disposal Log'!$B$3:$B$10,0),MATCH(A3,'Disposal Log'!$C$2:$L$2,0))
Copy to B4, D4, F4.
In M4
Excel Formula:
=INDEX('Disposal Log'!$C$3:$L$10,MATCH($B$2,'Disposal Log'!$B$3:$B$10,0),MATCH(K4,'Disposal Log'!$C$2:$L$2,0))
Similarly change the value (K4) and use for other cells.
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

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