I need an Excell formula that will add x$'s every 30 days

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

For auction site accounting - I need a formula that will add recurring fees
to a particular field every 30 days based on a date in another field.
 
One way:

A1: <base>
A2: <fee>
A3: <date>

A5: =A1 + INT((TODAY()-A3)/30) * A2
 

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

Back
Top