• replace “0” with text

    Author
    Topic
    #496254

    Formula:
    =(LOOKUP(9E+307,IF(F:F>0,F:F)))-MAX(F:F)

    If the value equals “0”, I want to replace the “0” with a text “xx” in the cell, that is, show “xx”.
    How do I add this to the formula?

    Viewing 0 reply threads
    Author
    Replies
    • #1466109

      How about something like this?

      If Lookup value=0 then “xx” else Lookup value

      Code:
      =if((LOOKUP(9E+307,IF(F:F>0,F:F)))-MAX(F:F)=0,”xx”,(LOOKUP(9E+307,IF(F:F>0,F:F)))-MAX(F:F))
      
      
    Viewing 0 reply threads
    Reply To: replace “0” with text

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: