Round up to nearest 10
=roundup(A1,-1)
or
=CEILING(A1,10)
--
HTH
Bob Phillips
(remove nothere from email address if mailing direct)
"Cowtoon" wrote in message
...
Is there a function that will allow me to round up to the nearest 10, i.e.
214 would be 220, 253 would become 260.
I have no idea if that can be done.
Would appreciate your insights.
Thanks.
|