Help with Index Match

Ben AFF

Board Regular
Joined
Sep 21, 2023
Messages
54
Office Version
  1. 365
Platform
  1. Windows
Hi, please appreciate if you can help me. Im trying to do a index match with 3 criteria, 2 vertical and 1 horizontal but the formulas Im trying are not working.

The 2 vertical criteria are normal ones but the the horizontal criteria is weight breaks, >30,>60,>90,>120 so for example if weight is 70, the corresponding weight break is >60.

Im trying this formula with different variations but I cannot make it work.
=INDEX(C4:F7,MATCH(B9,A4:A7,0),MATCH(B10,B4:B7,0),MATCH(B11,C3:F3,-1))

Please is there any way to do a index/match formula to return the correct value as per screenshot attached?

Thank you.
 

Attachments

  • Index Match Screenshot 2023-11-24.png
    Index Match Screenshot 2023-11-24.png
    38.2 KB · Views: 10

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
How about
Excel Formula:
=XLOOKUP(B11,C3:F3,FILTER(C4:F7,(A4:A7=B9)*(B4:B7=B10)),,-1)
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,954
Members
449,095
Latest member
nmaske

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