View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ingolf[_2_] Ingolf[_2_] is offline
external usenet poster
 
Posts: 1
Default Rounding problems when using excel

Hi renfrotim!

e.g.: A1 = $2.35
A2 = $2.35
A3 = =ROUND(A1+A2, 0) -- will return $5
A3 = =ROUND(A1, 0) + ROUND(A2, 0) -- will return $4

Regards
Ingolf

When using excel, I use rounded $#'s and need it to total as such. Example:
$2.35 rounds to $2.
$2.35 rounds to $2.=$4 excel totals =$5 do to the .35+.35=.70 rounding up to
$5
I am using this in a propsal and 2+2=5 that's my problem