SUMIFS help

RodneyC

Active Member
Joined
Nov 4, 2021
Messages
278
Office Version
  1. 2016
Platform
  1. Windows
I am trying to SUM $R$4:$R$44959 where the value is >0 and the value in $A44963 is found in $A$4:$A$44959. I've done the work manually for a the value in A44963 and A44964 so I know what the result should be.

Here's what I have but I get a "too few arguments" error.

=SUMIFS($R$4:$R$44959,">0",A44963,$A$4:$A$44959)

Thanks in advance.
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
With sumifs the arguments are range to sum, 1st criteria range, 1st criteria, 2nd criteria range, 2nd criteria etc.
You don't have a sum range & the 2nd & 3rd arguments are in the wrong order.
 
Upvote 0
See here for a detailed breakdown of the function and examples:

Note that you can find articles like this on the internet for ALL Excel functions.
It is a great resource if you do not know how to use a function, or are having issues getting it to work properly.
 
Upvote 0

Forum statistics

Threads
1,215,807
Messages
6,127,005
Members
449,351
Latest member
Sylvine

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