How to remove numbers after 2 decimal places

I have a formula to calculate the percentage difference between two numbers, and I just want to cut all numbers after 2 decimals. Example: instead of 0.5542725173210161 to be 0.55

I tried RoundUp, but I didn’t figure out a way to round the way I want.

Dear @Elber_Domingos , welcome to the Coda Maker Community.

image

The round() formula does the work for you.
Please have in mind that behind the comma you instruct the amount of digits are given, in your case 2!

Here you will find the details about the formula: Coda | Formula library

1 Like

That is it.

Thank you

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.