Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Mel
 
Posts: n/a
Default How do I insert a filtered subtotal into overall summary

How do I insert a subtotal from a filtered list into an overall summary? I
have a column for tracking eg offloading, en route, POD's delivered etc. I
can establish subtotals in the filtered list but would like to have a summary
at the end of my worksheet with a breakdown of each one?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default How do I insert a filtered subtotal into overall summary

What you would like to do is change the filter criteria and get the subtotal
for each choise.

Much easier to use a pivot table:

http://peltiertech.com/Excel/Pivots/pivottables.htm

--
Gary's Student


"Mel" wrote:

How do I insert a subtotal from a filtered list into an overall summary? I
have a column for tracking eg offloading, en route, POD's delivered etc. I
can establish subtotals in the filtered list but would like to have a summary
at the end of my worksheet with a breakdown of each one?

  #3   Report Post  
Posted to microsoft.public.excel.misc
Mel
 
Posts: n/a
Default How do I insert a filtered subtotal into overall summary

Is it possible to write a formula to count the number of cells within that
column with offloading, the number of cells with en route etc.?

"Gary''s Student" wrote:

What you would like to do is change the filter criteria and get the subtotal
for each choise.

Much easier to use a pivot table:

http://peltiertech.com/Excel/Pivots/pivottables.htm

--
Gary's Student


"Mel" wrote:

How do I insert a subtotal from a filtered list into an overall summary? I
have a column for tracking eg offloading, en route, POD's delivered etc. I
can establish subtotals in the filtered list but would like to have a summary
at the end of my worksheet with a breakdown of each one?

  #4   Report Post  
Posted to microsoft.public.excel.misc
Pete_UK
 
Posts: n/a
Default How do I insert a filtered subtotal into overall summary

Use COUNTIF, e.g.:

=COUNTIF(A2:A100,"offloading")
=COUNTIF(A2:A100,"en route")

Or, if you put the word in a separate cell, eg C1, then:

=COUNTIF(A2:A100,C1)

I've assumed the data is in A1 to A100 - adjust cell references to
suit.

Hope this helps.

Pete

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 can i insert a subtotal from a range of dates rosa Excel Worksheet Functions 1 May 24th 06 06:58 PM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
Subtotal function with Filtered Data RonB Excel Discussion (Misc queries) 3 August 12th 05 10:04 PM
How do I copy Summary totals only from a subtotal list? Dominic Excel Discussion (Misc queries) 3 February 16th 05 03:23 PM
Challenging Charting C TO Charts and Charting in Excel 0 January 17th 05 06:57 PM


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