Forum Discussion
Ankit041
9 years agoFrequent Visitor
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_DecklerCommunity 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-msftMicrosoft 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- Ankit041Frequent Visitor
No the problem still persists. I have used all the know thing to resolve it but with no affect.
- AnonymousNot applicable
Have you set the formatting to a 2 place decimal?