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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!