Hi
Can airtable fulfill my requirement? Please see the picture for specific examples. I need to reserve two decimal digits in the column of “Original Price” in the picture

Solved
How can the final result of the formula be converted to a numeric value with 2 decimal places
Best answer by Andy_Lin1
Since your formula outputs a string, you need to convert it to a value first (see below) and then you’ll be able to use the Formatting tab to set the number of decimal places.
VALUE(REGEX_REPLACE({T. price Rollup},',.*',""))
Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
