Sumifs function

jninyo

New Member
Joined
Feb 18, 2022
Messages
4
Office Version
  1. 365
Platform
  1. Windows
Hi I have below sumifs function I am using.
In below example , function is summing the values in column AJ.
What I would like it to do is to sum multiplication of column AJ and AK. Can this be done using sumifs function?
=+SUMIFS(AJ:AJ,$A:$A,$D$8,$C:$C,$E195,$B:$B,G$1,$E:$E,$C195)
 

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
Having nothing to do with SUMIFS, are you wanting

Excel Formula:
=SUMPRODUCT(AJ:AJ,AK:AK)
 
Upvote 0
Having nothing to do with SUMIFS, are you wanting

Excel Formula:
=SUMPRODUCT(AJ:AJ,AK:AK)
but that does not takin into consideration the criterias I have in sumifs function.
It needs to sum if the criterias in the sumifs function is met.
 
Upvote 0

Forum statistics

Threads
1,214,832
Messages
6,121,847
Members
449,051
Latest member
excelquestion515

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