basic numbers help
I have a column of numbers in Numbers. How do I get the sum of those numbers?
You can make a difference in the Apple Support Community!
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
I have a column of numbers in Numbers. How do I get the sum of those numbers?
Go to the cell below the col of numbers with the keyboard open showing characters.
type =
then in the formula box next to the red X type
sum
then swipe up the col of numbers.
This will put a blue box round the numbers and the address in the formula box eg B6:B12
The blue box should surround all the number you want summed up.
Hit return and you are done. The cell now show the sum of the numbers.
Check out this you tube for more how to use Numbers https://www.youtube.com/watch?v=-XCkLnIPaL4
Just a point of clarification. Numbers does not have "boxes"; tables in Numbers have "cells".
Also in Numbers one would rarely use a range reference like B2:B14. One would define row 15 as a Footer Row and in B15 put =SUM(B).
An easy way to define a Footer Row is click the row number on the left and choose Convert to Footer Row from the dropdown that appears.
SG
I'd think of it as use Footer Row first with a simple formula addressing the entire column.
And, alternatively when there is no other way, use the more complicated range address common in Excel.
See the templates at File > New in your menu for many examples of column sums.
SG
assuming you want to sum the values in column A:
select the cell where you want the sum, then type:
=sum(A)
then type the <return> key
That didn't work. I have B2 - B14 filled out with various amounts, numbers. In B15 I typed =sum(B) then return, and I got a red exclamation point in B15.
I have numbered amounts in cells B2 - B14. In B15 I typed = sum, then swiped up and a blue box surrounded the column B2-B14. I hit enter and I get a 0 in B15. What did I neglect?
Hi nkmt,
Some confusion here.
Gannett's reply refers to Numbers for iOS
SG's reply refers to Numbers for Mac.
Both are correct! Please tell us what OS you are running.
Regards,
Ian.
In B15 use a range address to cover the cells to be summed.
=sum(B2:B14)
Alternatively use footer mechanism described elsewhere.
basic numbers help