#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 134
Default Sort data

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

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Sort data

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.


"Antonio" wrote:

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

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 181
Default Sort data

It's just the sort facility but it needs adjustment to do it laterally.

Select your range - Data tab - sort - options - sort left to right - ok -
sort by - row 2 - values - largest to smallest - add level - then by - row 1
- values - largest to smallest - ok.

--
Russell Dawson
Excel Student

Please hit "Yes" if this post was helpful.


"Antonio" wrote:

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

  #4   Report Post  
Posted to microsoft.public.excel.misc
JB JB is offline
external usenet poster
 
Posts: 115
Default Sort data

Named range
champ1 $A$1:$I$1
champ2 $A$2:$I$2

B5:=Large(champ2,Columns($A:A))
Valid with Shift+ctrl+enter

A5:=INDEX(champ1,Large(If(champ2=A6,Column($A:
$I)),Countif($A6:A6,A6)))
Valid with Shift+ctrl+enter

http://cjoint.com/?efsRBOJAb5

JB
http://boisgontierjacques.free.fr/

On 5 avr, 18:06, Antonio wrote:
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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
data, sort option is grayed. how to sort on a column? Steve Richter Excel Discussion (Misc queries) 1 September 25th 07 03:25 PM
Help to sort out filtered data from the data contained in another sheet of the same workbook No News Excel Worksheet Functions 1 July 28th 06 04:04 PM
I want to convert word column data to excel row data to sort addre craywill Excel Discussion (Misc queries) 0 April 18th 06 07:16 PM
data sort is not including all columns in sort Tracy Excel Discussion (Misc queries) 1 October 4th 05 12:16 AM
How do I sort a column of data and have each data row sort accordi Oedalis Excel Discussion (Misc queries) 1 March 17th 05 11:52 PM


All times are GMT +1. The time now is 04:40 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"