Hi Everyone.
I have this formula below:
=IF(B19<=$B4,ROUND(F18+D19+E19,2),IF(B19>$B4,0), IF(ISBLANK(B19),"")
It is supposed to do three conditional things in an Outstanding balance column.
1. If B19 (repayment number) is less than or equal to $B4 (number of months) THEN perform calculation...