How can i format a late fee column in excel. I need it to be able to have a $100.00 late fee on the 6th of every month and then an increase of $3.00 everyday until it is paid.
How can i format a late fee column in excel. I need it to be able to have a $100.00 late fee on the 6th of every month and then an increase of $3.00 everyday until it is paid.
Hi and welcome to the forum
With the Date Due in A1 and the date paid in B1 (blank if not paid) then in C1
Formula:
=IF(AND(B1="",TODAY()>EOMONTH(A1,0)+6),130+(TODAY()-(EOMONTH(A1,0)+6))*3,"")
Richard Buttrey
RIP - d. 06/10/2022
If any of the responses have helped then please consider rating them by clicking the small star iconbelow the post.
SO where would i be posting that formula at? i formatted it to match my excel "IF(AND(G4="",TODAY()>EOMONTH(B4,0)+6),130+(TODAY()-(EOMONTH(B4,0)+6))*3,"")" correct?
Its not working, unless i am doing something wrong
Upload the workbook you're using if you can't map your Date due to the A1 cell and the Date Paid to B1 that I used in the formula.
It doesn't matter where you put the formula as long as you use the correct cell references in the formula
i.e. is your G4 the Date paid (or blank) and B4 the date due?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks