Does Excel round up a number automatically? -


the value in cell a2 20.64907652 , have put formula in b2 =a2 value in b2 20.65 , cannot increase decimals. =round(a2,10) way? thanks.

for number comparisons like show explicit "rounding" you're doing directly in comprison, so:

=if(abs(a1-b2)<.02,"close enough","not equal") 

Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -