Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
4.255, when round it , i become 4.25instead of 4.26.
i want it to be 4.26,which should be correct in my understanding
Hi Max,
If the value is 4.255 then it would be 4.25 and if it is 4.256 then it would be 4.26.
Regards,
Tom
what does it mean when decimal is 5 , it would be ignored?
what does it mean when decimal is 5 , it would be ignored?
Hi,
Here should work =Round(4.255,0.01) (reture 4.26)
Regards,
Sokkorn
above method is not working
the overall score is caculated based on the teacherquality*0.8+ overallimpression*0.2
yes, qv shows some weird(at least i can't explain it yet) results.
Look, first two are not as expected.
Did you set any Number format in Format tab?
have you tried with ceil function
ceil(1.255,0.01)
when fixed to is "3" it comes out 4.255, when fixed to"2" it is 4.25. but i want it to be 4.26 according my knowledge on round()