Percentage in formula add extra zeros

whenever i use Calculate Feature to fill percentage column, always add extra zeros to the value, what is the solution for this?

lets say the calculated value is 10, the value in cell it shows 1000%

Percentages are just fancy decimal numbers, so you’ll need to convert it to a demical number.

([Calculated Value] / 100)
1 Like

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