Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Rich
 
Posts: n/a
Default Sort a Subtotalled List?

Hello,
Does anyone know if you can sort a list after it has been subtotalled?
The reason I ask is because I am basically sorting a list based on a criteria
and then deleted all transactions that offset to each other to equal zero. So
if I could sort the list after it was subtotalled all the subtotalled amounts
that equaled zero would be in order and I could delete them all at once,
instead of scanning through the list. Any help would save me a huge amount of
time.

Thanks,

  #2   Report Post  
JMB
 
Posts: n/a
Default

Would it be better to remove the subtotals (Data/Subtotals/Remove All) then
sort/delete data, then re-apply the subototals?



"Rich" wrote:

Hello,
Does anyone know if you can sort a list after it has been subtotalled?
The reason I ask is because I am basically sorting a list based on a criteria
and then deleted all transactions that offset to each other to equal zero. So
if I could sort the list after it was subtotalled all the subtotalled amounts
that equaled zero would be in order and I could delete them all at once,
instead of scanning through the list. Any help would save me a huge amount of
time.

Thanks,

  #3   Report Post  
Rich
 
Posts: n/a
Default

That would not work. The reason why is because I am trying to match numbers
that will equal zero, then delete them once I have matched them. So what I
have been doing is sorting them, subtotalling them, and deleting all of them
that equal zero. But I would like to somehow get all of the transactions that
offset to zero together so I could delete them all at once.

"JMB" wrote:

Would it be better to remove the subtotals (Data/Subtotals/Remove All) then
sort/delete data, then re-apply the subototals?



"Rich" wrote:

Hello,
Does anyone know if you can sort a list after it has been subtotalled?
The reason I ask is because I am basically sorting a list based on a criteria
and then deleted all transactions that offset to each other to equal zero. So
if I could sort the list after it was subtotalled all the subtotalled amounts
that equaled zero would be in order and I could delete them all at once,
instead of scanning through the list. Any help would save me a huge amount of
time.

Thanks,

  #4   Report Post  
Rich
 
Posts: n/a
Default

That would not work. The reason why is because I am trying to match numbers
that will equal zero, then delete them once I have matched them. So what I
have been doing is sorting them, subtotalling them, and deleting all of them
that equal zero. But I would like to somehow get all of the transactions that
offset to zero together so I could delete them all at once.

Thanks,

"JMB" wrote:

Would it be better to remove the subtotals (Data/Subtotals/Remove All) then
sort/delete data, then re-apply the subototals?



"Rich" wrote:

Hello,
Does anyone know if you can sort a list after it has been subtotalled?
The reason I ask is because I am basically sorting a list based on a criteria
and then deleted all transactions that offset to each other to equal zero. So
if I could sort the list after it was subtotalled all the subtotalled amounts
that equaled zero would be in order and I could delete them all at once,
instead of scanning through the list. Any help would save me a huge amount of
time.

Thanks,

  #5   Report Post  
JMB
 
Posts: n/a
Default

I think I see what you're getting at. Try collapsing the subtotals so you
only see the subtotals, not the details, then try sorting (based on whatever
column has the subtotal amount). Tested it on my machine and it looks like
it will sort the table using the subtotal amount as the key.

Be sure to back up your data and, after sorting, match the details of one or
two of your subtotals to make sure it moved the details (comprising the
subtotal) when you sorted the data. Again, on the test I ran, it looks like
it will work.





"Rich" wrote:

That would not work. The reason why is because I am trying to match numbers
that will equal zero, then delete them once I have matched them. So what I
have been doing is sorting them, subtotalling them, and deleting all of them
that equal zero. But I would like to somehow get all of the transactions that
offset to zero together so I could delete them all at once.

Thanks,

"JMB" wrote:

Would it be better to remove the subtotals (Data/Subtotals/Remove All) then
sort/delete data, then re-apply the subototals?



"Rich" wrote:

Hello,
Does anyone know if you can sort a list after it has been subtotalled?
The reason I ask is because I am basically sorting a list based on a criteria
and then deleted all transactions that offset to each other to equal zero. So
if I could sort the list after it was subtotalled all the subtotalled amounts
that equaled zero would be in order and I could delete them all at once,
instead of scanning through the list. Any help would save me a huge amount of
time.

Thanks,



  #6   Report Post  
Rich
 
Posts: n/a
Default

I tried that previously and it didn't appear to work. Are you running Office
XP? I only have Office 2000. What steps did you actually do?

Thanks,

"JMB" wrote:

I think I see what you're getting at. Try collapsing the subtotals so you
only see the subtotals, not the details, then try sorting (based on whatever
column has the subtotal amount). Tested it on my machine and it looks like
it will sort the table using the subtotal amount as the key.

Be sure to back up your data and, after sorting, match the details of one or
two of your subtotals to make sure it moved the details (comprising the
subtotal) when you sorted the data. Again, on the test I ran, it looks like
it will work.





"Rich" wrote:

That would not work. The reason why is because I am trying to match numbers
that will equal zero, then delete them once I have matched them. So what I
have been doing is sorting them, subtotalling them, and deleting all of them
that equal zero. But I would like to somehow get all of the transactions that
offset to zero together so I could delete them all at once.

Thanks,

"JMB" wrote:

Would it be better to remove the subtotals (Data/Subtotals/Remove All) then
sort/delete data, then re-apply the subototals?



"Rich" wrote:

Hello,
Does anyone know if you can sort a list after it has been subtotalled?
The reason I ask is because I am basically sorting a list based on a criteria
and then deleted all transactions that offset to each other to equal zero. So
if I could sort the list after it was subtotalled all the subtotalled amounts
that equaled zero would be in order and I could delete them all at once,
instead of scanning through the list. Any help would save me a huge amount of
time.

Thanks,

  #7   Report Post  
JMB
 
Posts: n/a
Default

I have Office 2000.

I set up a table with Names and Amounts. Then I clicked Data/Subtotals
(every change in Name, Sum Amounts). Then I collapsed the data so I could
only see the subtotals

A B
Name Amount
1 x total 15
2 y total 0
3 z total 30
4 Grand Total 45


Then, I selected A1:B3 (excluded the Grand Total line), clicked Data/Sort,
primary key = Amount, ascending order, resulting in

A B
Name Amount
1 y total 0
2 x total 15
3 z total 30
4 Grand Total 45


I then expanded the next level. Details were all intact.


"Rich" wrote:

I tried that previously and it didn't appear to work. Are you running Office
XP? I only have Office 2000. What steps did you actually do?

Thanks,

"JMB" wrote:

I think I see what you're getting at. Try collapsing the subtotals so you
only see the subtotals, not the details, then try sorting (based on whatever
column has the subtotal amount). Tested it on my machine and it looks like
it will sort the table using the subtotal amount as the key.

Be sure to back up your data and, after sorting, match the details of one or
two of your subtotals to make sure it moved the details (comprising the
subtotal) when you sorted the data. Again, on the test I ran, it looks like
it will work.





"Rich" wrote:

That would not work. The reason why is because I am trying to match numbers
that will equal zero, then delete them once I have matched them. So what I
have been doing is sorting them, subtotalling them, and deleting all of them
that equal zero. But I would like to somehow get all of the transactions that
offset to zero together so I could delete them all at once.

Thanks,

"JMB" wrote:

Would it be better to remove the subtotals (Data/Subtotals/Remove All) then
sort/delete data, then re-apply the subototals?



"Rich" wrote:

Hello,
Does anyone know if you can sort a list after it has been subtotalled?
The reason I ask is because I am basically sorting a list based on a criteria
and then deleted all transactions that offset to each other to equal zero. So
if I could sort the list after it was subtotalled all the subtotalled amounts
that equaled zero would be in order and I could delete them all at once,
instead of scanning through the list. Any help would save me a huge amount of
time.

Thanks,

  #8   Report Post  
Rich
 
Posts: n/a
Default

That would not work. The reason why is because I am trying to match numbers
that will equal zero, then delete them once I have matched them. So what I
have been doing is sorting them, subtotalling them, and deleting all of them
that equal zero. But I would like to somehow get all of the transactions that
offset to zero together so I could delete them all at once.

"JMB" wrote:

Would it be better to remove the subtotals (Data/Subtotals/Remove All) then
sort/delete data, then re-apply the subototals?



"Rich" wrote:

Hello,
Does anyone know if you can sort a list after it has been subtotalled?
The reason I ask is because I am basically sorting a list based on a criteria
and then deleted all transactions that offset to each other to equal zero. So
if I could sort the list after it was subtotalled all the subtotalled amounts
that equaled zero would be in order and I could delete them all at once,
instead of scanning through the list. Any help would save me a huge amount of
time.

Thanks,

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 a list of dates in Excel by month and day? Caroline Excel Discussion (Misc queries) 3 June 10th 05 11:58 PM
How do I sort a list automatically? Defoes Right Boot Excel Discussion (Misc queries) 1 February 4th 05 05:56 PM
how do i automatically sort a list Defoes Right Boot Excel Worksheet Functions 0 February 3rd 05 02:19 PM
Excel Auto Filter: WHY'S SORT @ TOP OF LIST? WHEN I KEY TO "SHOW . Dan W Excel Worksheet Functions 0 December 1st 04 03:53 PM
How can I sort an entire spreadsheet from a list prod sorter Excel Worksheet Functions 4 November 17th 04 03:43 AM


All times are GMT +1. The time now is 01:21 PM.

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

About Us

"It's about Microsoft Excel"