No response from index/match returning values from a structured table

JeffGrant

Well-known Member
Joined
Apr 7, 2021
Messages
519
Office Version
  1. 365
Platform
  1. Windows
Hi All,

I have an odd and was wondering if anybody has seen this.

I have formula:

=IFERROR(INDEX(RemoveScratchingsFromTodaysField[Json.Horse],MATCH(1,('Todays Field List'!$AR$6=RemoveScratchingsFromTodaysField[Json.RaceId])*('Todays FieldList'!$AS3=RemoveScratchingsFromTodaysField[Json.Barrier]),0)),"")

This formula has worked for over year without any problems.
Last week is stopped working and was just erroring out
Last night, I retyped it, exactly the same as it has always been and now it works again.
Because this is an automated model, I wasn't aware that this formula stopped.
Any and all ideas are graciously recieved.
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
I'm never so good at Index-Match. It confuses me, until I need it very badly.

With Excel 365 in your hand why don't you try with XLOOKUP. It shall make your life much easier I believe.
 
Upvote 0
Hi Sanjay, XLookup has many advantages, I agree. Index/Match is slightly faster. In this model, Xlookup does not offer any advantage that would warrant the time required to convert it or rewite the code in the back end.

Cheers
 
Upvote 0

Forum statistics

Threads
1,215,329
Messages
6,124,301
Members
449,149
Latest member
mwdbActuary

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