Really basic question about adding and dividing

D

Dave Neve

Hello

Yep, I'm hopeless at Excel but I'm not an accountant and only have to use it
once or twice a year for student marks

Anyway, I have two columns which I need to add and then divide the total by
2 to get the average

10 + 16 = 26 divided by 2 = 13

so I type in the third column

= Column A + B/2

and I get.......18

Ok, I've worked out what is going on (10+ 16/2 (8) = 18)

but what do I do to get the right answer (13)

Thanks

Dave Neve
 
S

Sandy Mann

=(A1+B1)/2

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(e-mail address removed)
Replace @mailinator.com with @tiscali.co.uk
 
R

Ron Coderre

If you want to calculate the average....
Try the AVERAGE function:

=AVERAGE(A1:B1)

or...to average many items:
=AVERAGE(A1:F1)

Does that help?
Post back if you have more questions.
--------------------------

Regards,

Ron (XL2003, Win XP)
Microsoft MVP (Excel)
 

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