Average Formula
Hello,
I am trying to find the average number of days a person works on a specific type of file. In example:
What is the average number of days it took Tom to complete type “A” files from the Intake Date to the RFA date?
What is the average number of days it took Tom to complete type “B-Renewal” files from the Intake Date to the RFA date?
I was planning on using this information on a sheet summary or chart if possible. I tried using the AverageIF formula but did not know how to include multiple criteria (type of file and name of Investigator).
Best Answer
-
You would need an AVG/COLLECT combo to have multiple range/criteria sets.
=AVG(COLLECT({Range To Average}, {range 1}, criteria 1, {range 2}, criteria 2))
Answers
-
You would need an AVG/COLLECT combo to have multiple range/criteria sets.
=AVG(COLLECT({Range To Average}, {range 1}, criteria 1, {range 2}, criteria 2))
-
Thank you so much, this worked!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 69 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!