Hi,
I have a formulat with prices, like that : € 440,00
I need to convert this value to : 440.00
I’m using the formula SUBSTITUTE({Prix}, "€", "") to remove the €.
But I would like to Also convert the “,” in “.”.
Do you know how can I add a new part ...