Count Years for Dashboard Graph
Tribeiro
✭✭✭
How can I count how many projects were completed in 2018 and 2019?
I am trying to create a graph for all projects completed in 2018 and 2019
this is what I got so far. I am pulling data from another smartsheet.
=COUNTIF({Completed Range 3}, "Completed" + {Completed Range 2} = DATE(2019))
Thank you
Comments
-
My original post was missing a piece / try this one instead:
=COUNTIFS({Completed Range 3}, ="Completed", {Completed Range 2}, IFERROR(YEAR(@cell), 0) = 2018) + COUNTIFS({Completed Range 3}, ="Completed", {Completed Range 2}, IFERROR(YEAR(@cell), 0) = 2019)
I know there's a way to shorten with an OR statement but it was causing me grief this afternoon.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives