+ Reply to Thread
Results 1 to 2 of 2

how to remove "0" when pulling from a blank cell

  1. #1
    Forum Contributor
    Join Date
    03-07-2008
    Posts
    140

    how to remove "0" when pulling from a blank cell

    Hi,
    I have a worksheet that pulls data from another worksheet. However, when there is nothing in a cell it will add a zero to the worksheet that I am pulling it into. Then, when I try to graph the data it sees it as a zero. Can I make it so that if there is nothing in the cell of the sheet I'm pulling data from then it will just leave the cell blank that I am adding it to? Thanks!
    Attached Files Attached Files

  2. #2
    Forum Expert Whizbang's Avatar
    Join Date
    08-05-2009
    Location
    Greenville, NH
    MS-Off Ver
    2010
    Posts
    1,395

    Re: how to remove "0" when pulling from a blank cell

    Try this.
    =If(Sheet1!A1="","",Sheet1!A1)

+ 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