Why is my INDEX-MATCH formula not working?

jvs411

New Member
Joined
Sep 18, 2023
Messages
27
Office Version
  1. 365
Platform
  1. Windows
1699249402040.png


I'm trying to test out an INDEX-MATCH combo formula, but for some reason, it's just not working and I got a #REF! error. I followed step-by-step the guides I've read online so I'm not sure where I went wrong?
 

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.
1699249566887.png


Ok the formula itself seems to work now but the value still isn't correct. The formula should return "tom", but it returns "west" instead...
 
Upvote 0
I found the solution... needed to reverse the Columns and Rows fields of the formula
 
Upvote 0
Solution
I found the solution... needed to reverse the Columns and Rows fields of the formula
That is correct. However, another way would be
Excel Formula:
=FILTER(FILTER(C9:E13,B9:B13="T1"),C8:E8="TEST2")
 
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