I need to round the result of the following formula to 2 significant figures:
=IF(B21>0,B21/$B$10/($B$11/100),"")
The following formula seems to work well for rounding to 2 sig figs:
=ROUND(C21,2-(1+INT(LOG10(ABS(C21)))))
How can I combine these formulas to yield a nicely rounded result in C21?
Thanks!
=IF(B21>0,B21/$B$10/($B$11/100),"")
The following formula seems to work well for rounding to 2 sig figs:
=ROUND(C21,2-(1+INT(LOG10(ABS(C21)))))
How can I combine these formulas to yield a nicely rounded result in C21?
Thanks!