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

Can you assign groups of columns to move together when sorting horizontally?
I have 11 groups of columns each group with an amount column, ideally we have
the list sorted from left to right descending dollar amounts for the amount
column from each column group. Any ideas are much appreciated.
--
"Gambling is illegal @ Bushwood and I never slice."
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Sort blocks of data

If the data would fit into a single row (256 in xl2003 and below) or 16k in
xl2007, then I'd:

Move the data to a separate worksheet -- one row per logical record

Sort this data

and then rearrange the data into the "report" version -- multiple rows per
logical record.

In fact, I'd do my best to keep my raw data (for updates) in that format and
generate the reports off that flat file.

=======
But another way that may work for you.
Insert a couple more columns (I'd use new columns A and B)
Add a unique record indicator in column A of each group of rows.
Add a sequence number in column B within that group of rows.

Sort your data using the way you want and then sort it once more using the first
two columns.

bushwood wrote:

Can you assign groups of columns to move together when sorting horizontally?
I have 11 groups of columns each group with an amount column, ideally we have
the list sorted from left to right descending dollar amounts for the amount
column from each column group. Any ideas are much appreciated.
--
"Gambling is illegal @ Bushwood and I never slice."


--

Dave Peterson
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
How do I sort blocks of information in Excel? so_lisa Excel Discussion (Misc queries) 2 May 15th 23 03:46 AM
Count Blocks of Data Brendan Excel Worksheet Functions 4 January 16th 08 10:08 PM
blocks of data repeating eween New Users to Excel 4 March 29th 07 06:58 PM
averaging particular blocks of data robert111 Excel Discussion (Misc queries) 6 July 12th 06 02:41 PM
Copy Blocks Of Data SenojNW Excel Discussion (Misc queries) 2 August 9th 05 02:06 AM


All times are GMT +1. The time now is 04:30 PM.

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"