Try the SUBSTITUTE() Function.
=(A1,",",":") where A1 is the cell where you have the value 0,87 3,21 12,03
the result will be 0:87 3:21 12:03 (how you got the value 0,87).
The result will appear in the Cell where you enter the SUBSTITUTE() Function. The original value will remain where it is.
You can copy paste the expression down all the rows to covert all values.