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
- Smartsheet Customer Resources
- 62.5K Get Help
- 367 Global Discussions
- 202 Industry Talk
- 432 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 447 Show & Tell
- 29 Member Spotlight
- 1 SmartStories
- 285 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!