Convert decimal cell to text cell

Hi Team,
Iโ€™m copying a decimal cell (3,3) into a text cell, and number changes to (3.3).
I canโ€™t no change text cell type because Iโ€™m copying in it different kind of information.
Do you have a solution for me?

br

0 3 223
3 REPLIES 3

Try to read it like SUBSTITUTE(TEXT([Decimal]),".",",")

โ€ฆ if
(isnotblank([pes]), concatenate([ingerirOCremarOPes], " โ€œ, SUBSTITUTE(TEXT([pes]),โ€.",",")), โ€ฆ

Thks Aleksi, Done!

Youโ€™re welcome

Top Labels in this Space