I have a chart (price sheet) with horizontal and vertical titles. Horizontal value is name of item and vertical value is supplier name, the chart is filled with numeric prices. I want to sort the horizontal plane and give as a result the supplier name in decreasing order.
A B C
Example: plates 1 3 2
the result: A;C;B
what function can I use?
A B C
Example: plates 1 3 2
the result: A;C;B
what function can I use?