numbers find average

Just updated to OS 10.10 and find that to use a spread sheet I must use Numbers. No problem finding the sum of rows but seem to be to dense to figure out how to get the average of a row. I need a simple explanation how to do this please.

iMac, OS X Yosemite (10.10.5)

Posted on Mar 6, 2017 2:53 PM

Reply
5 replies

Mar 7, 2017 1:48 AM in response to Olemacr

Hi Olemacr,


Do you mean sum and average for each row and each column?

This approach makes use of the magical properties of Header Rows, Header Columns and Footer Rows. Those cells exclude themselves from formulas to avoid "self-reference" errors.


A table with one Header Row (1), two Header Columns (A and B) and two Footer Rows (8 and 9).

User uploaded file

Formula in A2 (and Fill Down to Row 7)

=SUM(2:2)


Formula in B2 (and Fill Down to Row 7)

=AVERAGE(2:2)


Formula in C8 (and Fill Right)

=SUM(C)


Formula in C9 (and Fill Right)

=AVERAGE(C)


With such a table, you can add more data and the formulas will automatically adjust.


Regards,

Ian.

Mar 6, 2017 3:09 PM in response to Olemacr

=average(1:1) will average the all cells in row 1

=average(B1:E1) will average cell B1 thru E1 (inclusive)


e.g.:

User uploaded file


select cell A4, then type the following to enter the formula to average all cells in row 1:

=AVERAGE(1:1)



These answers are independent of OS or version of Numbers and would work in MS Excel too



W.R.T.:

"Just updated to OS 10.10 and find that to use a spread sheet I must use Numbers."


You can purchase MS Excel for macOS and use that if you like. You can also download, and install, LibreOffice (or other open office suite) for free.

Mar 7, 2017 12:05 AM in response to Olemacr

"I should have mentioned it is the average of those same rows I need."


Do you mean you need to calculate the average value in each row where you have already calculated the sum?

That makes no difference to the process.


In one cell, not in the row (eg. row 2) for which you are calculating the sum and the average, enter the formula:

=AVERAGE(2:2)


In a second cell, also not in the row being calculated, enter the formula: =SUM(2:2)


User uploaded file

The formulas above the table are in cells B5 and B4 of the table. For the other rows, replace "SUM" or "AVERAGE" with the function name in column A.


Regards,

Barry

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

numbers find average

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.