SUMIF Count to current row possible?
Hello. Trying to make a formula that counts up until the current row in a column. Using =SUMIF([Month Value]:[Month Value], =MONTH(Date@row), Celebrations:Celebrations) allows me to count all the Celebrations that match the month of the date in the row, which is most of what I want to do. However, I want the total summed to only go up to each row. I.e something along the lines of =SUMIF([Month Value]:[Month Value], =MONTH(Date@row), Celebrations1:Celebrations@row) but when I try this I get an "Incorrect Argument Set" Error. Am I missing something obvious?
Best Answer
-
You need the range sizes to match. If you are doing
Celebrations1:Celebrations@row
then you also need to have
[Month Value]1:[Month Value]@row
Answers
-
You need the range sizes to match. If you are doing
Celebrations1:Celebrations@row
then you also need to have
[Month Value]1:[Month Value]@row
-
@Paul Newcome that worked, thank you so much!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!