Date Range Formula
Hi,
I'm trying to set up a formula to count the number of requests that were submitted between a specific date range. Below is the formula that I've written, however I'm still receiving an invalid operation error. Can anyone help me with this?
=COUNTIFS({Citi Table Change Tracker Date Submitted} >= DATE(2019, 1, 1), {Citi Table Change Tracker Date Submitted}, <=DATE(2019, 1, 31))
Tags:
Best Answer
-
=COUNTIFS({Citi Table Change Tracker Date Submitted}, >= DATE(2019, 1, 1), {Citi Table Change Tracker Date Submitted}, <=DATE(2019, 1, 31)
missing comma
Answers
-
=COUNTIFS({Citi Table Change Tracker Date Submitted}, >= DATE(2019, 1, 1), {Citi Table Change Tracker Date Submitted}, <=DATE(2019, 1, 31)
missing comma
-
Thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!