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.
 
Joined
Sep 3, 2008
Messages
164
Reaction score
5
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 Subtotal without calculate duplicate lines 4
Excel Need Countifs Formula Help 0
Access Sum function in an Access Form 1
Excel Excel 2007, Sum with criteria 1
Excel Sumproduct 0
Excel Getting an annualized figure based on YTD in Excel 1
SUM - IF - AND 7
Excel Conditioning Formatting 3

Top