+ Reply to Thread
Results 1 to 4 of 4

and another one!!

  1. #1
    Forum Contributor
    Join Date
    12-01-2005
    Location
    Somerset, England
    MS-Off Ver
    Office 2010 Pro
    Posts
    138

    and another one!!

    I have a workbook with 6 sheets. Sheet one being the master sheet.

    In Sheet 1 (Master) cell "H3" has the following formula =Sheet2!F3 and is formatted as a date format (Eg. 31-03-06)

    At the moment on "Sheet2!F3" the cell is blank / Empty but on the master the reference to this cell shows 00/01/00.

    Is there anyway to formulate the master so that it does not put anything in the cell if the cell on the sheet it is referencing is blank / empty

    Many thanks for any help offered

    Paul

  2. #2
    Paul B
    Guest

    Re: and another one!!

    Paul, here is one way,

    =IF(ISBLANK(Sheet2!F3),"",Sheet2!F3)

    --
    Paul B
    Always backup your data before trying something new
    Please post any response to the newsgroups so others can benefit from it
    Feedback on answers is always appreciated!
    Using Excel 2002 & 2003

    "Paul Cooke" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I have a workbook with 6 sheets. Sheet one being the master sheet.
    >
    > In Sheet 1 (Master) cell "H3" has the following formula =Sheet2!F3 and
    > is formatted as a date format (Eg. 31-03-06)
    >
    > At the moment on "Sheet2!F3" the cell is blank / Empty but on the
    > master the reference to this cell shows 00/01/00.
    >
    > Is there anyway to formulate the master so that it does not put
    > anything in the cell if the cell on the sheet it is referencing is
    > blank / empty
    >
    > Many thanks for any help offered
    >
    > Paul
    >
    >
    > --
    > Paul Cooke
    > ------------------------------------------------------------------------
    > Paul Cooke's Profile:

    http://www.excelforum.com/member.php...o&userid=29268
    > View this thread: http://www.excelforum.com/showthread...hreadid=545802
    >




  3. #3

    Re: and another one!!

    =if(isblank(Sheet2!F3),"",Sheet2!F3 )


  4. #4
    Forum Contributor
    Join Date
    12-01-2005
    Location
    Somerset, England
    MS-Off Ver
    Office 2010 Pro
    Posts
    138

    Thank you..

    Thanks Guys for the replies works perfectly

    Thanks Again

    Paul

+ 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