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
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 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!