If you change the formulas to default to "" when there is no information you
can use the default AVERAGE since it ignores text as opposed to a zero
otherwise you can use
=AVERAGE(IF(A2:M2<>0,A2:M2))
entered with ctrl + shift & enter
adapt cell ranges to fit your requirements
--
Regards,
Peo Sjoblom
"Arlene" <(E-Mail Removed)> wrote in message
news:A1239170-E227-4160-9510-(E-Mail Removed)...
>I am trying to average(a1
1), in column Q. there are only numbers
>currently
> in a1 to L1, but there are formulas in the rest that compute the numbers
> at
> the end of each month. I want to average these colums and not have to
> change
> the average calculation at the end of every month. I know there is a way
> to
> tell it to average on the columns with figures but I can't seem to
> remember
> how. Thanks
>