Why excel rounded but still shows more than 2 decimal points -


i have set of numbers rounded of 2. when sum range, ended on cell shows 762,078.31. copied cell , paste value , shows 762078.31. increased decimal , still shows 762078.3100. on 'formula bar' shows 762078.309999999.

i show calculations here there ~359 rows. it's simple formula used follows; =round(q2*s2,2) , =sum(y2:y359). idea why happens, let me know. thanks.

not sure why it's happening, can edit sum cell round well:

 =round(sum(y2:y359),2) 

Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -