Add A Month, or two

S

Scott C

I am tracking several thousand project tasks by date. Occassionally I need
to slide several tasks by 2-3 months. Is there a formula that will increment
just the month section of a date field? The field id formatted mmm/dd/yyyy.
 
K

Ken Snell [MVP]

Check out the DateAdd function. It will return a date that differs from the
starting date by the increment and unit that you specify in the function's
arguments.
 

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

Top