SlideShare a Scribd company logo
ICAI 1
ICAI 2
INDEX
S.N. TOPIC PAGE NO.
1.
2.
3.
4.
5.
6.
7.
8.
9.
INTRODUCTION
FORMULA OPERATOR
FINANCIAL
MATHEMATICAL
TEXT
STATISTICAL
LOGICAL
LOOK-UP AND REFERENCE
FORMULA ERROR MESSAGES
3
4
5
11
17
22
25
28
31
Microsoft Excel provides several formula for calculation, logical,
lookup etc.
When using a formula in the spreadsheet :
 Result will automatically change as other cell values referenced in the formula
change.
 The user does not have to remember to update other cell.
 Formula always begins with an Equal Sign (=) followed by some other combination of
number, text, cell references and operator.
 If formula is entered incorrectly an ERROR message will appear.
ICAI 3
INTRODUCTION
ICAI 4
FORMULA OPERATOR
Operators are used in formulas to execute operations on the values taken by
formulas. Some operator is given below :
 Arithmetic Operators (+, - ,*, / , % , ^) are used in conjunction with numbers.
 Text Concatenation Operator (&) is used for joining text within text in referenced
cell.
 Comparison Operators (=,<,<=,>,>=,<>) are used to compare to values.
 Reference Operators [colon(:), comma (,), space ( ) ] specify a range, union operator
and Intersection Operator.
PMT
PPMT
IPMTFV
PV
ICAI 5
FINANCIAL FUNCTION
Financial Function calculates interest rates, loan Payments etc.
ICAI 6
PMT : It calculates the payment for a Loan (EMI) based on
constant payments and a constant interest rate.
Syntax : =PMT(rate, nper, pv, [fv], [type])
Example :
ICAI 7
PPMT : It calculates the Principle Amount in EMI.
Syntax : =PPMT(rate, per, nper, pv, [fv], [type])
Example :
ICAI 8
IPMT : It calculates the Interest Amount in EMI.
Syntax : =IPMT(rate, per, nper, pv, [fv], [type])
Example :
ICAI 9
FV : It returns the future value of an investment based on
periodic, constant payments and a constant interest rate.
Syntax : =FV(rate, nper, pmt, [pv], [type])
Example :
ICAI 10
PV : It calculates the present value of an Investment.
Syntax : =FV(rate, nper, pmt, [pv], [type])
Example :
POWER
SQRT
MODSUMIF
SUM
ICAI 11
MATHEMATICAL FUNCTION
ICAI 12
POWER : It returns the result of a number raised to a
power.
Syntax : =POWER(number, power)
Example :
ICAI 13
SQRT : It returns a positive square root.
Syntax : =SQRT(number)
Example :
ICAI 14
MOD : It returns the remainder after number is divided by
divisor.
Syntax : =MOD(number, divisor)
Example :
ICAI 15
SUMIF : It adds the cells specified by a given condition or
criteria.
Syntax : =SUMIF(range, criteria, sum_range)
Example :
ICAI 16
SUM : It adds the cell Values.
Syntax : =SUM(Number1, Number2, Number3…)
Example :
ICAI 17
TEXT FUNCTION
 CONCATENATE
 LOWER
 UPPER
 PROPER
 LEFT
 RIGHT
 MID
 LEN
 REPT
 ROW
 COLUMN
 TEXT
 FIND
ICAI 18
Example and Syntax :
Syntax
Result
LOWER : It returns the values in Lower case.
UPPER : It returns the values in Upper case.
PROPER : It returns the values in Proper case.
LEN : It returns the length of given text.
ICAI 19
Example and Syntax :
Syntax
Result
LEFT : It extracts a given number of characters from the Left of a text.
RIGHT : It extracts a given number of characters from the Right of a text.
MID : It extracts a given number of characters from the Mid of a text.
REPT : This function repeats the characters a given number of times.
ICAI 20
Example and Syntax :
Syntax
Result
ROW : This function returns the number of a row of given cell reference.
COLUMN: This function returns the number of a column of given cell reference.
TEXT : It convert numbers into text values.
FIND : This function returns the position (as a number) within a text string.
ICAI 21
CONCATENATE : This function joins text items together
and returns the result as text.
Syntax : =CONCATENATE(text1, text2…)
Example :
COUNT
COUNTIF
COUNTA
COUNT
BLANK
AVERAGE
MAX
MIN
ICAI 22
STATISTICAL FUNCTION
ICAI 23
Example and Syntax :
Syntax
Result
MAX : This function returns the largest value in a set of values.
MIN : This function returns the smallest number in a set of values.
AVERAGE: It returns the average of the arguments.
ICAI 24
Example and Syntax :
Syntax
Result
COUNT : Count the number of cell that contain numbers.
COUNTIF : It counts the number of cell within a range that meet the criteria.
COUNTA : It Counts cell that contain numbers, text, error values.
COUNTBLANK : It count blank cells in a range.
IF
ISBLANK
ISTEXTISNUMBER
EXACT
ICAI 25
LOGICAL FUNCTION
ICAI 26
IF : This function can perform a logical test and return one
value for a TRUE result, and another for a FALSE result.
Syntax : =IF(logical_test, value_if_true, value_if_false)
Example :
ICAI 27
Example and Syntax :
Syntax
Result
ISBLANK : This function to test if a cell is empty or not.
ISTEXT : This function to check if value is text.
ISNUMBER : This function check whether a value is a number.
EXACT : This function compares two strings and returns TRUE if both are same.
ICAI 28
LOOKUP FUNCTION
LOOKUPVLOOKUP HOOKUP
ICAI 29
VLOOKUP : This function to lookup vertical i.e. left to right
& retrieve data from a specific column in table.
Syntax : =VLOOKUP(lookup_value, table_array, col_index_number, range)
Example :
ICAI 30
HLOOKUP : This function to lookup Horizontal i.e. Top to
Down & retrieve data from a specific Row in table.
Syntax : =HLOOKUP(lookup_value, table_array, row_index_number, range)
Example :
ERROR DESCRIPTION
#DIV/0! The formula tries to divide by zero or divisor is a reference to a blank cell
#NULL! Two or more cell reference are not separated correctly in a formula.
#NAME? Formula contains text that Excel doesn’t recognize.
#VALUE! The formula has the wrong type of argument.
##### The column is not wide enough to display the result.
#REF! The formula refers to a cell that doesn’t exist.
#N/A A value is not available to a function or formula.
#NUM! A formula or function contains invalid numeric values.
ICAI 31
FORMULA ERROR MESSAGES
ICAI 32
Thank You

More Related Content

What's hot

2. mathematical functions in excel
2. mathematical functions in excel2. mathematical functions in excel
2. mathematical functions in excel
Dr. Prashant Vats
 
MS-Excel Formulas and Functions
MS-Excel Formulas and FunctionsMS-Excel Formulas and Functions
MS-Excel Formulas and Functions
P. SUNDARI ARUN
 
VLOOKUP Function - Marelen Talavera - Vivacious Analytic
VLOOKUP Function - Marelen Talavera - Vivacious AnalyticVLOOKUP Function - Marelen Talavera - Vivacious Analytic
VLOOKUP Function - Marelen Talavera - Vivacious Analytic
Maria Elena Acdol-Talavera
 
Mathematical and logical operators
Mathematical and logical operatorsMathematical and logical operators
Mathematical and logical operators
RGn Ebsin
 
Relational operators
Relational operatorsRelational operators
How to use vlookup in MS Excel
How to use vlookup in MS ExcelHow to use vlookup in MS Excel
How to use vlookup in MS Excel
Jaspal Singh
 
Microsoft Excel VLOOKUP Function
Microsoft Excel VLOOKUP FunctionMicrosoft Excel VLOOKUP Function
Microsoft Excel VLOOKUP Function
Excel
 
Vlookup - an introduction
Vlookup - an introductionVlookup - an introduction
Vlookup - an introduction
vvmenon22
 
How to use Hlookup find an exact match
How to use Hlookup find an exact match How to use Hlookup find an exact match
How to use Hlookup find an exact match
Excel Advise
 
Python basic operators
Python   basic operatorsPython   basic operators
Python basic operators
Learnbay Datascience
 
Arithmetic operator
Arithmetic operatorArithmetic operator
Arithmetic operator
Jordan Delacruz
 
Python operators
Python operatorsPython operators
Python operators
nuripatidar
 
Operators in java presentation
Operators in java presentationOperators in java presentation
Operators in java presentation
kunal kishore
 
Formula in MS Excel
Formula in MS ExcelFormula in MS Excel
Formula in MS Excel
Muhammad Yasir Bhutta
 
Opeartor &amp; expression
Opeartor &amp; expressionOpeartor &amp; expression
Opeartor &amp; expression
V.V.Vanniapermal College for Women
 
Operators
OperatorsOperators
Operators
Nousheen Arshad
 

What's hot (19)

2. mathematical functions in excel
2. mathematical functions in excel2. mathematical functions in excel
2. mathematical functions in excel
 
MS-Excel Formulas and Functions
MS-Excel Formulas and FunctionsMS-Excel Formulas and Functions
MS-Excel Formulas and Functions
 
VLOOKUP Function - Marelen Talavera - Vivacious Analytic
VLOOKUP Function - Marelen Talavera - Vivacious AnalyticVLOOKUP Function - Marelen Talavera - Vivacious Analytic
VLOOKUP Function - Marelen Talavera - Vivacious Analytic
 
Mathematical and logical operators
Mathematical and logical operatorsMathematical and logical operators
Mathematical and logical operators
 
Relational operators
Relational operatorsRelational operators
Relational operators
 
How to use vlookup in MS Excel
How to use vlookup in MS ExcelHow to use vlookup in MS Excel
How to use vlookup in MS Excel
 
Microsoft Excel VLOOKUP Function
Microsoft Excel VLOOKUP FunctionMicrosoft Excel VLOOKUP Function
Microsoft Excel VLOOKUP Function
 
Vlookup - an introduction
Vlookup - an introductionVlookup - an introduction
Vlookup - an introduction
 
Operators
OperatorsOperators
Operators
 
How to use Hlookup find an exact match
How to use Hlookup find an exact match How to use Hlookup find an exact match
How to use Hlookup find an exact match
 
Python basic operators
Python   basic operatorsPython   basic operators
Python basic operators
 
Java 2
Java 2Java 2
Java 2
 
Arithmetic operator
Arithmetic operatorArithmetic operator
Arithmetic operator
 
Python operators
Python operatorsPython operators
Python operators
 
Operators in java presentation
Operators in java presentationOperators in java presentation
Operators in java presentation
 
Formula in MS Excel
Formula in MS ExcelFormula in MS Excel
Formula in MS Excel
 
05 operators
05   operators05   operators
05 operators
 
Opeartor &amp; expression
Opeartor &amp; expressionOpeartor &amp; expression
Opeartor &amp; expression
 
Operators
OperatorsOperators
Operators
 

Similar to Excel Functions

MIS 226: Chapter 2
MIS 226: Chapter 2MIS 226: Chapter 2
MIS 226: Chapter 2macrob14
 
Ms excel commands
Ms excel commandsMs excel commands
Ms excel commands
DiyaVerma14
 
Chapter 16-spreadsheet1 questions and answer
Chapter 16-spreadsheet1  questions and answerChapter 16-spreadsheet1  questions and answer
Chapter 16-spreadsheet1 questions and answer
RaajTech
 
Advance excel
Advance excelAdvance excel
Advance excel
SiddheshHadge
 
Etech. mitch. [autosaved]
Etech. mitch. [autosaved]Etech. mitch. [autosaved]
Etech. mitch. [autosaved]
MaridelBajeta
 
Ms excel 2016_function
Ms excel 2016_functionMs excel 2016_function
Ms excel 2016_function
Paktia University
 
Useful Excel Functions & Formula Used everywhere.pptx
Useful Excel Functions & Formula Used everywhere.pptxUseful Excel Functions & Formula Used everywhere.pptx
Useful Excel Functions & Formula Used everywhere.pptx
vanshikatyagi74
 
Excel Overview.pptx
Excel Overview.pptxExcel Overview.pptx
Excel Overview.pptx
NewmanLeke
 
Chapter9 more on database and sql
Chapter9 more on database and sqlChapter9 more on database and sql
Chapter9 more on database and sql
KV(AFS) Utarlai, Barmer (Rajasthan)
 
An Introduction To Array Functions
An Introduction To Array FunctionsAn Introduction To Array Functions
An Introduction To Array Functions
posterro
 
Excel - Vloopup, Averageif , Countif, Index and Sumif
Excel - Vloopup, Averageif , Countif, Index and SumifExcel - Vloopup, Averageif , Countif, Index and Sumif
Excel - Vloopup, Averageif , Countif, Index and Sumif
VIVEKRAJ546946
 
1.2 Zep Excel.pptx
1.2 Zep Excel.pptx1.2 Zep Excel.pptx
1.2 Zep Excel.pptx
PizzaM
 
Excel advanced formulas and functions i-school tutorials
Excel  advanced formulas and functions   i-school tutorialsExcel  advanced formulas and functions   i-school tutorials
Excel advanced formulas and functions i-school tutorials
techie_govind
 
3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt
AllanGuevarra1
 
Ms excel
Ms excelMs excel
E-Book 25 Tips and Tricks MS Excel Functions & Formulaes
E-Book 25 Tips and Tricks MS Excel Functions & FormulaesE-Book 25 Tips and Tricks MS Excel Functions & Formulaes
E-Book 25 Tips and Tricks MS Excel Functions & Formulaes
BurCom Consulting Ltd.
 
3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt
JosephIThomas
 
Oracle_Analytical_function.pdf
Oracle_Analytical_function.pdfOracle_Analytical_function.pdf
Oracle_Analytical_function.pdf
KalyankumarVenkat1
 

Similar to Excel Functions (20)

MIS 226: Chapter 2
MIS 226: Chapter 2MIS 226: Chapter 2
MIS 226: Chapter 2
 
Excel.useful fns
Excel.useful fnsExcel.useful fns
Excel.useful fns
 
Ms excel commands
Ms excel commandsMs excel commands
Ms excel commands
 
Chapter 16-spreadsheet1 questions and answer
Chapter 16-spreadsheet1  questions and answerChapter 16-spreadsheet1  questions and answer
Chapter 16-spreadsheet1 questions and answer
 
Advance excel
Advance excelAdvance excel
Advance excel
 
Etech. mitch. [autosaved]
Etech. mitch. [autosaved]Etech. mitch. [autosaved]
Etech. mitch. [autosaved]
 
Ms excel 2016_function
Ms excel 2016_functionMs excel 2016_function
Ms excel 2016_function
 
Useful Excel Functions & Formula Used everywhere.pptx
Useful Excel Functions & Formula Used everywhere.pptxUseful Excel Functions & Formula Used everywhere.pptx
Useful Excel Functions & Formula Used everywhere.pptx
 
Excel Overview.pptx
Excel Overview.pptxExcel Overview.pptx
Excel Overview.pptx
 
Chapter9 more on database and sql
Chapter9 more on database and sqlChapter9 more on database and sql
Chapter9 more on database and sql
 
An Introduction To Array Functions
An Introduction To Array FunctionsAn Introduction To Array Functions
An Introduction To Array Functions
 
Excel - Vloopup, Averageif , Countif, Index and Sumif
Excel - Vloopup, Averageif , Countif, Index and SumifExcel - Vloopup, Averageif , Countif, Index and Sumif
Excel - Vloopup, Averageif , Countif, Index and Sumif
 
1.2 Zep Excel.pptx
1.2 Zep Excel.pptx1.2 Zep Excel.pptx
1.2 Zep Excel.pptx
 
MA3696 Lecture 9
MA3696 Lecture 9MA3696 Lecture 9
MA3696 Lecture 9
 
Excel advanced formulas and functions i-school tutorials
Excel  advanced formulas and functions   i-school tutorialsExcel  advanced formulas and functions   i-school tutorials
Excel advanced formulas and functions i-school tutorials
 
3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt
 
Ms excel
Ms excelMs excel
Ms excel
 
E-Book 25 Tips and Tricks MS Excel Functions & Formulaes
E-Book 25 Tips and Tricks MS Excel Functions & FormulaesE-Book 25 Tips and Tricks MS Excel Functions & Formulaes
E-Book 25 Tips and Tricks MS Excel Functions & Formulaes
 
3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt
 
Oracle_Analytical_function.pdf
Oracle_Analytical_function.pdfOracle_Analytical_function.pdf
Oracle_Analytical_function.pdf
 

Recently uploaded

Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Assignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docxAssignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docx
ArianaBusciglio
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...
MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...
MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...
NelTorrente
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
Krisztián Száraz
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
IreneSebastianRueco1
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
deeptiverma2406
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
Israel Genealogy Research Association
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
goswamiyash170123
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
chanes7
 

Recently uploaded (20)

Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
Assignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docxAssignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docx
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...
MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...
MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
 

Excel Functions

  • 2. ICAI 2 INDEX S.N. TOPIC PAGE NO. 1. 2. 3. 4. 5. 6. 7. 8. 9. INTRODUCTION FORMULA OPERATOR FINANCIAL MATHEMATICAL TEXT STATISTICAL LOGICAL LOOK-UP AND REFERENCE FORMULA ERROR MESSAGES 3 4 5 11 17 22 25 28 31
  • 3. Microsoft Excel provides several formula for calculation, logical, lookup etc. When using a formula in the spreadsheet :  Result will automatically change as other cell values referenced in the formula change.  The user does not have to remember to update other cell.  Formula always begins with an Equal Sign (=) followed by some other combination of number, text, cell references and operator.  If formula is entered incorrectly an ERROR message will appear. ICAI 3 INTRODUCTION
  • 4. ICAI 4 FORMULA OPERATOR Operators are used in formulas to execute operations on the values taken by formulas. Some operator is given below :  Arithmetic Operators (+, - ,*, / , % , ^) are used in conjunction with numbers.  Text Concatenation Operator (&) is used for joining text within text in referenced cell.  Comparison Operators (=,<,<=,>,>=,<>) are used to compare to values.  Reference Operators [colon(:), comma (,), space ( ) ] specify a range, union operator and Intersection Operator.
  • 5. PMT PPMT IPMTFV PV ICAI 5 FINANCIAL FUNCTION Financial Function calculates interest rates, loan Payments etc.
  • 6. ICAI 6 PMT : It calculates the payment for a Loan (EMI) based on constant payments and a constant interest rate. Syntax : =PMT(rate, nper, pv, [fv], [type]) Example :
  • 7. ICAI 7 PPMT : It calculates the Principle Amount in EMI. Syntax : =PPMT(rate, per, nper, pv, [fv], [type]) Example :
  • 8. ICAI 8 IPMT : It calculates the Interest Amount in EMI. Syntax : =IPMT(rate, per, nper, pv, [fv], [type]) Example :
  • 9. ICAI 9 FV : It returns the future value of an investment based on periodic, constant payments and a constant interest rate. Syntax : =FV(rate, nper, pmt, [pv], [type]) Example :
  • 10. ICAI 10 PV : It calculates the present value of an Investment. Syntax : =FV(rate, nper, pmt, [pv], [type]) Example :
  • 12. ICAI 12 POWER : It returns the result of a number raised to a power. Syntax : =POWER(number, power) Example :
  • 13. ICAI 13 SQRT : It returns a positive square root. Syntax : =SQRT(number) Example :
  • 14. ICAI 14 MOD : It returns the remainder after number is divided by divisor. Syntax : =MOD(number, divisor) Example :
  • 15. ICAI 15 SUMIF : It adds the cells specified by a given condition or criteria. Syntax : =SUMIF(range, criteria, sum_range) Example :
  • 16. ICAI 16 SUM : It adds the cell Values. Syntax : =SUM(Number1, Number2, Number3…) Example :
  • 17. ICAI 17 TEXT FUNCTION  CONCATENATE  LOWER  UPPER  PROPER  LEFT  RIGHT  MID  LEN  REPT  ROW  COLUMN  TEXT  FIND
  • 18. ICAI 18 Example and Syntax : Syntax Result LOWER : It returns the values in Lower case. UPPER : It returns the values in Upper case. PROPER : It returns the values in Proper case. LEN : It returns the length of given text.
  • 19. ICAI 19 Example and Syntax : Syntax Result LEFT : It extracts a given number of characters from the Left of a text. RIGHT : It extracts a given number of characters from the Right of a text. MID : It extracts a given number of characters from the Mid of a text. REPT : This function repeats the characters a given number of times.
  • 20. ICAI 20 Example and Syntax : Syntax Result ROW : This function returns the number of a row of given cell reference. COLUMN: This function returns the number of a column of given cell reference. TEXT : It convert numbers into text values. FIND : This function returns the position (as a number) within a text string.
  • 21. ICAI 21 CONCATENATE : This function joins text items together and returns the result as text. Syntax : =CONCATENATE(text1, text2…) Example :
  • 23. ICAI 23 Example and Syntax : Syntax Result MAX : This function returns the largest value in a set of values. MIN : This function returns the smallest number in a set of values. AVERAGE: It returns the average of the arguments.
  • 24. ICAI 24 Example and Syntax : Syntax Result COUNT : Count the number of cell that contain numbers. COUNTIF : It counts the number of cell within a range that meet the criteria. COUNTA : It Counts cell that contain numbers, text, error values. COUNTBLANK : It count blank cells in a range.
  • 26. ICAI 26 IF : This function can perform a logical test and return one value for a TRUE result, and another for a FALSE result. Syntax : =IF(logical_test, value_if_true, value_if_false) Example :
  • 27. ICAI 27 Example and Syntax : Syntax Result ISBLANK : This function to test if a cell is empty or not. ISTEXT : This function to check if value is text. ISNUMBER : This function check whether a value is a number. EXACT : This function compares two strings and returns TRUE if both are same.
  • 29. ICAI 29 VLOOKUP : This function to lookup vertical i.e. left to right & retrieve data from a specific column in table. Syntax : =VLOOKUP(lookup_value, table_array, col_index_number, range) Example :
  • 30. ICAI 30 HLOOKUP : This function to lookup Horizontal i.e. Top to Down & retrieve data from a specific Row in table. Syntax : =HLOOKUP(lookup_value, table_array, row_index_number, range) Example :
  • 31. ERROR DESCRIPTION #DIV/0! The formula tries to divide by zero or divisor is a reference to a blank cell #NULL! Two or more cell reference are not separated correctly in a formula. #NAME? Formula contains text that Excel doesn’t recognize. #VALUE! The formula has the wrong type of argument. ##### The column is not wide enough to display the result. #REF! The formula refers to a cell that doesn’t exist. #N/A A value is not available to a function or formula. #NUM! A formula or function contains invalid numeric values. ICAI 31 FORMULA ERROR MESSAGES