Jack --
Try:
=SUM(E$5:E$2236)-SUMPRODUCT((($N$5:$N2236="PAID")+($N$5:$N2236="Current"))*(E$5:E$2236))
This does not have the "due" bit in conjunction with a date condition, because you didn't mention any range containing dates.
Aladin
=============
Hiya Jack,
would this also help ? :
=SUMPRODUCT(($n$5:$n$2236<>"PAID")*($n$5:$n$2236<>"Current")*($n$5:$n$2236<>F1),($e$5:$e$2236))
where F1 houses your required due date
I tested it a bit and it seems to work, so hope it helps also
Chris
Aladin .. date is same rang as PAID Currect...thanks [NT]
Nice one Chris D.. ill try and mail you [NT]
post 5 rows of the relevant data including labels? If so inclined,type = in an empty cell, select 5 rows of the range of interest, hit F9, copy everyhing between braces that you see on the Formula Bar, and paste it in the follow up. Would you restate what the criteria are along with what is desired?
========
Aladin -- cool formula PERFECT im fine a big thanks [NT]