Thread: average
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Andy_Trow Andy_Trow is offline
external usenet poster
 
Posts: 8
Default average

I want to calculate the average of cells A1, A3, A7, B2 and B5. However, an X
can be in any of the cells as well as a number. How I do this ?

I tried AVERAGE(A1+A3+A7+B2+B5) but I get and error if I have an x in any
cell.