Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey,
I'm trying to round up a number in a text box using the num() function.
I'm currently using the script: num(sum(budget),'#.##0',',','.') and getting the result: 35.756.
How should the script be if I want the result to be: 35.8?
Thanks,
Num(35768/1000,'#0.0','.',',') -> 35.8
Hi,
That gives me 35765.
Regards,
Nope, my bad, it worked! Thanks
but when i tried it i got it as you expected