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:
0
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])
thinkspi.com
0 -
Thank you, I appreciate it.
0 -
Happy to help!
thinkspi.com
0