Forum Discussion

Ankit041's avatar
Ankit041
Frequent Visitor
9 years ago

How to round negative values

 

As you guys can see I have already applied Round up to 2 decimal place for Actual profit columns. But it seems that for some negative decimal values it is not applying and for some it is working fine. Suggest me how to round it up . e,g  (1524.4400000001) to (1524.44).

14 Replies

  • Greg_Deckler's avatar
    Greg_Deckler
    Community Champion

    Should just be:

     

    Column = ROUNDUP([Column],2)

    Shouldn't matter if it is negative. You would need this wrapped around whatever your calculation is for Actual Profit.

  • v-yulgu-msft's avatar
    v-yulgu-msft
    Microsoft Employee

    Hi Ankit041,

     

    Have you resolved your problem? If so, would you please kindly mark the helpful reply as an answer or sharing your solution?

     

    Regards,
    Yuliana Gu

    • Ankit041's avatar
      Ankit041
      Frequent Visitor

      No  the problem still persists. I have used all the know thing to resolve it but with no affect.

      • Anonymous's avatar
        Anonymous
        Not applicable

        Have you set the formatting to a 2 place decimal?