I'm not sure exactly what you mean it sounds like there is
a number of ways you can do what I think you want to do.
An IF,AND formula may be the easiest. if there is no
payment in the amount paid column after 30 days from
billing date then add interest to total bill
=if(and(now()-A>30),(B=""),c+interest amount,"")
a= billing date cell
b= amount paid cell
c = billing amount cell
the total of this formula would be the new billing amount
>.
>