Sumif sum outcome as adding or sub column values

drop05

Active Member
Joined
Mar 23, 2021
Messages
285
Office Version
  1. 365
Platform
  1. Windows
Hi have the below formula i am trying to edit the outcome,

=SUMIFS('Annual NEW'!$T:$T,'Annual NEW'!$B:$B,L$5,'Annual NEW'!$E:$E,$E143,'Annual NEW'!$H:$H,$F143)

i am trying to find a way that if those criteria's are met then the sum should be

Column M + N + O + P

and a similar case where

Column U + Column T - Column R
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Hi have the below formula i am trying to edit the outcome,

=SUMIFS('Annual NEW'!$T:$T,'Annual NEW'!$B:$B,L$5,'Annual NEW'!$E:$E,$E143,'Annual NEW'!$H:$H,$F143)

i am trying to find a way that if those criteria's are met then the sum should be

Column M + N + O + P

Try

Excel Formula:
=SUMPRODUCT(('Annual NEW'!$B2:$B500=L$5)*('Annual NEW'!$E2:$E500=$E143)*('Annual NEW'!$H2:$H500=$F143)*M2:P500)
 
Upvote 0

Forum statistics

Threads
1,215,479
Messages
6,125,041
Members
449,206
Latest member
Healthydogs

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