auto sum function

R

Roger R

I had someone send me an excel file that is acting strange.
When I click the sigma (auto sum) button, which normally
would produce the =sum() function, it produces a =subtotals
(9). Why is it putting this function in and why does it
put the "9" in front of everything? By the way it's not
summing up what I need it to sum up.
 
P

Peo Sjoblom

=SUBTOTAL(9,Range) sum visible cells that are filtered either through
autofilter, advanced filter or subtotal.
I assume you are using any of the above mentioned.. If you want to sum the
whole range and include
hidden cells you need to enter it manually. Of course if there are no hidden
cells both formulas return the same
result
 
G

Guest

I am using an advance filter, and I have attempted to
manually enter the =sum() formula, which didn't work
either.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top