Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Philip
 
Posts: n/a
Default Summarising a List of Data

I am trying to partially summarise a list of costs so that all costs over a
certain amount cost are shown in detail while all other costs are grouped
together as "others".

for example

repair to ac 30,000
repair to roof 14,000
new table 500
new chairs 450
Cleaning costs 200
Total 45,150

Would show as

repair to ac 30,000
repair to roof 14,000
others 1150
Total 45,150
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default Summarising a List of Data

I'd insert another column (D??) and use a formula:

=if(B21000,a2,"Others")
and drag down.

Then you could either sort your data by that column and do:
data|subtotals

If you had multiple "repair to ac"'s, you could use the outlining symbol to the
left to show all the details, then come back and hide the details for "Others".

Or you could create a pivottable (data|pivottable) to summarize your data.

Philip wrote:

I am trying to partially summarise a list of costs so that all costs over a
certain amount cost are shown in detail while all other costs are grouped
together as "others".

for example

repair to ac 30,000
repair to roof 14,000
new table 500
new chairs 450
Cleaning costs 200
Total 45,150

Would show as

repair to ac 30,000
repair to roof 14,000
others 1150
Total 45,150


--

Dave Peterson
  #3   Report Post  
FinRazel
 
Posts: n/a
Default Summarising a List of Data

To expand on what Dave said, you could also use SUMIF on your data range to
only grab the numbers <1,000 for "others", and then apply conditional
formatting to the range so that if they are summed in "others," they show up
purple (or the like)

"Dave Peterson" wrote:

I'd insert another column (D??) and use a formula:

=if(B21000,a2,"Others")
and drag down.

Then you could either sort your data by that column and do:
data|subtotals

If you had multiple "repair to ac"'s, you could use the outlining symbol to the
left to show all the details, then come back and hide the details for "Others".

Or you could create a pivottable (data|pivottable) to summarize your data.

Philip wrote:

I am trying to partially summarise a list of costs so that all costs over a
certain amount cost are shown in detail while all other costs are grouped
together as "others".

for example

repair to ac 30,000
repair to roof 14,000
new table 500
new chairs 450
Cleaning costs 200
Total 45,150

Would show as

repair to ac 30,000
repair to roof 14,000
others 1150
Total 45,150


--

Dave Peterson

  #4   Report Post  
Philip
 
Posts: n/a
Default Summarising a List of Data

Many thanks

"Dave Peterson" wrote:

I'd insert another column (D??) and use a formula:

=if(B21000,a2,"Others")
and drag down.

Then you could either sort your data by that column and do:
data|subtotals

If you had multiple "repair to ac"'s, you could use the outlining symbol to the
left to show all the details, then come back and hide the details for "Others".

Or you could create a pivottable (data|pivottable) to summarize your data.

Philip wrote:

I am trying to partially summarise a list of costs so that all costs over a
certain amount cost are shown in detail while all other costs are grouped
together as "others".

for example

repair to ac 30,000
repair to roof 14,000
new table 500
new chairs 450
Cleaning costs 200
Total 45,150

Would show as

repair to ac 30,000
repair to roof 14,000
others 1150
Total 45,150


--

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
Data Val list Excel 97 fire macro rgarber50 Excel Discussion (Misc queries) 4 October 9th 05 05:19 PM
Expanding Data validation from List mark hansen Excel Discussion (Misc queries) 2 September 4th 05 01:39 AM
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM
named range, data validation: list non-selected items, and new added items KR Excel Discussion (Misc queries) 1 June 24th 05 05:21 AM
Pull Current Month's Data Out of List - Repost Karl Burrows Excel Discussion (Misc queries) 4 May 3rd 05 01:06 AM


All times are GMT +1. The time now is 02:24 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"