+ Reply to Thread
Results 1 to 4 of 4

Year expiration date

  1. #1
    Registered User
    Join Date
    10-28-2008
    Location
    nj
    Posts
    2

    Year expiration date

    Hey all,
    New user of Excel. I need help making a formula that would show expiration dates. I just need to put a date in one column and have it spit out an expiration date 1 year later in the next column. Would be greatly appreciated if someone could help me out.
    Last edited by VBA Noob; 10-29-2008 at 02:31 AM.

  2. #2
    Forum Contributor Kieran's Avatar
    Join Date
    10-02-2003
    Location
    Perth, Western Australia
    MS-Off Ver
    Office 2003
    Posts
    109
    Assume the intial date is in E8, then the formula is =DATE(YEAR(E8)+1,MONTH(E8),DAY(E8)).

    Will automatically adjust for leap years.
    Last edited by Kieran; 10-28-2008 at 11:10 PM. Reason: Cant type
    Kieran

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    Or =EDATE(A1, 12) if the Analysis ToolPak add-in is loaded.
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Registered User
    Join Date
    10-28-2008
    Location
    nj
    Posts
    2

    Red face

    Quote Originally Posted by Kieran View Post
    Assume the intial date is in E8, then the formula is =DATE(YEAR(E8)+1,MONTH(E8),DAY(E8)).

    Will automatically adjust for leap years.
    if i put the formula in on the formula bar for h2 and I 2 its not working correctly.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1