Max value with min collect
I know this is need of a combination of things, but I cant figure it out unless I use a range of cells. I would prefer to search the collective column to perform the task.
I want to return the name of the Visit Provider who has the greatest number of SumCompSched for each Phase & Clinic.
I appreciate the help in advance.
Comments
-
Give this a try...
=INDEX(CHILDREN(), MATCH(MAX(CHILDREN(SumCompSched@row)), CHILDREN(SumCompSched@row), 0))
-
Putting that in a new column gives #NO MATCH.
-
I didn't realize you were putting it in a different column. Give this a try...
=INDEX(CHILDREN([Visit Provider]@row), MATCH(MAX(CHILDREN(SumCompSched@row)), CHILDREN(SumCompSched@row), 0))
-
Thank you. This works for finding the Visit Provider with the overall highest NumOfVisits, but I need to show who has the highest in each Clinic(Phase & Clinic).
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 430 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!