View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
nikita[_2_] nikita[_2_] is offline
external usenet poster
 
Posts: 3
Default Rounding Numbers

Often when carrying out simple multiplication and addition between two
cells with numeric values, I must ROUND my answer to get a whole
number, like 0.

E.G. 4 - 4 = 0.0000000000454564543 or something like that. Why do
these inconsistencies happen? How can I avoid them.