Getting SUMIF to work in Excel 2007 filtered tables?

J

jonathan

I have a table in Excel 2007 and below the table am creating a range of sums
based on other values in the table.
eg =SUMIF(Table1[Key Ac Alloc],$A73,AE$9:AE$64)
All works fine when the table is un-filtered.

However when applying a filter to one of the columns, the esult of hte SUMIF
is wildly incorrect (much to high...)
How do I solve this?
 
L

Luke M

You may need to use some variation of the SUBTOTAL function, which is
affected by hidden/filtered rows.
 
A

Ashish Mathur

Hi,

This should not happen - the SUMIF() is not affected if the range if
filtered. Is any input of the SUMIF() a result of the SUBTOTAL() function.

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com
 

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

Top