SUMIFS for Rows and Columns

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
is that what you want?

CategoryOther Income
Row LabelsSum of Value
Jan
1281​
Feb
1525​
Mar
1472​
Apr
1456​
May
1612​
Jun
1621​
Jul
1941​
Aug
1437​
Sep
1695​
Oct
1619​
Nov
1048​
Dec
1891​
Grand Total
18598

used: PowerQuery and PivotTable
see example file
 
Upvote 0
What is your expected outcome?
If you want the value for a particular category & particular month the you can use Index/Match
 
Upvote 0
If you set the linked cell for listbox1 to I24
& the linked cell for Listbox2 to I25
Put this formula in I26
=INDEX(B2:M17,MATCH(I24,A2:A17,0),MATCH(LEFT(I25,3),B1:M1,0))
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,728
Members
448,987
Latest member
marion_davis

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