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!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 451 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!