sum formula for multiple criteria

SURYA2016

New Member
Joined
Jul 29, 2020
Messages
18
Office Version
  1. 2007
Platform
  1. Windows
1695654498754.png
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Hi @SURYA2016

Try:
Dante Amor
ABCDEFGHIJ
1AreaPayment
2CategoryAmountCategoryAmountCategoryAmountCategoryAmountTotal
312345678910(3+5+7+9)
4ChennaiNEFT250ECS250DD250NEFT2501000
5SowcarpetDD1000NEFT2501250
6MambalamNEFT250ECS250DD250NEFT2501000
7ParrysDD1250ECS250DD1000NEFT2502750
8
9
10Result
11AreaNEFTECSDDTotal
12Chennai5002502501000
13Sowcarpet250010001250
14Mambalam5002502501000
15Parrys25025022502750
16Total150075037506000
dam
Cell Formulas
RangeFormula
J4:J7J4=C4+E4+G4+I4
B12:D15B12=SUM(IFERROR(($A$4:$A$7=$A12)*($B$4:$H$7=B$11)*$C$4:$I$7,0))
E12:E15E12=SUM(B12:D12)
B16:E16B16=SUM(B12:B15)
Press CTRL+SHIFT+ENTER to enter array formulas.



Note XL2BB:
For the future, it would help greatly if you could give us the sample data in a form that we can copy to test with, rather that a picture.
MrExcel has a tool called “XL2BB” that lets you post samples of your data that will allow us to copy/paste it to our Excel spreadsheets, so we can work with the same copy of data that you are. Instructions on using this tool can be found here: XL2BB Add-in
Note that there is also a "Test Here” forum on this board. This is a place where you can test using this tool (or any other posting techniques that you want to test) before trying to use those tools in your actual posts.

--------------
Let me know the result and I'll get back to you as soon as I can.
Cordially
Dante Amor
--------------
 
Upvote 0
Solution

Forum statistics

Threads
1,223,954
Messages
6,175,603
Members
452,660
Latest member
Zatman

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