+ Reply to Thread
Results 1 to 6 of 6

Make a Formula Show Blank if '0' Value

  1. #1
    Registered User
    Join Date
    06-15-2014
    Location
    Cuthbert, Ga
    MS-Off Ver
    Office 2013
    Posts
    64

    Make a Formula Show Blank if '0' Value

    I need this formula:

    Please Login or Register  to view this content.
    To show a blank instead of a "0.00" if the value is "0.00". Can anyone help?

  2. #2
    Forum Contributor LokeshKumar's Avatar
    Join Date
    03-31-2015
    Location
    India
    MS-Off Ver
    All, mostly 2010 now..
    Posts
    471

    Re: Make a Formula Show Blank if '0' Value

    it is always better to upload the workbook so other understand better and reply fast...
    Lokesh Kumar
    Stay Hungry.. Stay Foolish..
    _________________________________________________________
    Please Click STAR to Add Reputation if my/someone's answer helped!

  3. #3
    Forum Expert
    Join Date
    09-11-2014
    Location
    Washington, DC
    MS-Off Ver
    2016
    Posts
    1,907

    Re: Make a Formula Show Blank if '0' Value

    Try:

    Please Login or Register  to view this content.
    Spread the love, add to the Rep

    "None of us are as smart as all of us."

  4. #4
    Registered User
    Join Date
    06-15-2014
    Location
    Cuthbert, Ga
    MS-Off Ver
    Office 2013
    Posts
    64

    Re: Make a Formula Show Blank if '0' Value

    I'm not entirely sure how uploading my workbook would help this particular situation. K17 is a today's date, F4:F374 is a range of sales data and B4:B374 is a range of dates from the beginning of the year to current. F and B are located on a sheet called "2015"... I'm sure you don't need an explanation on that sheets meaning. The formula I've pasted looks to the current date on K17, searches the range of dates on B and displays that dates value found in F.

  5. #5
    Registered User
    Join Date
    06-15-2014
    Location
    Cuthbert, Ga
    MS-Off Ver
    Office 2013
    Posts
    64

    Re: Make a Formula Show Blank if '0' Value

    That did the trick. Thank you for your help.

  6. #6
    Forum Expert
    Join Date
    12-10-2006
    Location
    Sydney
    MS-Off Ver
    Office 365
    Posts
    3,527

    Re: Make a Formula Show Blank if '0' Value

    Hi there,

    As far as I know you have two options:

    1. Untick the Show a zero in cells that have zero value option in the Display Options for the Worksheet heading from the Excel Options > Advanced section of the workbook, or
    2. Try this formula:
    =IF(SUMIFS('2015'!F4:F374,'2015'!B4:B374,"="&K17)=0,"",SUMIFS('2015'!F4:F374,'2015'!B4:B374,"="&K17))

    If the sheet is full of numbers the first option is probably the preferred (in my humble opinion) as the second mixes text with numerical data.

    HTH

    Robert
    ____________________________________________
    Please ensure you mark your thread as Solved once it is. Click here to see how
    If this post helps, please don't forget to say thanks by clicking the star icon in the bottom left-hand corner of my post

+ 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. [SOLVED] Using = to another sheet, how to make blank cells show nothing
    By simple? in forum Excel General
    Replies: 3
    Last Post: 08-15-2013, 11:06 AM
  2. Make an error show blank cell
    By cadamhill in forum Excel General
    Replies: 6
    Last Post: 04-12-2011, 10:47 AM
  3. Make SUM show blank.
    By alan_stephen75@ in forum Excel General
    Replies: 2
    Last Post: 10-08-2010, 09:01 AM
  4. if formula to show blank or show instead of displaying the running total
    By js1978 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-10-2008, 04:38 PM
  5. Re: make cell show blank when total is zero
    By Bob L in forum Excel General
    Replies: 3
    Last Post: 05-19-2006, 12:04 PM

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