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.
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
For B4 try
Excel Formula:
=XLOOKUP(B2,'Disposal Log'!$B$3:$B$1000,'Disposal Log'!$D$3:$D$1000)
 
Upvote 0
Are you using 365 as per your profile?
 
Upvote 0
Then why does your profile show 365?

Try
Excel Formula:
=INDEX('Disposal Log'!$D$3:$D$1000,MATCH(B2,'Disposal Log'!$B$3:$B$1000,0))
 
Upvote 0
Solution
Then why does your profile show 365?

Try
Excel Formula:
=INDEX('Disposal Log'!$D$3:$D$1000,MATCH(B2,'Disposal Log'!$B$3:$B$1000,0))
Hi
I run 365 on my personal account however I'm doing this through work and they run 2019. Ill specify next time to stop any confusion.
 
Upvote 0
Ok, did the new formula work?
 
Upvote 0
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.
 
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