Index & Match ?

Vee74

New Member
Joined
Jul 17, 2018
Messages
2
Hi,

I'm trying to populate a table of data using criteria in Rows and Columns, not sure if Index & Match is the best formula to use, and if it is how to construct it correctly.

Below is how my data sheet looks with the first 2 rows and first 2 columns being criteria, with data in the red. Columns 3 & 4 contain irrelevant data that I want to ignore.

1212
AABB
105X3011
105Y15143
210X0291
210Y10051

<tbody>
</tbody>











Can I put a formula in a second sheet that matches the criteria in the two columns and the two rows. In the FORMULA cell below it would return the value 14 from the table above.

1
B
105YFORMULA

<tbody>
</tbody>








Thanks in advance,
V.
 

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.
try this


Excel 2013/2016
ABCDEF
11212
2AABB
3105X3011
4105Y15143
5210X0291
6210Y10051
7
8
91
10B
11105Y14
Sheet1
Cell Formulas
RangeFormula
C11=SUMPRODUCT(((C1:F1&C2:F2=C9&C10))*((A3:A6&B3:B6=A11&B11))*C3:F6)
 
Upvote 0

Forum statistics

Threads
1,214,806
Messages
6,121,667
Members
449,045
Latest member
Marcus05

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