Sum Vs. Avg

  • Thread starter Thread starter NotGood@All
  • Start date Start date
N

NotGood@All

Can someone tell me why this gives me the "Sum" and not the "Avg"

=AVERAGE(Sheet1!A19+Sheet2!A19)

Thanks
 
Yes. You told Excel to sum the two numbers (that's what the + sign does),
then take the average of that sum.

You probably want:
=AVERAGE(Sheet1!A19,Sheet2!A19)

Regards,
Fred.
 

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

Back
Top