Can I add a range and then divide that sum by a specific value?

G

Gordon Shumway

What I want to do is similar to an average but I don't want the number
of cells to have any relevance.

Thank you.
 
L

lhkittle

What I want to do is similar to an average but I don't want the number

of cells to have any relevance.



Thank you.

Try this where Data is a named range.

=SUM(Data)/8

Or this.

=SUM(F1:F9)/6

HTH
Regards,
Howard
 
G

Gordon Shumway

Try this where Data is a named range.

=SUM(Data)/8

Or this.

=SUM(F1:F9)/6

HTH
Regards,
Howard

The answer was so simple and I was trying to make it complicated. This
works.

Thank you.
 

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