Is there a way (preferably not using VBA) to determine the highest 5 records in a single row or column?
example:
A: 1200
B: 1250
C: 1100
D: 1800
E: 1500
F: 1100
G: 1200
H: 800
the top 5 would be (in order): 1800, 1500, 1250, 1200, 1200
Is there a way (preferably not using VBA) to determine the highest 5 records in a single row or column?
example:
A: 1200
B: 1250
C: 1100
D: 1800
E: 1500
F: 1100
G: 1200
H: 800
the top 5 would be (in order): 1800, 1500, 1250, 1200, 1200
Last edited by Shane O; 07-19-2010 at 02:12 PM. Reason: solved
=large(a1:h1, 1)
=large(a1:h1, 2)
...
=large(a1:h1, 5)
Entia non sunt multiplicanda sine necessitate
lol, lots simpler than I thought it would be.
Thanks a lot for your help!
Last edited by shg; 07-19-2010 at 02:13 PM. Reason: deleted quote
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks