+ Reply to Thread
Results 1 to 10 of 10

1/0/1900 date in linked cell

  1. #1
    Forum Contributor
    Join Date
    04-01-2014
    Location
    Middle east
    MS-Off Ver
    Excel 2003 /2007/2010
    Posts
    169

    1/0/1900 date in linked cell

    Hi,
    happy new year

    I have cells in "z" workbook linked to cells in "x" workbook.
    each cell "in z" linked to "x" workbook cells to show expiry date of certain items

    when a certain expiary date is missing or not ready "blank cell" in "x"workbook, the linked
    cell in "z" workbook shows "1/0/1900"

    I want your help to overcome this result and show the cell empty "ie, blank cell "as it is in the "x" workbook.

    Wishes

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,434

    Re: 1/0/1900 date in linked cell

    What is the formula you are using? Can you add an =IF(ISBLANK(x_cell_reference),"",...) to your formula?
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Contributor
    Join Date
    04-01-2014
    Location
    Middle east
    MS-Off Ver
    Excel 2003 /2007/2010
    Posts
    169

    Re: 1/0/1900 date in linked cell

    Quote Originally Posted by AliGW View Post
    What is the formula you are using? Can you add an =IF(ISBLANK(x_cell_reference),"",...) to your formula?
    I just use links =[x.xlsx]Sheet1!$E$7

    How can I add this If formula?

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: 1/0/1900 date in linked cell

    the linked
    cell in "z" workbook shows "1/0/1900"
    That is actually showing 0 (zero), but in date format - it is saying that the cell is empty
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  5. #5
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,814

    Re: 1/0/1900 date in linked cell

    You can use this approach:

    =IF([x.xlsx]Sheet1!$E$7="","",[x.xlsx]Sheet1!$E$7)

    Another approach is to use the same formula that you have, but apply a Custom Format in that cell of:

    M/D/YYYY;;

    Note the two semicolons at the end of the format string - these cause zeros and negative numbers to be displayed as blanks.

    Hope this helps.

    Pete

  6. #6
    Forum Contributor
    Join Date
    04-01-2014
    Location
    Middle east
    MS-Off Ver
    Excel 2003 /2007/2010
    Posts
    169

    Re: 1/0/1900 date in linked cell

    Quote Originally Posted by FDibbins View Post
    That is actually showing 0 (zero), but in date format - it is saying that the cell is empty
    well, you might be right but this actually what happens in my sheet.
    I think there is a trick and may be someone had the same problem and give a help.

    why does this date appear as 1/0/1900, although it should appear blank?

  7. #7
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,814

    Re: 1/0/1900 date in linked cell

    It seems that we posted at about the same time - see my Post #5.

    Pete

  8. #8
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: 1/0/1900 date in linked cell

    why does this date appear as 1/0/1900, although it should appear blank?
    Because the formatting is not telling it to, Pete's suggestion should fix that

  9. #9
    Forum Contributor
    Join Date
    04-01-2014
    Location
    Middle east
    MS-Off Ver
    Excel 2003 /2007/2010
    Posts
    169

    Re: 1/0/1900 date in linked cell

    Quote Originally Posted by Pete_UK View Post
    It seems that we posted at about the same time - see my Post #5.

    Pete
    thank you

    I'll try it soon and give a feedback

  10. #10
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,814

    Re: 1/0/1900 date in linked cell

    Thanks for the rep - I presume that means that it worked for you.

    Pete

+ 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. Replies: 10
    Last Post: 02-14-2022, 11:56 AM
  2. Replies: 7
    Last Post: 09-12-2015, 03:32 AM
  3. [SOLVED] Date shows as January 0, 1900 in cell...Need Last workdays date to show
    By swade730 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-10-2015, 10:51 AM
  4. date pasted as 1/2/1900 in excel instead of 1/1/1900
    By ekkslatha in forum Excel General
    Replies: 4
    Last Post: 10-25-2014, 08:34 PM
  5. Produce a blank cell if date is = 00/01/1900
    By Butehawk in forum Excel General
    Replies: 10
    Last Post: 09-29-2014, 11:28 AM
  6. Macro for changing the date from 02-Jan-1900 to 01-Jan-1900
    By Lavanya Anandan in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-22-2013, 07:08 AM
  7. [SOLVED] format a cell to use mo/date with no year:,displays 1900?
    By SKI CLUB BILL in forum Excel General
    Replies: 2
    Last Post: 04-20-2006, 12:00 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