View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips[_3_] Bob Phillips[_3_] is offline
external usenet poster
 
Posts: 2,420
Default SUMIF except for blank cells

=SUMIF(F3:F160,"",D3:D160)

--
__________________________________
HTH

Bob

<Tony Charlton wrote in message
...
Not sure if this could be of help but I wanted the sum of a column where
another column (Paid Date) was empty to give me an outstanding balance. I
am sure there is a way of doing it in one sumif statement but a simple
subtraction got the job done for me??

=SUM(D3:D160)-SUMIF(F3:F160,"<",D3:D160)