westend9876
Member
On Row 3 I have numbers as follows in columns N, O, P, Q, R, S:
0 2 0 1 5 0
I need to put these numbers in descending order on Row 4 using the same columns as follows:
5 2 1 0 0 0
The numbers will change frequently also. Thanks.
0 2 0 1 5 0
I need to put these numbers in descending order on Row 4 using the same columns as follows:
5 2 1 0 0 0
The numbers will change frequently also. Thanks.