Sum of column YTD
I am not a pro with formulas, but I have been able to figure out most of the formulas I need by perusing this community. However, this formula comes up #unparseable with everything I do. Can someone help me spot what I'm doing wrong?
=SUM([$ Impact (Volume x $2)]:[$ Impact (Volume x $2)], Date of Issue:Date of Issue, YEAR(@cell) = YEAR(TODAY()))
Best Answer
-
You would need to use a SUMIFS. Additionally, column names that have spaces, special characters, or numbers need to be wrapped in square brackets.
=SUMIFS([$ Impact (Volume x $2)]:[$ Impact (Volume x $2)], [Date of Issue]:[Date of Issue], YEAR(@cell) = YEAR(TODAY())
Answers
-
You would need to use a SUMIFS. Additionally, column names that have spaces, special characters, or numbers need to be wrapped in square brackets.
=SUMIFS([$ Impact (Volume x $2)]:[$ Impact (Volume x $2)], [Date of Issue]:[Date of Issue], YEAR(@cell) = YEAR(TODAY())
-
Thank you very much! That worked perfectly!
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.8K Get Help
- 406 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!