View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andrew Bourke Andrew Bourke is offline
external usenet poster
 
Posts: 18
Default Special average calculation

Hi
I would like to calculate the average of a list of numbers such as
45, 56e, 67, 32.
The e in 56e is important because it indicates an estimated score.

I could write a macro to strip the e away first, but I was wondering if
there was a simpler way to handle this, such as a VBA function or a
worksheet function ?

=AverageA doesn't seem to do it.

TIA

Andrew