Hello, I'm having numbers and want them to be cut (and round) in the following way
1 > 1 (or 1.0)
1.2 > 1.2
1.23 > 1.2
1.25 > 1.3
1.267 > 1.3
as you see, the numbers can have a different amount of post-comma digits
how to realize that with a Macro?
1 > 1 (or 1.0)
1.2 > 1.2
1.23 > 1.2
1.25 > 1.3
1.267 > 1.3
as you see, the numbers can have a different amount of post-comma digits
how to realize that with a Macro?