![]() |
is there a formula for calculating dates 3 mos out
Here's an example
What is the formula I would use for calculating dates 3 mos. out ex. April 17, 2006 July 17, 2006 October, 17, 2006 |
is there a formula for calculating dates 3 mos out
Let's say your original date is in cell A1. Use this formula:
=DATE(YEAR(A1),MONTH(A1)+3,DAY(A1)) Or if you want to calculate based on the current date: =DATE(YEAR(TODAY()),MONTH(TODAY())+3,DAY(TODAY())) HTH, Elkar "Lawrence" wrote: Here's an example What is the formula I would use for calculating dates 3 mos. out ex. April 17, 2006 July 17, 2006 October, 17, 2006 |
All times are GMT +1. The time now is 02:06 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com