Add A Month, or two

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

Guest

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.
 
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.
 
Back
Top