+ Reply to Thread
Results 1 to 5 of 5

Want the cells with the formulas to appear blank until conditions are added

  1. #1
    Registered User
    Join Date
    11-01-2013
    Location
    Colorado Springs
    MS-Off Ver
    Excel 2013
    Posts
    2

    Want the cells with the formulas to appear blank until conditions are added

    Good Morning,

    I have the spread sheet done, but I was wondering if it was possible to make the cells that have formulas in them appear empty until conditions are added. Right now, they have 0's and #DIV/0!. I have some of the fields filled in on the example attached, and any help would be appreciated.

    Thanks,
    Kat
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    02-05-2013
    Location
    Jakarta, Indonesia
    MS-Off Ver
    Excel 2013
    Posts
    571

    Re: Want the cells with the formulas to appear blank until conditions are added

    Try this:
    Please Login or Register  to view this content.
    Click (*) if you received helpful response.

    Regards,
    David

  3. #3
    Valued Forum Contributor TheCman81's Avatar
    Join Date
    11-06-2012
    Location
    Edinburgh, UK
    MS-Off Ver
    Excel 2003, 2007, 2010, 2013
    Posts
    346

    Re: Want the cells with the formulas to appear blank until conditions are added

    For the #DIV/0 error you can use something like this =IFERROR((F2-H2)/B2,"")

    For the 0's, you can set your setting to not show zero's. If you got to Excel Options - Advanced - And under Display options for this worksheet, uncheck "show a zero in cells that have zero value"

    or you can use this formula =IF(PRODUCT(B2:C2)=0,"",PRODUCT(B2:C2))
    Excel Guru in the making

    <----------If the question has been answered to your satisfication please click the Add Repuation star to the left

  4. #4
    Registered User
    Join Date
    11-01-2013
    Location
    Colorado Springs
    MS-Off Ver
    Excel 2013
    Posts
    2

    Re: Want the cells with the formulas to appear blank until conditions are added

    That worked out great!

    Thanks for the help
    Kat

  5. #5
    Valued Forum Contributor
    Join Date
    02-05-2013
    Location
    Jakarta, Indonesia
    MS-Off Ver
    Excel 2013
    Posts
    571

    Re: Want the cells with the formulas to appear blank until conditions are added

    You're welcome.

    And if your problem really solved, please mark this thread as SOLVED

    To mark your thread as Solved, you can do the following -
    Select Thread Tools-> Mark thread as Solved

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Mysterious Blank Cells that my Formulas Are Not Seeing as Blank; Help Required
    By Aimeeeshaw in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 07-10-2013, 04:34 PM
  2. How can I make a macro ignore blank cells? - Blank Cells have formulas
    By mz1161 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-30-2013, 08:54 AM
  3. [SOLVED] Blank Cells Getting Added
    By dadrew in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 09-11-2012, 03:01 PM
  4. Counting non blank cells based on several conditions
    By el1212 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-28-2010, 01:48 PM
  5. Replies: 3
    Last Post: 07-03-2009, 03:13 AM

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