Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Experts,
my simple expression is as follows,
ROUND(A,2)
A= my first expression.
rounding function not works as expected. (the result is as same in the first expression)
Can any one help me??
Rgds,
Priyantha
Are you rounding to two decimals?
Round(A, 0.01)
check this
Since A is a letter and can not be rounded, it is hard to tell from your example what exactly you are observing. Can you please provide the numerical example that does not work as expected? I would also recommend that you look at the function definition in the help, so that your expectations are accurate.
Hi Tony,
My expression is as follows
pmt(0.3405/12,8,-50,000,0,0)
the result of the expression = 7074
I want to have the answer =7070
so what i did is round(pmt(0.3405/12,8,-50,000,0,0),1)
but result is same.
rgds,
Priyantha.
Try this:
=Round(7074, 10)