How to use the function ROUND with a real number as 0.8156?
How to use the function ROUND with a real number as 0.8156?
(OP)
Hi,
I've a trouble with my numbers:
I tried to make a round with an expression, of a non integer number but I can't, could you help me please?
What I have is: 0.8156
What I need is: 0.8
An idea?
Best regards
PJ
I've a trouble with my numbers:
I tried to make a round with an expression, of a non integer number but I can't, could you help me please?
What I have is: 0.8156
What I need is: 0.8
An idea?
Best regards
PJ
RE: How to use the function ROUND with a real number as 0.8156?
If you want 2 decimal places round(.8156*100)/100, etc.
RE: How to use the function ROUND with a real number as 0.8156?
www.nxjournaling.com
RE: How to use the function ROUND with a real number as 0.8156?
Finally, I found the solution with Makenumber in addition with format("%.1f", )...
Thanks for your help.
B/R
PJ