Closed Thread
Results 1 to 3 of 3

Cell formatting - "" shows as 1/0/1900

  1. #1
    seve
    Guest

    Cell formatting - "" shows as 1/0/1900

    I am using a formula to copy cells from one sheet to another.

    Everything is ok except the date column.

    The when that cell is "" or -0- it shows 1/0/1900
    How can I change this to "-" or blank?

    Many thanks


  2. #2
    JE McGimpsey
    Guest

    Re: Cell formatting - "" shows as 1/0/1900

    One way:

    =IF(Sheet1!A1>0,Sheet1!A1,"")

    In article <[email protected]>,
    "seve" <[email protected]> wrote:

    > I am using a formula to copy cells from one sheet to another.
    >
    > Everything is ok except the date column.
    >
    > The when that cell is "" or -0- it shows 1/0/1900
    > How can I change this to "-" or blank?
    >
    > Many thanks


  3. #3
    seve
    Guest

    Re: Cell formatting - "" shows as 1/0/1900

    Just what I needed....thank you!


Closed 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