Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Good day,
I have the following table: A B C Blue 50 25 15 Red 10 5 32 Green 6 45 12 After sorting, I need the result to give me something like this: A B C Blue 50 25 15 Red 32 10 5 Green 45 12 6 Which means that will maintain row integrity but it will re-arrange the values decreasing from A to C Any help will be appreciated. Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
dab wrote:
Good day, I have the following table: A B C Blue 50 25 15 Red 10 5 32 Green 6 45 12 After sorting, I need the result to give me something like this: A B C Blue 50 25 15 Red 32 10 5 Green 45 12 6 Which means that will maintain row integrity but it will re-arrange the values decreasing from A to C Any help will be appreciated. Thanks You could sort each row individually in descending order, or assuming your data is in A1:D4, put the following in F2 and copy down and across to H4: =LARGE($B2:$D2,COUNT($B2:$D2)+COLUMN()-8) |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "Glenn" wrote: dab wrote: Good day, I have the following table: A B C Blue 50 25 15 Red 10 5 32 Green 6 45 12 After sorting, I need the result to give me something like this: A B C Blue 50 25 15 Red 32 10 5 Green 45 12 6 Which means that will maintain row integrity but it will re-arrange the values decreasing from A to C Any help will be appreciated. Thanks You could sort each row individually in descending order, or assuming your data is in A1:D4, put the following in F2 and copy down and across to H4: =LARGE($B2:$D2,COUNT($B2:$D2)+COLUMN()-8) Hello Glen Thanks for the tip. I did the sorting by row and I've got the proper result. Regards |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sorting columns sorts header values too | Excel Discussion (Misc queries) | |||
help with sorting text in columns to match other columns | Excel Discussion (Misc queries) | |||
Newbie question Different decimal place values for columns | Excel Worksheet Functions | |||
sorting question | Excel Discussion (Misc queries) | |||
Excel Compare values in columns & display missing values in a new | Excel Discussion (Misc queries) |