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

MS Excel and it’s basic functions.pptx

  • 1.
    AGENDA • Introduction toExcel Functions • Basic Excel Functions • SUM() • AVERAGE() • COUNT() • CONCATENATE() • MIN() • MAX()
  • 2.
    INTRODUCTION TO EXCELFUNCTIONS • 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], …)