Excel Conditional Sum formula with filters in excel

Joined
Jul 19, 2011
Messages
1
Reaction score
0
Hi all,

I have data in columns Z through AC that I want to sum only if column X is greater than zero. I know a SUMIF formula would work for this, however I filter this data constantly and a SUMIF formula doesn't update with the filters, but keeps the all up total. A SUBTOTAL updates with the filters, but I can't make it sum only X is greater than zero. Does anyone know a workaround for this?

Thanks in advance.
 
RTB977.
Try something like this (not actual formula, you will need to add the correct cell location):

=if(x>0,(sumz:ac),"X not greater then zero")

Stoneboysteve
 

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

Excel Excel 2007, Sum with criteria 1
Excel Subtotal without calculate duplicate lines 4
Excel Need aid in Excel Formulas 3
Access Sum function in an Access Form 1
Excel Need Countifs Formula Help 0
Filtering with SUMIFS 1
Excel Sumproduct 0
Excel Vlookup and sumif function maybe a macro issue? 0

Back
Top