Sum - Index, Match, Match

psrs0810

Well-known Member
Joined
Apr 14, 2009
Messages
1,109
I am having some trouble using sum with Index, Match, Match.
My Formula is =SUM(INDEX(Sheet1!$B$1:$R$50,MATCH('July 2018'!$B10,Sheet1!$B$1:$B$50,0),MATCH('July 2018'!$O$2,Sheet1!$B$1:$R$1,0)))

I need to cross match two categories and where that information meets up, I need to sum.
Thanks
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Hi psrs0810,
I'm trying to understand your formula: you try to find cell C2 in the first row and B10 in Column B. Both of them can have multiple matches? Because when there is just 1 intersecting cell you'd just need a simple INDEX with 2 matches without a sum. Is that what you are looking for?
Cheers,
Koen
 
Upvote 0
try this approach?

Book1
ABCDEFGHIJKLMNO
1JanFebMarAprMayJunJulAugSepOctNovDec
2Paul121416182022242628303234Paul
3George242628303234363840424446Jul
4Ringo36384042444648505254565884
5Paul485052545658606264666870
Sheet6
Cell Formulas
RangeFormula
O4=SUMPRODUCT((A2:A5=O2)*((B1:M1=O3)*(B2:M5)))
 
Upvote 0

Forum statistics

Threads
1,213,494
Messages
6,113,972
Members
448,537
Latest member
Et_Cetera

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