+ Reply to Thread
Results 1 to 7 of 7

Making a cell appear blank

  1. #1
    Registered User
    Join Date
    02-04-2010
    Location
    Baton Rouge La
    MS-Off Ver
    Excel 2003
    Posts
    8

    Making a cell appear blank

    as you can see, this sheet displays #N/A in cells that are waiting for input... I would like them to be blank until I enter the input info that would then display values into these cells... I tried this in cell m7 BUT as you can see in m12 it goes back to displaying the N/A.

    I would like for cells k,l,m 7 to display blank until I enter the info into cell d,e,f,or g 7.

    Hope I am making myself clear.

    I had asked in a previous question and thought I had it resolved but it is still happening.

    Thanx in advance

    -=Fred=-
    Attached Files Attached Files

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Making a cell appear blank

    Does this work for you?
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    02-04-2010
    Location
    Baton Rouge La
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: Making a cell appear blank

    You're the best!!!

    Thanx for the help!

    -=Fred=-

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Making a cell appear blank

    You're Welcome Fred

    Let us know if there is anything else to help with

    Remember to mark solved if question was answered satisfactorily

  5. #5
    Valued Forum Contributor jj72uk's Avatar
    Join Date
    03-22-2008
    Location
    Essex, England
    MS-Off Ver
    Work - Office 2000, Home - Office 2007E
    Posts
    360

    Re: Making a cell appear blank

    Various ways to do it.

    You could conditional format it so:

    Formula is =ISNA(cell reference)

    And for the text colour to be the same as your background colour...

    Or you could use:

    =IF(ISERROR( formula ), "" , ( formula )

  6. #6
    Registered User
    Join Date
    02-04-2010
    Location
    Baton Rouge La
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: Making a cell appear blank

    Rocky or anyone else,

    The file test%202 is looking great BUT I need L7 to also be empty, it now has a zero in it... once I enter info into d,e,f,or g 7 . I need L7 & M7 to be blank.

    I haved played around with it to no avail. I hate that I am so exceliterate!

    Thanx in advance

    -=Fred=-

  7. #7
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Making a cell appear blank

    I'm not sure I follow requirements... in your original file L7 onwards contain no formulae - implying manual entry.

    What is meant to happen exactly ?

    K & M can be made to use IFERROR functions given you're use of XL2007, eg:

    K7: =IFERROR((H7-I7)*10.69*I7,"")
    copied down

    M7: =IFERROR(IF(SUM(L7*K7)>=0.001,SUM(L7*K7),""),"")
    copied down

    L7 is as mentioned seemingly manual entry.
    On that basis if you want 0 to be hidden from view you can apply a Custom Number Format to L7:L21 of: 0.00;(0.00);;
    at which point 0's will no longer display

+ 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