How do I add a column of numbers to get the total for that column?
How do I add a column of numbers to get the total for that column?
How do I add a column of numbers to get the total for that column?
assuming you want to sum the values in column B and you want to answer in cell A1...
select cell A1
then type "=sum(B)" without the double quotes.
shorthand for this is
A1=sum(B)
assuming you want to sum the values in column B and you want to answer in cell A1...
select cell A1
then type "=sum(B)" without the double quotes.
shorthand for this is
A1=sum(B)
How do I add a column of numbers to get the total for that column?