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
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives