SUMIFS for Rows and Columns

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
is that what you want?

[Table="width:, class:head"]
[tr=bgcolor:#FFFFFF][td=bgcolor:#D9E1F2]Category[/td][td=bgcolor:#D9E1F2]Other Income[/td][/tr]

[tr=bgcolor:#FFFFFF][td][/td][td][/td][/tr]

[tr=bgcolor:#FFFFFF][td=bgcolor:#D9E1F2]Row Labels[/td][td=bgcolor:#D9E1F2]Sum of Value[/td][/tr]

[tr=bgcolor:#FFFFFF][td]Jan[/td][td]
1281​
[/td][/tr]

[tr=bgcolor:#FFFFFF][td]Feb[/td][td]
1525​
[/td][/tr]

[tr=bgcolor:#FFFFFF][td]Mar[/td][td]
1472​
[/td][/tr]

[tr=bgcolor:#FFFFFF][td]Apr[/td][td]
1456​
[/td][/tr]

[tr=bgcolor:#FFFFFF][td]May[/td][td]
1612​
[/td][/tr]

[tr=bgcolor:#FFFFFF][td]Jun[/td][td]
1621​
[/td][/tr]

[tr=bgcolor:#FFFFFF][td]Jul[/td][td]
1941​
[/td][/tr]

[tr=bgcolor:#FFFFFF][td]Aug[/td][td]
1437​
[/td][/tr]

[tr=bgcolor:#FFFFFF][td]Sep[/td][td]
1695​
[/td][/tr]

[tr=bgcolor:#FFFFFF][td]Oct[/td][td]
1619​
[/td][/tr]

[tr=bgcolor:#FFFFFF][td]Nov[/td][td]
1048​
[/td][/tr]

[tr=bgcolor:#FFFFFF][td]Dec[/td][td]
1891​
[/td][/tr]

[tr=bgcolor:#FFFFFF][td=bgcolor:#D9E1F2]Grand Total[/td][td=bgcolor:#D9E1F2]
18598
[/td][/tr]
[/table]


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,223,157
Messages
6,170,419
Members
452,325
Latest member
BlahQz

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