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

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -