![]() |
How can I find out what date going to be 3 month from today in ex
If today is 08 NOV 2008 after Three or six months later what date going to
be. How can I create a function in MS Excel. Can you please let me know. My e-mai is or Thanks, Shahin Khan |
How can I find out what date going to be 3 month from today in ex
enter the date in Cell (example A1)
Create this formula in (Example B1) =A1+182 (182 for 6 months or 91 for 3 months). This formula simply takes the date and adds a certain number of days to it. Make sure that both cells are formatted to Date format -- Thanks! Susan "Shahin Khan" wrote: If today is 08 NOV 2008 after Three or six months later what date going to be. How can I create a function in MS Excel. Can you please let me know. My e-mai is or Thanks, Shahin Khan |
How can I find out what date going to be 3 month from today in ex
Hi,
Another way =DATE(YEAR(A1),MONTH(A1)+3,DAY(A1)) and obviously +6 for 6 months Mike "Shahin Khan" wrote: If today is 08 NOV 2008 after Three or six months later what date going to be. How can I create a function in MS Excel. Can you please let me know. My e-mai is or Thanks, Shahin Khan |
How can I find out what date going to be 3 month from today in ex
=DATE(YEAR(A1),MONTH(A1)+3,DAY(A1))
=DATE(YEAR(A1),MONTH(A1)+6,DAY(A1)) -- David Biddulph "Shahin Khan" <Shahin wrote in message ... If today is 08 NOV 2008 after Three or six months later what date going to be. How can I create a function in MS Excel. Can you please let me know. My e-mai is or Thanks, Shahin Khan |
How can I find out what date going to be 3 month from today in ex
In Excel 2007 or 03 with Analysis Toolpak Addin:
=EDATE(A2,3) =EDATE(A2,6) where A2 contains the original date... "Shahin Khan" wrote: If today is 08 NOV 2008 after Three or six months later what date going to be. How can I create a function in MS Excel. Can you please let me know. My e-mai is or Thanks, Shahin Khan |
All times are GMT +1. The time now is 11:12 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com