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
-
Are you getting an error or an unexpected number?
-
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})
-
Im circling back on this. i cant get it to work. i have this:
=AVERAGEIF({Date Applied}, AND(@cell >= DATE(2023, 11, 11), @cell <= DATE(2023, 11, 17)), {HR review time})
the references are being referenced across sheets. (if that makes a difference. ) im getting #incorrect Argument Set
-
Make sure your ranges are both set up to each be whole single columns by clicking on the appropriate column header when creating the cross sheet references.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!