howdoIaddcolumnsfor atotal

E

eagerbvr

How do I addor average cell columns or rows? How do Iget anaverage minimum
and average Maximum?
 
L

Luke M

What exactly is an "average minimum"?
Examples of what you ask:
=SUM(1:1)
=AVERAGE(A:A)
=MIN(2:2)
=MAX(B:B)
 
S

Sean Timmons

What are you trying to get?

to get an average, you use =AVERAGE(). to get a maximum, you use =MAX(), for
minimum, use =MIN().
 

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