+ Reply to Thread
Results 1 to 4 of 4

How to make a formula output a blank cell?

  1. #1
    Registered User
    Join Date
    03-20-2009
    Location
    nashville, Tn
    MS-Off Ver
    Excel 2007
    Posts
    8

    How to make a formula output a blank cell?

    I want my formula to output a blank cell if the answer is 0.

    Ex. [B1=IF(A1=0, ???, A1)] . I want B1 = A1 if A1 is not 0. I want B1 to output a blank cell if A1 = 0.
    Last edited by greggga; 03-20-2009 at 10:16 AM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,037

    Re: How to make a formula output a blank cell?

    =if(a1=0;"";a1)
    Never use Merged Cells in Excel

  3. #3
    Registered User
    Join Date
    03-20-2009
    Location
    nashville, Tn
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: How to make a formula output a blank cell?

    Thank you.

  4. #4
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,037

    Re: How to make a formula output a blank cell?

    Please, edit thread and put it Closed

+ 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