+ Reply to Thread
Results 1 to 3 of 3

Coping cells from one sheet to another returns "0", need it to return nothing

  1. #1
    Registered User
    Join Date
    09-21-2011
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    28

    Coping cells from one sheet to another returns "0", need it to return nothing

    Hi, I'm copying some cells from one sheet 1 to sheet 2 in the same workbook, using
    Please Login or Register  to view this content.
    The only thing is when the cell is empty on sheet 1, on sheet 2 it gives a 0, i would like to be an empty cell, or have something wriiten there.

    Any help is much appreciated

    Thanks in advance
    Last edited by Booms; 10-24-2011 at 05:31 AM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,053

    Re: Coping cells from one sheet to another returns "0", need it to return nothing

    Try:

    =IF(Sheet1!B21="", "", Sheet1!B21)
    Never use Merged Cells in Excel

  3. #3
    Registered User
    Join Date
    09-21-2011
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    28

    Re: Coping cells from one sheet to another returns "0", need it to return nothing

    Hey Zbor,
    That seemed to work great.

    Thank You

+ 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