how to add a value based on a date change in Excel?

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

Guest

I am trying to add a value to another on the first of the month. It is a
repeating condition based on the first of the month. Thanks for your help!
 
Do you want to add the same amount on the first of every month?

If, for instance you want to add the amount in cell B1 every first of the
month from October 2006

=DATEDIF(DATE(2006,10,1),TODAY(),"m")*B1+B1
 
Yes, I am trying to add the same amount every month to a value. Can I ask it
to add another cell if the date is the first of the month?

EX: I have 200 hours of vac, accuring 12 hours a month on the first of
every month. If I place the cell with the total accured next to the amount
accured each month so it updates the first.
 

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