Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
+1 vote
23.2k views
in Computer by (52.7k points)

Explain any five mathematical functions in MS excel with example.

1 Answer

+1 vote
by (46.7k points)
selected by
 
Best answer

1.  abs() function in excel returns the absolute value of a number. The absolute value of a number is the number without its sign.

For example, Abs(-25)

output: 25

2. Fact() function returns the factorial of a number. The factorial of a number is equal to 1*2*3*…* number.

For example, fact(5)

output: 120

3. The mod() function returns the remainder after number is divided by divisor. The result has the same sign as divisor. MOD(number, divisor)

For example, Mod(5,2)

output: 1

4. The power () function returns the result of a number raised to a power. POWER(number, power)

For example, power(5,2)

output: 25

The sum() function adds all the numbers that is specified in the brackets.

For example, SUM(A1 : A5) adds all the numbers that are contained in cells A1 through A5. For another example, SUM(A1, A3, A5) adds the numbers that are contained in cells A1, A3, and A5.

Related questions

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...