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.5K Get Help
- 430 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives