Worksheet Functions

G

Guest

Can anyone PLEASE HELP me?
How do I create a formula that will add a late fee according to the date?
Here is how the spreadsheet is setup

c=amount paid
d=date paid
e=monthly payment
j=late fee ($25)
k=balance due

Now I'm trying to get (k) to find the result of (c+j,e) if (d) is after the
10th of the month, so if e= $400 and I put $200 in (c) on the 11th then (j)
should add $25 and (k) should equal $225. I also need for (k) to recognize
if none of (e) is paid to sum up (e+j). I have tried in (k) to formulate:
IFTODAY()-D>10,SUM(C,E,J),0

I also need a suggestion for a formula to put in (j) to recognize anything
after the 10th to add $25.

Thanks in advance!
 
D

Don Guillett

What about the answers to the same question you asked on the 10th??? Ron
gave you a good ans.
 
G

Guest

It didn't work it's like part of the eqaution is missing because when i put
in a date after the 10th it just says false or no amount shows up
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

worksheet formulas 4
worksheet function 8
worksheet functions2 2
Scrabble Value calculation for Welsh words 0
Date is not permanent 2
Daily Macro for 31 days 3
Math help 3
Match or Index or Lookup??? 4

Top