Can anyone help me understand this formula?

nem8685

New Member
Joined
Sep 3, 2021
Messages
2
Office Version
  1. 365
Platform
  1. Windows
I am working on my excel skills going through a course to become better, Can anyone explain this formula from start to finish in simple terms?



1645149517479.png
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Is it a normal INDEX/MATCH combination?
You want to get data from a range with multi rows and multi columns L3:XFD239, where data is intersect of specific row and column
which row: MATCH (A3,L3:L329,0) = 1
which column: MATCH (G2,L2:XFD2,0) = 2
Result: 0.04 (cell M3 value, intersect of row 1 and column 2 of the INDEX range)
 
Upvote 0

Forum statistics

Threads
1,214,911
Messages
6,122,199
Members
449,072
Latest member
DW Draft

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