Arrgh, I know this is elementary but I always have trouble with Excel and dates. I want column A to have a formula such that (where A1 is initial date eg 1/1/2008)
A2 = A1 + 1 month = 2/1/08
A3 = A2 + 1 month = 3/1/08
What's the formula?
ChemistB
Arrgh, I know this is elementary but I always have trouble with Excel and dates. I want column A to have a formula such that (where A1 is initial date eg 1/1/2008)
A2 = A1 + 1 month = 2/1/08
A3 = A2 + 1 month = 3/1/08
What's the formula?
ChemistB
Try
VBA Noob=DATE(YEAR(A1),MONTH(A1)+1,DAY(A1))
_________________________________________
![]()
![]()
Credo Elvem ipsum etian vivere
_________________________________________
A message for cross posters
Please remember to wrap code.
Forum Rules
Please add to your signature if you found this link helpful. Excel links !!!
Wonderful, Thanks VBA!!!!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks