Hi,
maybe a simple one: when I enter "0.00000872" into a cell - smartsheet displays 0.00001?
How do I get it to display the actual value instead of the rounded value?
Thx
Would appear to be a system limitation of no more than 5 decimal places. . Maybe as an alternative you can label that column to be "£ / % / time in hundreths / thousands of...."
Regards
You could force it to be text by
=[column]row + ""
but then would need to realize it was text before you did math on it and return it to a number using VALUE()
Please write an enhancement request for this.
Craig