average

F

fwburkey

Hi, problem. a colum with numbers and formulas, what needs to be done to
get the average of just the numbers

col-1 col-2 col-3

5 5 10
5 20 30
sum 1+2 formulas
sum 1+2
sum 1+2
sum 1+2

Average - I can not get the cell to show the
average of 20

Tanks for you help
Frank
 
K

keithl816

Is 20 supposed to be 25

If so

=subtotal(1,c1:c2)

change your range to the range you are trying to average
 
F

fwburkey

keithl816 said:
=Average(c1:c2)

change your range to the range you are trying to average.


I am at the correct range, but everything that i try, i keep getting
the error ( ( #DIV/0! )
 
F

fwburkey

1 2 3
a
b 20 10 2 Formlar in cells are =b1/b2
c 50 5 10 =c1/c2
d #DIV/0! =d1/d2
e #DIV/0! =e1/e2
f #DIV/0! =f1/f2
average #DIV/0! ( I need this to be the avg of b3 thru f3)

all i get for the avg is #DIV/0!

Best i can do

Thanks Again
Frank
 
R

Roger Govier

Hi

Change your formula in B3 to
=IF(B2="","",B1/B2)
Copy down
Then =AVERAGE(B3:F3)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top