Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Ron is offline
external usenet poster
 
Posts: 250
Default formula to add 6 months to a date entered on one worksheet, in ano

I need the formula to enter a date on one worksheet and then have it updated
6 months inthe future and be automatically entered on another worksheet.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default formula to add 6 months to a date entered on one worksheet, in ano

Hi,

The following formula will return the date 6 months into the future.
Suppose the starting date is in cell A1:
=EDATE(A1,6)

To use the Edate function choose Tools, Add-ins, and put a check beside
Analysis ToolPak.

If this helps, please click the Yes button

Cheers,
Shane Devenshire

Cheers,
Shane Devenshire

"Ron" wrote:

I need the formula to enter a date on one worksheet and then have it updated
6 months inthe future and be automatically entered on another worksheet.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default formula to add 6 months to a date entered on one worksheet, in ano

Assuming the date is entered into A1 on Sheet1, put this formula in the cell on the other sheet where you want the date that is 6 months in the future...

=DATE(YEAR(Sheet1!A1),MONTH(Sheet1!A1)+6,DAY(Sheet 1!A1))

Adjust the sheet name and cell reference as necessary and don't forget the leading and trailing apostrophes around the sheet name if it has any spaces in it.

--
Rick (MVP - Excel)


"Ron" wrote in message ...
I need the formula to enter a date on one worksheet and then have it updated
6 months inthe future and be automatically entered on another worksheet.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
formula to add six months to date lonedove288 Excel Worksheet Functions 3 August 5th 08 07:44 PM
Date stamp when a value is entered in a cell on another worksheet bbrant2 Excel Worksheet Functions 1 January 21st 08 05:27 PM
create a new worksheet when a cell has a date entered Zane New Users to Excel 2 October 12th 06 06:01 AM
Formula: Date plus 3 months Carly Excel Discussion (Misc queries) 9 May 19th 05 11:47 PM
Formula to calucate # of months based on a speificed date entered David Excel Worksheet Functions 4 December 15th 04 06:57 PM


All times are GMT +1. The time now is 01:08 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"