+ Reply to Thread
Results 1 to 2 of 2

Please help wtih date function!

  1. #1
    Registered User
    Join Date
    03-07-2005
    Posts
    1

    Please help wtih date function!

    Hi,

    I am not that great of programming Excel and I have a question that I hope someone can answer. I am hoping to create a function where I can enter a date and have the date 6 days and 14 days into the future pop up automatically after entering the initial date. Does anyone know the proper way to program this? I would appreciate all help.

    For example,
    If I enter 3/1/05 in column, then I would like 3/7/05 to automatically appear in another column and also 3/15/05 in yet another column.

    Thanks in advance!!!
    Adam

  2. #2
    Forum Contributor
    Join Date
    01-11-2004
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    388
    Hi!

    Put your date in A1
    In B1 put =A1 + 6
    In C1 put =A1 + 14

    This works because Excel stores dates as days counting from its base date of 1/1/1900 (usually) and times as fractions of a day. (See Help: About dates and date systems)

    Alf

+ 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