Sort data

A

Antonio

Hi all

Have following question/problem to solve:
col : A B C D E F G H I
row1 : 100 101 102 103 104 105 106 107 108
row2: 2 8 5 7 8 2 9 5 4

Need to sort the rows in a way that the result is as follows:

col : A B C D E F G H I
row1 : 106 104 101 103 107 102 108 105 100
row2: 9 8 8 7 5 5 4 2 2

Is there any way to do this??

Tks in advance
António
 
M

Mike H

Hi,

Select the data and then

Data|Sort - Options Button - select 'left to right' - OK select Row 2-
'Descending ' and do the sort
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Cross-Referencing Data 0
SUMIF using criteria from a list 4
Conditional Formula Question 2
Copy in order 3
Query 1
Lookup problem 4
sumif by multiple condition 5
Source and Destination 1

Top