Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello. I'm using Excel 2003.
I'd like to total the subtotals that Excel calc'd for me using the subtotals function. I realize that Excel places a grand total at the bottom of the data range. However, I have one field that is using a "Max" calculation ie, "=subtotal(4, A1:A5000)" I want to sum all of these "Max" calculations. However, when you use the "=subtotal(9, A1:A5000)" formula, it doesn't sum all of the subtotal max calcs - it sums the data only. So, this WON'T WORK. Any suggestions? Thanks. -- Craig |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Craig,
=Sum(A1:A5000) - Subtotal(9, A1:A5000) -- Jim Cone Portland, Oregon USA http://www.realezsites.com/bus/primitivesoftware (Excel Add-ins / Excel Programming) "Craig" wrote in message Hello. I'm using Excel 2003. I'd like to total the subtotals that Excel calc'd for me using the subtotals function. I realize that Excel places a grand total at the bottom of the data range. However, I have one field that is using a "Max" calculation ie, "=subtotal(4, A1:A5000)" I want to sum all of these "Max" calculations. However, when you use the "=subtotal(9, A1:A5000)" formula, it doesn't sum all of the subtotal max calcs - it sums the data only. So, this WON'T WORK. Any suggestions? Thanks. -- Craig |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That's brilliant...and so simple.
Thanks Jim! -- Craig "Jim Cone" wrote: Craig, =Sum(A1:A5000) - Subtotal(9, A1:A5000) -- Jim Cone Portland, Oregon USA http://www.realezsites.com/bus/primitivesoftware (Excel Add-ins / Excel Programming) "Craig" wrote in message Hello. I'm using Excel 2003. I'd like to total the subtotals that Excel calc'd for me using the subtotals function. I realize that Excel places a grand total at the bottom of the data range. However, I have one field that is using a "Max" calculation ie, "=subtotal(4, A1:A5000)" I want to sum all of these "Max" calculations. However, when you use the "=subtotal(9, A1:A5000)" formula, it doesn't sum all of the subtotal max calcs - it sums the data only. So, this WON'T WORK. Any suggestions? Thanks. -- Craig |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Subtotals problem: Excel 2003 (not, AFAIK, the nested subtotals bug) | Excel Discussion (Misc queries) | |||
Original subtotals should not be within nested subtotals in excel | Excel Worksheet Functions | |||
Totaling subtotals | Excel Discussion (Misc queries) | |||
How do I copy an outline w/ subtotals & paste just the subtotals | Excel Discussion (Misc queries) | |||
Problem with nested subtotals, placing secondary subtotals BELOW . | Excel Discussion (Misc queries) |