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
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 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!