+ Reply to Thread
Results 1 to 9 of 9

hide the returned value "false" I have submerged zero values

Hybrid View

  1. #1
    Ms Trish
    Guest

    hide the returned value "false" I have submerged zero values

    Although I have submerged zero values, and hidden formulas, the cell still
    displays "false" when the if statement has not been met. How can I have the
    word "false" submerged.

  2. #2
    Biff
    Guest

    Re: hide the returned value "false" I have submerged zero values

    Hi!

    Use a return of zero in your IF function when the logical test is FALSE.

    An alternative, use conditional formatting to hide them.

    Conditional Formatting:
    Cell value is: equal to: FALSE
    Set the font color to be the same as the background color

    Biff

    "Ms Trish" <Ms [email protected]> wrote in message
    news:[email protected]...
    > Although I have submerged zero values, and hidden formulas, the cell still
    > displays "false" when the if statement has not been met. How can I have
    > the
    > word "false" submerged.




  3. #3
    Biff
    Guest

    Re: hide the returned value "false" I have submerged zero values

    Hi!

    Use a return of zero in your IF function when the logical test is FALSE.

    An alternative, use conditional formatting to hide them.

    Conditional Formatting:
    Cell value is: equal to: FALSE
    Set the font color to be the same as the background color

    Biff

    "Ms Trish" <Ms [email protected]> wrote in message
    news:[email protected]...
    > Although I have submerged zero values, and hidden formulas, the cell still
    > displays "false" when the if statement has not been met. How can I have
    > the
    > word "false" submerged.




  4. #4
    Biff
    Guest

    Re: hide the returned value "false" I have submerged zero values

    Hi!

    Use a return of zero in your IF function when the logical test is FALSE.

    An alternative, use conditional formatting to hide them.

    Conditional Formatting:
    Cell value is: equal to: FALSE
    Set the font color to be the same as the background color

    Biff

    "Ms Trish" <Ms [email protected]> wrote in message
    news:[email protected]...
    > Although I have submerged zero values, and hidden formulas, the cell still
    > displays "false" when the if statement has not been met. How can I have
    > the
    > word "false" submerged.




  5. #5
    Peo Sjoblom
    Guest

    Re: hide the returned value "false" I have submerged zero values

    =IF(A1=X,200,"")

    meaning if the condition is not met return blank

    adapt to fit

    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Ms Trish" <Ms [email protected]> wrote in message
    news:[email protected]...
    > Although I have submerged zero values, and hidden formulas, the cell still
    > displays "false" when the if statement has not been met. How can I have
    > the
    > word "false" submerged.



  6. #6
    Peo Sjoblom
    Guest

    Re: hide the returned value "false" I have submerged zero values

    =IF(A1=X,200,"")

    meaning if the condition is not met return blank

    adapt to fit

    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Ms Trish" <Ms [email protected]> wrote in message
    news:[email protected]...
    > Although I have submerged zero values, and hidden formulas, the cell still
    > displays "false" when the if statement has not been met. How can I have
    > the
    > word "false" submerged.



  7. #7
    Peo Sjoblom
    Guest

    Re: hide the returned value "false" I have submerged zero values

    =IF(A1=X,200,"")

    meaning if the condition is not met return blank

    adapt to fit

    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Ms Trish" <Ms [email protected]> wrote in message
    news:[email protected]...
    > Although I have submerged zero values, and hidden formulas, the cell still
    > displays "false" when the if statement has not been met. How can I have
    > the
    > word "false" submerged.



  8. #8
    Biff
    Guest

    Re: hide the returned value "false" I have submerged zero values

    Hi!

    Use a return of zero in your IF function when the logical test is FALSE.

    An alternative, use conditional formatting to hide them.

    Conditional Formatting:
    Cell value is: equal to: FALSE
    Set the font color to be the same as the background color

    Biff

    "Ms Trish" <Ms [email protected]> wrote in message
    news:[email protected]...
    > Although I have submerged zero values, and hidden formulas, the cell still
    > displays "false" when the if statement has not been met. How can I have
    > the
    > word "false" submerged.




  9. #9
    Peo Sjoblom
    Guest

    Re: hide the returned value "false" I have submerged zero values

    =IF(A1=X,200,"")

    meaning if the condition is not met return blank

    adapt to fit

    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    "Ms Trish" <Ms [email protected]> wrote in message
    news:[email protected]...
    > Although I have submerged zero values, and hidden formulas, the cell still
    > displays "false" when the if statement has not been met. How can I have
    > the
    > word "false" submerged.



+ 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