Data Point on Dashboard that updates based on current month
I have a list of tasks for the whole year. I would like to create a COUNTIFS formula in a cell that calculates the number of tasks completed in the current month. I've got a formula column that defines the Month # and cells for counting the completed lines in each given month, but not sure how to surface only the current month on the dashboard.
Here is the formula to calculate for January completed tasks:
=COUNTIFS([Month #]:[Month #], "1", Status:Status, "Completed")
Answers
-
@Randy Van Winkle Try this instead: =COUNTIFS([Month #]:[Month #], @cell = MONTH(TODAY()), Status:Status, "Completed")
Hope it works out.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!