Average formula - count dates
Hi,
I have a column named "Applied" which has dates of when an application was submitted. there is another column called "HR Review Time". the HR review time has numbers. i want to make an AVERAGE of the number in the hr review time column for dates 11/11/23 until 11/10/23 in the applied column
I created this formula but its not working. what am i doing wrong?
=AVERAGEIF({Applied}, AND(>=DATE(2023, 11, 11), <=DATE(2023, 11, 17)), {HR Review Time})
Answers
-
-
im getting the error of #invalid Operation
-
Try some "@cell" references.
=AVERAGEIF({Applied}, AND(@cell>=DATE(2023, 11, 11), @cell<=DATE(2023, 11, 17)), {HR Review Time})
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!