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 wor...
Greg_Deckler
9 years agoCommunity 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.