Price with 2 decimals

I have a Price calculated of € 9.60 (setting 2 decimals). When I use the amount in Concatenate it shows:The price is € 9.6 less.
How do I get the zero back in? A calculation result of € 9.61 goes well.

Solved Solved
0 4 153
1 ACCEPTED SOLUTION

The reason is the TEXT() expression which follow your locale settings.

View solution in original post

4 REPLIES 4

Could you please try

CONCATENATE("The price is “, TEXT([Price Column]), " less”)

Seems to work. Thanks!

The reason is the TEXT() expression which follow your locale settings.

Steve
Platinum 4
Platinum 4

For reference:

Top Labels in this Space