SyntaxFix
Write A Post
Hire A Developer
Questions
You could also use CEILING which rounds up to an integer or desired multiple of significance
CEILING
ie =CEILING(A1,10) rounds up to a multiple of 10
=CEILING(A1,10)
12340.0001 will become 12350
12340.0001
12350