Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Help, add subtotals included in one column to get a grand total

exel 07
I am trying to add up subtotals in a column to equal a grand total without
duplicate addition from the sums being in the same column. I have also
highlighted the data I want to add.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Help, add subtotals included in one column to get a grand total

Are you using SUM( .. ) on different rows to give you the subtotals?
If so, then you should change this to SUBTOTAL(9,..). An easy way is
to highlight the column by clicking on the column identifier then CTRL-
H (Edit|Replace) and in the dialogue box put:

Find What: SUM(
Replace With: SUBTOTAL(9,

(exactly as typed above), then click Replace All.

Then for your Grand Total row you should also use

=SUBTOTAL(9, range)

where range is the for the whole of the column of data, eg A1:A3000.

Hope this helps.

Pete

On Apr 19, 10:26 pm, ceomummy
wrote:
exel 07
I am trying to add up subtotals in a column to equal a grand total without
duplicate addition from the sums being in the same column. I have also
highlighted the data I want to add.



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
Removeing the Grand Total Line when subtotals are removed Melody Excel Discussion (Misc queries) 11 March 9th 07 06:09 PM
show only the subtotals and grand total in a pivot table Wanna Learn Excel Worksheet Functions 3 October 28th 06 03:34 AM
add non-contiguent sums in one column to a Grand Total Ryan Excel Worksheet Functions 4 January 15th 06 11:08 PM
grand total column B from every worksheet in workbook igor Excel Discussion (Misc queries) 2 February 23rd 05 08:42 PM
grand-total of subtotals ? Neither rhyme nor reason Excel Worksheet Functions 3 February 11th 05 07:25 PM


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