+ Reply to Thread
Results 1 to 4 of 4

Adding Days to Dates

  1. #1
    Registered User
    Join Date
    07-27-2010
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    41

    Adding Days to Dates

    Hi,

    I have a list of dates and I need to adjacent column to return the date + a specified number of days indicated on another tab. Example attached, see comment in cell F4 for details.

    Many Thanks,
    Matt
    Attached Files Attached Files
    Last edited by MjRmatt; 03-30-2011 at 08:28 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Adding Days to Dates

    Try:

    =E4+SUMIF('Cert Date'!$A$2:$A$5,A4,'Cert Date'!$C$2:$C$5)
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Adding Days to Dates

    try =E4+VLOOKUP(A4,'Cert Date'!$A$2:$C$200,3,FALSE)
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  4. #4
    Registered User
    Join Date
    07-27-2010
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    41

    Re: Adding Days to Dates

    Thanks guys

+ 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