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

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
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,223,884
Messages
6,175,175
Members
452,615
Latest member
bogeys2birdies

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