SlideShare a Scribd company logo
2
Most read
4
Most read
AGENDA
• Introduction to Excel
Functions
• Basic Excel Functions
• SUM()
• AVERAGE()
• COUNT()
• CONCATENATE()
• MIN()
• MAX()
INTRODUCTION TO EXCEL FUNCTIONS
• A function is a predefined formula that performs calculations using
specific values in a particular order.
• Excel has hundreds of functions to assist with your calculations.
• Each function has a specific order—called syntax
BASIC EXCEL FUNCTIONS #1: SUM()
• What this function does: Adds all the numbers in a
range of cells.
• Usage: =SUM(number1, [number2], …)
• Example(s):
=SUM(177,239,3,0,1,5,8) [Result: 433]
=SUM(C2:I2)
BASIC EXCEL FUNCTIONS #2: AVERAGE()
• What this function does:
Returns the average
(arithmetic mean) of its
arguments, which can be
numbers, arrays, or
references that contain
numbers.
• Usage:
=AVERAGE(number1,
[number2], …)
• Example(s):
=AVERAGE(B2:B6)
BASIC EXCEL FUNCTIONS #3: COUNT()
• What this function does:
• It only counts cells containing
numbers. All other cells will be
ignored (texts, dates, blanks).
• Usage:
=COUNT (value1,[value2], …)
• Example(s):
=COUNT(B2:D4)
BASIC EXCEL FUNCTIONS #4: CONCATENATE ()
• What this function does:
Joins several strings into one text
string.
• Usage:
=CONCATENATE (text1, [text2], …)
• Example(s):
=CONCATENATE (A1,B1,C1)
BASIC EXCEL FUNCTIONS #5: MIN() & MAX()
What this function does:
• Min():
Checks the range of cells and returns
the minimal value.
• Max():
Checks the range of cells and returns
the maximum value.
Usage:
MIN(number1, [number2], …)
MAX(number1, [number2], …)
MS Excel and it’s basic functions.pptx

More Related Content

DOC
Visual c++ lab plan MC1755-VC++-L-LP.doc
DOC
Visual C++ questions MC1755-VC++ - L-VVQ.doc
DOC
Visual C++ lab manual MC1755-VC++ - L-LM.doc
DOC
Database management MC9218-DBMS-L-QB.doc
DOC
Database Management S MC9218-DBMS-L-LM.doc
DOC
Design and analysis of algorithm MC9229-DAA-L-LM.doc
PPTX
GIMP Tutorial.pptx
DOCX
python programs .docx
Visual c++ lab plan MC1755-VC++-L-LP.doc
Visual C++ questions MC1755-VC++ - L-VVQ.doc
Visual C++ lab manual MC1755-VC++ - L-LM.doc
Database management MC9218-DBMS-L-QB.doc
Database Management S MC9218-DBMS-L-LM.doc
Design and analysis of algorithm MC9229-DAA-L-LM.doc
GIMP Tutorial.pptx
python programs .docx

Recently uploaded (9)

PPTX
Madison dsfnsd dslsf sada;sdmas;ds;dls.pptx
PDF
Cold positive punishment of the student سزادانی ئەرێنی ساردی قوتابی.pdf
PDF
levelling full chapter with examples and questions
PDF
فورمولر عمومی مضمون فزیک برای همه انجنیران
PDF
15 AUG 2025 PS 15 AUG 2025 PS 15 AUG 2025 PS
PPTX
Tahfidz Qur’an TIMING tampa musik bagian 2.pptx
PDF
Materi seni rupa untuk sekolah dasar materi tentang seni rupa
PPTX
Presentation on chemistry class 11 and class 12
PDF
5.PDFsxcc c fvfvfv fvfvwCCDSDcvvcrdcfrwcwecwdcfwe
Madison dsfnsd dslsf sada;sdmas;ds;dls.pptx
Cold positive punishment of the student سزادانی ئەرێنی ساردی قوتابی.pdf
levelling full chapter with examples and questions
فورمولر عمومی مضمون فزیک برای همه انجنیران
15 AUG 2025 PS 15 AUG 2025 PS 15 AUG 2025 PS
Tahfidz Qur’an TIMING tampa musik bagian 2.pptx
Materi seni rupa untuk sekolah dasar materi tentang seni rupa
Presentation on chemistry class 11 and class 12
5.PDFsxcc c fvfvfv fvfvwCCDSDcvvcrdcfrwcwecwdcfwe
Ad
Ad

MS Excel and it’s basic functions.pptx

  • 1. AGENDA • Introduction to Excel Functions • Basic Excel Functions • SUM() • AVERAGE() • COUNT() • CONCATENATE() • MIN() • MAX()
  • 2. INTRODUCTION TO EXCEL FUNCTIONS • A function is a predefined formula that performs calculations using specific values in a particular order. • Excel has hundreds of functions to assist with your calculations. • Each function has a specific order—called syntax
  • 3. BASIC EXCEL FUNCTIONS #1: SUM() • What this function does: Adds all the numbers in a range of cells. • Usage: =SUM(number1, [number2], …) • Example(s): =SUM(177,239,3,0,1,5,8) [Result: 433] =SUM(C2:I2)
  • 4. BASIC EXCEL FUNCTIONS #2: AVERAGE() • What this function does: Returns the average (arithmetic mean) of its arguments, which can be numbers, arrays, or references that contain numbers. • Usage: =AVERAGE(number1, [number2], …) • Example(s): =AVERAGE(B2:B6)
  • 5. BASIC EXCEL FUNCTIONS #3: COUNT() • What this function does: • It only counts cells containing numbers. All other cells will be ignored (texts, dates, blanks). • Usage: =COUNT (value1,[value2], …) • Example(s): =COUNT(B2:D4)
  • 6. BASIC EXCEL FUNCTIONS #4: CONCATENATE () • What this function does: Joins several strings into one text string. • Usage: =CONCATENATE (text1, [text2], …) • Example(s): =CONCATENATE (A1,B1,C1)
  • 7. BASIC EXCEL FUNCTIONS #5: MIN() & MAX() What this function does: • Min(): Checks the range of cells and returns the minimal value. • Max(): Checks the range of cells and returns the maximum value. Usage: MIN(number1, [number2], …) MAX(number1, [number2], …)