Sign In
Ask Question
Amir Glenn
Computers & Technology
27 May, 22:58
How do i add the sum of a column in excel?
+2
Answers (
1
)
Lorelei Blackwell
27 May, 23:04
0
Excel has a built in sum function to calculate the sum of elements. The syntax of this function is:
=sum (argument)
This formula is written in the destination cell where we need our sum to show up.
The argument is the cells, columns or range of cells and columns for which we need to find the sum. If we need to find the sum of elements in a column, the formula will be like:
= sum (A:A)
This formula will find the sum of all elements that are present in the column A. The argument in the above formula is A:A which represents that entire column A is selected.
This formula can be modified according to the needs. For example, if we need to find the sum of two columns A and B, the formula will be:
=sum (A:B)
This formula calculates the sum of all elements in columns A and B.
Comment
Complaint
Link
Know the Answer?
Answer
Not Sure About the Answer?
Find an answer to your question 👍
“How do i add the sum of a column in excel? ...”
in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers
You Might be Interested in
Bill downloaded an antivirus software from the Internet. Under the Uniform Commercial Code (UCC), the software is a: Select one: a. good. b. service. c. good-faith warranty. d. mixture of goods and services.
Answers (1)
Use the isprime function that you wrote in programming challenge 21 in a program that reads in an integer that is less than 3001 stores a list of all the prime numbers from 2 through that number in a file name d "primelist. txt".
Answers (1)
What is functional testing?
Answers (1)
Conformity is the acceptance of culturally approved goals and the means for achieving these goals.
Answers (1)
Which aspect of design theory describes the relationship of one object to another in size? A. value B. form C. proportion D. tecture
Answers (1)
New Questions in Computers & Technology
Your computer running Windows 10 is doing some very strange things with the operating system.
Answers (1)
Which of the following testing methods focuses on how well a program works? A. Automated testing B. Alpha release testing C. Quality Assurance D. Forking
Answers (2)
What is a filetype. wma?
Answers (1)
Given memory partitions of 100 KB, 500 Kb, 200 KB, 300 KB, and 600 KB (in order), how would each of the first-fit, best-fit, and worst-fit algorithms place processes of 212 KB, 417 KB, 112 KB, and 426 KB, (in order) ?
Answers (1)
What is the first structure of a pascal program?
Answers (1)
Home
»
Computers & Technology
» How do i add the sum of a column in excel?
Sign In
Sign Up
Forgot Password?