Thread: Average
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Darren[_8_] Darren[_8_] is offline
external usenet poster
 
Posts: 3
Default Average

I have written some code to find out average of some
numbers. Although if i used Excel's existing formula,
average, to work it out, the result would be different
(about less than 1% for an average of 720 numbers) from
that derived using my own code.
I wonder if the difference is due to rounding errors. Is
it possible to take a look at the code behind Excel's
existing formulas?