+ Reply to Thread
Results 1 to 3 of 3

Get rid of 1/5/1900 in my column with a formula to calculate 5 days into the future

  1. #1
    Registered User
    Join Date
    08-22-2014
    Location
    San Diego, Ca
    MS-Off Ver
    2010
    Posts
    33

    Get rid of 1/5/1900 in my column with a formula to calculate 5 days into the future

    Hello,

    I have a formula in column C to calculate 5 days into the future of the date in column B. In some of the cells in column B there are no dates yet, so the formula that I copied down column C fills in the date of 1/5/1900.

    What can I add to the formula in column C to get rid of 1/5/1900 and to show a blank cell until a date is filled into column B?

    Here is the formula I am using in column C to calculate 5 days into the future of the date in column B:
    =DATE(YEAR(B3),MONTH(B3),DAY(B3)+5)

    Thanks for your help in advance!
    Jessica

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,792

    Re: Get rid of 1/5/1900 in my column with a formula to calculate 5 days into the future

    If B3 is a date you really only need B3+5, so to eliminate 1/5/1900 just use this formula

    =IF(B3="","",B3+5)

    and format C3 in required date format, e.g. m/d/yyyy
    Audere est facere

  3. #3
    Registered User
    Join Date
    08-22-2014
    Location
    San Diego, Ca
    MS-Off Ver
    2010
    Posts
    33

    Re: Get rid of 1/5/1900 in my column with a formula to calculate 5 days into the future

    I love Excel Forum. Thank you so much. That formula is much simpler than what I was doing!

    Jessica

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Formula to calculate future date; applied to whole column
    By DainaHiggins in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-21-2013, 01:51 PM
  2. Replies: 1
    Last Post: 12-09-2012, 06:01 PM
  3. how to calculate dates that are 30 & 60 days in the future...
    By marcusp2001 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-14-2008, 09:21 PM
  4. How to calculate # of days to the future from TODAY
    By cardingtr in forum Excel General
    Replies: 3
    Last Post: 07-22-2006, 05:54 PM
  5. [SOLVED] formula to calculate future date from date in cell plus days
    By Chicesq in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-03-2005, 08:30 AM

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