Index/Match Help

No_Volume_4708

New Member
Joined
Aug 22, 2023
Messages
2
Office Version
  1. 2019
Platform
  1. Windows
My formula is showing N/A. Assuming the Match function isnt finding its match. I need help to fix this. Ive looked over everything and i'm lost.

Here is my formula:
=INDEX('Allocation Builder'!$A$2:$U$25,MATCH(Sheet1!B10,'Allocation Builder'!$A$2:$U$25,0)+1,1)
The formula is referring to this map. I need the Index/Match to pull the Cell directly below the match
Sheet1!B10 = 20101

Screenshot 2023-08-22 022656.jpg


All cells are formatted as TEXT, Generic, and Number. Nothing has worked for me.

Any help would be greatly appreciated. Thank you
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Is there only one instance of the contents of Sheet1!B10, in range 'Allocation Builder'!$A$2:$U$25?
 
Upvote 0
Correct. Cells are very similar but do not repeat. EX: 20101, 20102, 20103... and so on.
 
Upvote 0
You could do it like this:
=INDEX('Allocation Builder'!$A$1:$U$25,SUMPRODUCT(--('Allocation Builder'!$A$2:$U$25=Sheet1!B10)*ROW('Allocation Builder'!$A$2:$U$25))+1,SUMPRODUCT(--('Allocation Builder'!$A$2:$U$25=Sheet1!B10)*COLUMN('Allocation Builder'!$A$2:$U$25)))
 
Upvote 0

Forum statistics

Threads
1,215,090
Messages
6,123,061
Members
449,091
Latest member
ikke

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