Count of cells in a date range
Hello, - I am fairly new to Smarsheets and not very knowledgable past basic formulas. I am trying to create a formula that will display the count of cells whose date is from Monday through Sunday, each week. Like how many open items were closed this week. I can't seem to figure out the criteria wording....
Thanks!!!!!!!!!!!!!!!
Comments
-
Hello,
I'd recommend that you try using a COUNTIFS function. For example:
=COUNTIFS([Start Date]:[Start Date], > DATE(2018, 3, 26), [Start Date]:[Start Date], < DATE(2018, 3, 30) ,[Status]:[Status], "Closed")
More information on COUNTIFS: https://help.smartsheet.com/function/countifs
DATE: https://help.smartsheet.com/function/date
-
THANK YOU! This is the first formula I've found that works... now if I can just get it to work in a rollup sheet!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!