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!
-
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
- 508 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!