Excel Formulas
A blog for publishing examples of Excel formulas.
Rounding Significant Figures in Excel
Use the following formula to round a
value
to a certain number of
sigfigs
:
=ROUND(
value
,
sigfigs
-(1+INT(LOG10(ABS(
value
)))))
Newer Posts
Home
Subscribe to:
Posts (Atom)