Platform

Platform

A place for Apptio product users to learn, connect, share and grow together.

 View Only
  • 1.  negSymbol

    Posted 08/02/19 12:01 PM

    If I'm using this:

     

    =NumberFormat({$_},"###,###",posColor="#00000",negColor="#00000")

     

     

    How do I also keep the parenthesis for negative numbers??

     

    Thanks,

    Devon




    #Platform


  • 2.  Re: negSymbol

    Posted 08/02/19 12:07 PM

    this is what i use=NumberFormat({$_},"#,###;<font color='red'>(#,###)</font>")

    soo=NumberFormat({$_},"#,###;<font color='black'>(#,###)</font>")


    #Platform


  • 3.  Re: negSymbol

    Posted 08/02/19 02:17 PM

    Thanks @Travis Cole, this formula works. however now I am losing the "$" prefix. I got on back with this:

    =NumberFormat($_,"###,###;<font color='black'>(###,###)</font>",posPrefix="$",negPrefix="$")

     

    Curious if there are also other options for the "$"......


    #Platform


  • 4.  Re: negSymbol
    Best Answer

    Posted 08/02/19 03:42 PM

    This seems to work pretty well too:

     

    =NumberFormat($_,"¤#,###;<font color='black'>(¤#,###)</font>")


    #Platform


  • 5.  Re: negSymbol

    Posted 08/12/19 07:19 AM

    @Pieter van Dam, @Lucas Wolters nice to know and to remember.


    #Platform