Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Does anyone have ideas that would SUM only the subtotal amounts in a
worksheet? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I don't.
But =subtotal() that points at the whole range will ignore the =subtotal() cells and could give you what you want. nejohnso76 wrote: Does anyone have ideas that would SUM only the subtotal amounts in a worksheet? -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
IF you have SUBTOTALs applied automatically, simply use
=SUM(A:A)/2 if you aren't showing the Grandtotal, and use =SUM(A:A)/3 if you are. OR, you can use =SUBTOTAL(9,A:A) which will sum everything except values in SUBTOTAL formulas... HTH, Bernie MS Excel MVP "nejohnso76" wrote in message ups.com... Does anyone have ideas that would SUM only the subtotal amounts in a worksheet? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You may want to first update sum formulas to subtotal formulas by
replacing "=sum(" with "=subtotal(9," in the column. Then you could use: =SUM(9,A:A)-SUBTOTAL(A:A) to sum just the subtotal formulas. nejohnso76 wrote: Does anyone have ideas that would SUM only the subtotal amounts in a worksheet? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Fold / unfold without subtotals function | Excel Worksheet Functions | |||
Date & Time | New Users to Excel | |||
Automatically up date time in a cell | Excel Discussion (Misc queries) | |||
Conversion | Excel Worksheet Functions | |||
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. | Excel Worksheet Functions |