Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
How can I convert 0.7677 to 77 ?
I used round(0.7677,0.05)* 100 but it gives 75.
Please help.
Thanks
=round(0.7677,0.01)* 100
=round(0.7677,0.01)* 100
ROUND(x*100, 1)
May be do this?
=Round(0.7677 * 100)
Or
=Round(Sum(Sales) * 100)