I have a sheet that summarizes all of our projects. I want to add the projected term of the project (in months) to the kick off date of the project. Here is what I came up with but it is not working:
DATE(MONTH([Kick Off]1) + [Project Term]1)
Is there a formula that I can reference the date on one cell and add...say "6 months" to that date?