Dates in formula AVERAGEIF
Hello,
I have problem with the dates in the formula below (in sheet summary)
=AVERAGEIF([Date of request]:[Date of request], >07.01.2019, [Completed in days]:[Completed in days])
The Smartsheet returns me the value 0 that is wrong cause I have lots of numbers that meet this criterion.
Please advise and thanks in advance
Tags:
Comments
-
When referencing dates in a formula, you need to use the DATE function.
=DATE(yyyy, mm, dd)
=AVERAGEIF([Date of request]:[Date of request], @cell > DATE(2017, 07, 01), [Completed in days]:[Completed in days])
-
Thank you, I appreciate it.
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 136 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 485 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!