1. Have a look at =subtotal(9,range)e.g.
A5 =subtotal(9,A1:A4)
A10 =subtotal(9,A6:A9)
A12 =subtotal(9,A1:A11) This does not doublecount the subtotals
Beware that subtotals only act on visible cells - if you filter some rows out then.....
2.I haven't come across the 30 limit. You can certainly get more than that using the format = A1+A3+A5.....
Autosum works quite well. Highlight your list including the subtotals and click autosum - produces a formula = Sum(a1,a7,...) but I guess that is where the 30 limit comes in.
Is there a pattern to the cells - Give us the first few and then see if we can't just give you a formula to do it. Failing that, as has been suggested use =A1+A3+A7 etc, or even =SUM(A1,A3,A7...)+SUM(A45,A56,A66...)+SUM(...
A formula would be a better option though.
I'm assuming this isn't all random cells, so help us out with the logic behind what is being summed and lets see what we can do.
Regards
Ken............
---------------------------------------------------------------------------- It's easier to beg forgiveness than ask permission
----------------------------------------------------------------------------
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.