+ Reply to Thread
Results 1 to 4 of 4

IF function to make a cell blank

  1. #1
    Registered User
    Join Date
    09-11-2012
    Location
    Louisiana, United States
    MS-Off Ver
    Excel 2003
    Posts
    1

    IF function to make a cell blank

    Thanks before hand for any help.

    This is what I am trying to accomplish...

    Column A sometimes has a numerical value sometimes not

    Column B sometimes has a numerical value sometimes not

    Column C has a formula in each row that adds any values that may be in either row of column A or B

    My problem is the cells in column C when A and B are blank, show zero. I would like to use a formula to show all cells in column C that are zero show as being blank.

    Thanks, very old newbie

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: IF function to make a cell blank

    =IF(COUNT(A17:B17)<1,"",A17+B17)
    or
    =IF(AND(A17="",B17=""),"",A17+B17)
    or
    =IF(MAX(A17:B17)=0,"",A17+B17)
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Forum Contributor
    Join Date
    09-11-2009
    Location
    Paris
    MS-Off Ver
    Excel 2003
    Posts
    102

    Re: IF function to make a cell blank

    Hi,
    Another way for reference.no need to use function.
    you can format cells.

    see attached file below.
    Attached Files Attached Files

  4. #4
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: IF function to make a cell blank

    or for the entire workbook without function or formatting the cells

    File->
    option->advanced
    "display option for this worksheet"
    uncheck -> show a zero in cell that have 0 value

+ 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