mhenk
Well-known Member
- Joined
- Jun 13, 2005
- Messages
- 591
in column A, I have a list of about 1000 numbers, however, only 9-11 of them are unique. I would like to have a simple function that returns the nth largest unique number. Here is an abbreviated example:
A1-A6
1
1
1.05
1.05
2
3
B1-B4
1
2
3
4
I would like C1-C4 to return
3
2
1.05
1
Any help? Thanks
A1-A6
1
1
1.05
1.05
2
3
B1-B4
1
2
3
4
I would like C1-C4 to return
3
2
1.05
1
Any help? Thanks