S
Slimer
I am working on a problem where i need to add up the 4
largest numbers from a column of 10 numbers, this has to
be repeated for over 200 columns so i don't want to have
to sort each column into order individually and then sum
the top 4.
Is there a quick way of performing this simple operation?
largest numbers from a column of 10 numbers, this has to
be repeated for over 200 columns so i don't want to have
to sort each column into order individually and then sum
the top 4.
Is there a quick way of performing this simple operation?