Thread: [Solved] Adding Months
View Single Post
 
Old 09-16-2015, 10:21 AM
gebobs gebobs is offline Windows 7 64bit Office 2010 64bit
Expert
 
Join Date: Mar 2014
Location: Atlanta
Posts: 837
gebobs has a spectacular aura aboutgebobs has a spectacular aura about
Default

EDATE is precisely the function you want. It returns the date for the specified number of months after a specified date.

Code:
=EDATE(A1,8)
Reply With Quote