greenpower78
New Member
- Joined
- Apr 24, 2021
- Messages
- 8
- Office Version
- 365
- 2016
- Platform
- Windows
Hi, I am trying look for a function or a solution to finding the second highest value in the array of data that may contain multiple instance of same values. for example: array = [31,28,31,27,28,29,26]. The LARGE function couldn't help me because if I pass arguments like LARGE(array.2) it will return 31 instead of 29 because there are two instances of 31.