• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

EXCEL studs: Question regarding subtotals inside

LakerGod

Platinum Member
This question may not make sense because i'm fairly new with this function, but i'll give it my best shot.

I used the subtotal function to create grand totals for one category and then i wanted to create subtotals within that same category. My problem is, once i do this my grand total gets bumped by the very last subtotal which replaces the grand total. Therefore, my "grand total? turns out to be a subtotal and the label for my last subtotal becomes the grand total.

I really apologize if this made no sense and I hope somebody can decipher this and help me out. Thanks!
 
Yossarian is right, your explanation is hard to grasp. But if I were to guess at what you are trying to do, you are saying you want subtotals from several catagories to be added together in a grand total? If so, it would go something like this:

catagory 1 subtotal: =SUM(B5:B8) <adds cells b5 through b8>

catagory 2 subtotal: =SUM(B11:B17) <adds cells b11 through b17>

Grand Total: =SUM(B9,B18) <adds cells b9 and b18 together which are the subtotals of catagories 1 and 2>

 
Thanks to those of you who tried to help.


I guess other people had a similar problem...


Here is the link to the problem.


Here is the link to the fix.
 
Back
Top