ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   interest formula (https://www.excelbanter.com/excel-discussion-misc-queries/45883-interest-formula.html)

Nat that stuck

interest formula
 
Hi!

I am trying to calculate the interest owned by a client. I need to do this
using dates as the terms of sales a 1.5% after 30 days. My spreadsheet
is set-up as follows: in F10 Current date, in A14 Invoice date, in F14
amount of sale and the amount is to be in F18. So the invoice date is July
14, 2005 and the amount is $428.00. Can someone please help me?!?! I"ve
been working on this for over 3 hours and I cannot seem to get the proper
answer.
Thanks in advance.


PC

I think this is what you are looking for.

If the invoice is over 30 days old, calculate 1.5% interest on the invoice
amount, otherwise the interest is -0-.

=IF(F10-A1430,F14*.015,0)




"Nat that stuck" <Nat that wrote in message
...
Hi!

I am trying to calculate the interest owned by a client. I need to do

this
using dates as the terms of sales a 1.5% after 30 days. My

spreadsheet
is set-up as follows: in F10 Current date, in A14 Invoice date, in F14
amount of sale and the amount is to be in F18. So the invoice date is

July
14, 2005 and the amount is $428.00. Can someone please help me?!?! I"ve
been working on this for over 3 hours and I cannot seem to get the proper
answer.
Thanks in advance.




Anne Troy

Try this: =F14*((1.5%/30)*(F10-A14))

The "30" is the number of days in a month. This accrues interest daily.
************
Anne Troy
www.OfficeArticles.com

"Nat that stuck" <Nat that wrote in message
...
Hi!

I am trying to calculate the interest owned by a client. I need to do
this
using dates as the terms of sales a 1.5% after 30 days. My
spreadsheet
is set-up as follows: in F10 Current date, in A14 Invoice date, in F14
amount of sale and the amount is to be in F18. So the invoice date is
July
14, 2005 and the amount is $428.00. Can someone please help me?!?! I"ve
been working on this for over 3 hours and I cannot seem to get the proper
answer.
Thanks in advance.





All times are GMT +1. The time now is 09:08 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com