Hello,
I need help with rounding numbers. I have values in the input column that I need to convert to the corresponding values in the output column. I'm unsure which function to use.
Input Output
71.93999863 71.94
78.49799919 78.50
Solved! Go to Solution.
Hey @noopurjain, in a Formula tool, you'll want to use the following expression:
Round([Input], 0.01)