I have four columns. B1 is amount owed. C1 is amount paid. D1 is the difference and E1 is the remainder. Pretty simple. I have this set up for the next six years on a monthly basis so all i want to enter is the "paid" amount. My formulas figure out the difference.
In my remainder column, I need it to take the difference and the remainder from the previous month to add it together. I have the formula:
=IF(OR(ISBLANK(E3),ISBLANK(D4)),NA(),E3+D4)
The problem is, I can't figure out how to to get rid of the #VALUE! without getting rid of the formula. What do I need to add, and where, to get rid of this darn thing?
In my remainder column, I need it to take the difference and the remainder from the previous month to add it together. I have the formula:
=IF(OR(ISBLANK(E3),ISBLANK(D4)),NA(),E3+D4)
The problem is, I can't figure out how to to get rid of the #VALUE! without getting rid of the formula. What do I need to add, and where, to get rid of this darn thing?