willow1985
Well-known Member
- Joined
- Jul 24, 2019
- Messages
- 921
- Office Version
- 365
- Platform
- Windows
I have a formula that compares 2 columns and returns the largest value:
=INDEX(AH2:AH500,MATCH(MAX(AI2:AI500),AI2:AI500,0))
I would like this formula modified to return the 2nd or even 3rd largest value instead of just the MAX but am not sure how to modify it/apply Aggregate. I am hoping someone on here can help.
This formula will not work (I have not used the AGGREGATE formula much)
=INDEX(AH2:AH500,MATCH(AGGREGATE(14,6,AI2:AI500),AI2:AI500,2))
Thank you to anyone who can help.
Note: Data is Names in column AH and numbers in column AI
Carla
=INDEX(AH2:AH500,MATCH(MAX(AI2:AI500),AI2:AI500,0))
I would like this formula modified to return the 2nd or even 3rd largest value instead of just the MAX but am not sure how to modify it/apply Aggregate. I am hoping someone on here can help.
This formula will not work (I have not used the AGGREGATE formula much)
=INDEX(AH2:AH500,MATCH(AGGREGATE(14,6,AI2:AI500),AI2:AI500,2))
Thank you to anyone who can help.
Note: Data is Names in column AH and numbers in column AI
Carla
Last edited: