B
bojan0810
Hi all...
For example I have this numbers
12.00
13.3333
45.21
15.00
Is there any way to format numbers by 2 decimals places but if numbers are "whole" then leave zero decimals.
I only came up with solution like this
12.
13.33
45.21
15.
Is there any way to remove that "dot" on whole numbers?
So it looks like this:
12
13.33
45.21
15
But just with formating cells not with VBA
thanks
For example I have this numbers
12.00
13.3333
45.21
15.00
Is there any way to format numbers by 2 decimals places but if numbers are "whole" then leave zero decimals.
I only came up with solution like this
12.
13.33
45.21
15.
Is there any way to remove that "dot" on whole numbers?
So it looks like this:
12
13.33
45.21
15
But just with formating cells not with VBA
thanks