+ Reply to Thread
Results 1 to 4 of 4

blank cell turns to 0

  1. #1
    LMB
    Guest

    blank cell turns to 0

    Hi Guys,

    Using Excel 2000. I am trying to work on a sheet someone else started but
    can't finish. In a cell on the sheet that the formula below is pulling the
    data from there is a blank field but there is a 0 in the cell that has this
    formula in it on my new sheet. If the cell on the first sheet is blank, I
    want the cell that equals that cell on my second sheet to be blank too.

    ='SVMMC-admin, tx, blue cards'!$B$3

    The sheet is a yes/no sheet and when there is a 1 in the cell it means yes,
    when there is a 0 in the cell it means no, when the cell is blank, it means
    Not Applicable so when the blank cell converts to a 0 that changes the data.
    Hope this makes sense.

    Thanks,
    Linda



  2. #2
    Forum Contributor
    Join Date
    04-11-2005
    Location
    London
    Posts
    259
    Hi Linda

    The easiest way round this is to use an IF statement. eg.
    Please Login or Register  to view this content.
    will put the contents of A1 into your new cell or a blank if there's nothing to put in ie it will weed out all of those annoying zeros. You can also nest the original formula into your IF statement. It makes it harder to read, but saves space.

    MS

  3. #3
    JE McGimpsey
    Guest

    Re: blank cell turns to 0

    Try:

    =IF('SVMMC-admin, tx, blue cards'!$B$3="","",'SVMMC-admin, tx, blue
    cards'!$B$3)



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

    > Using Excel 2000. I am trying to work on a sheet someone else started but
    > can't finish. In a cell on the sheet that the formula below is pulling the
    > data from there is a blank field but there is a 0 in the cell that has this
    > formula in it on my new sheet. If the cell on the first sheet is blank, I
    > want the cell that equals that cell on my second sheet to be blank too.
    >
    > ='SVMMC-admin, tx, blue cards'!$B$3
    >
    > The sheet is a yes/no sheet and when there is a 1 in the cell it means yes,
    > when there is a 0 in the cell it means no, when the cell is blank, it means
    > Not Applicable so when the blank cell converts to a 0 that changes the data.
    > Hope this makes sense.


  4. #4
    LMB
    Guest

    Re: blank cell turns to 0

    That worked! Thank-you.


    "JE McGimpsey" <[email protected]> wrote in message
    news:[email protected]...
    > Try:
    >
    > =IF('SVMMC-admin, tx, blue cards'!$B$3="","",'SVMMC-admin, tx, blue
    > cards'!$B$3)
    >
    >
    >
    > In article <#[email protected]>,
    > "LMB" <[email protected]> wrote:
    >
    >> Using Excel 2000. I am trying to work on a sheet someone else started
    >> but
    >> can't finish. In a cell on the sheet that the formula below is pulling
    >> the
    >> data from there is a blank field but there is a 0 in the cell that has
    >> this
    >> formula in it on my new sheet. If the cell on the first sheet is blank,
    >> I
    >> want the cell that equals that cell on my second sheet to be blank too.
    >>
    >> ='SVMMC-admin, tx, blue cards'!$B$3
    >>
    >> The sheet is a yes/no sheet and when there is a 1 in the cell it means
    >> yes,
    >> when there is a 0 in the cell it means no, when the cell is blank, it
    >> means
    >> Not Applicable so when the blank cell converts to a 0 that changes the
    >> data.
    >> Hope this makes sense.




+ 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