I have a column filled with values like:
[0,55553656475856 ; -8,34567323546546]
I would like to display them as
[0,56 ; -8,34 ]
so both numbers displaying only 2 decimal positions. Is there a way to do it in excel (2016) without actually modifying the underlying values or adding extra columns, as these are programmatically read-in later? With a kind of format or so?