0% found this document useful (0 votes)
47 views

Chapter - 11 Microsoft Excel (Basic To Adv. Formula Part - 2)

This document provides a summary of Chapter 11 of Microsoft Excel which covers advanced formulas. It includes 10 examples of Excel formulas with their functions and outputs. The formulas cover operations like square root, rounding, product, sum, power, factorial, LCM, absolute value, integer, rounding and more. The chapter aims to teach advanced formula skills in Excel.

Uploaded by

Adarsh Jha
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views

Chapter - 11 Microsoft Excel (Basic To Adv. Formula Part - 2)

This document provides a summary of Chapter 11 of Microsoft Excel which covers advanced formulas. It includes 10 examples of Excel formulas with their functions and outputs. The formulas cover operations like square root, rounding, product, sum, power, factorial, LCM, absolute value, integer, rounding and more. The chapter aims to teach advanced formula skills in Excel.

Uploaded by

Adarsh Jha
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Address :- New Delhi Contact :- 8882880965

STP COMPUTER EDUCATION


The Best Quality of Software &Programming Computer Education
www.stpcomputereducation.com

SUBJECT :- MSICROSOFT OFFICE

Chapter 11
Microsoft Excel ( Basic to Adv. Formula Part - 2 )

A B C D
1 =SQRT(16) =ROUNDUP(45.12,0)
2 =PRODUCT(4,5,2) =ROUNDDOWN(45.99,0) 5
3 =SUMSQ(4,5) =MOD(10,2) 2
4 =POWER(5,3) =QUOTIENT(10,2) 5
5 =FACT(5) =EVEN(5) 3
6 =FACTDOUBLE(5) =ODD(6) 6
7 =LCM(4,5) =ROMAN(45) 5
8 =ABS(-52) =SUM(D2:D7)
9 =INT(45.254555) =SUMIF(D2:D7,5)
10 =ROUND(45.51,0) =GCD(18,21)
Formula Output & Return

A B C D
1 4 46
2 40 45 5
3 41 0 2
4 125 5 5
5 120 6 3
6 15 7 6
7 20 XLV 5
8 52 26
9 45 15
10 46 3

You might also like