sort and return column numbers
I am a novice in Macro programming.
Can you please tell me how to sort numeric data in a row and return the
column numbers in the descending order of numbers
Ex-
A B C
15 10 14
i need to get the numbers 1,3,2 as the result.
|