How do I round a value to a certain number of decimals properly?
 
For example, if I have a variable that equals 9.666 how would I round it to 9.7?
 
I use format, but it truncates to 9.6 instead...
 
Dave Machin
 

Reply via email to