Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 45

BUILT-IN

FUNCTIONS
Statistical
Functions

Types of Logical
Trigonometric
Functions
Built-in Functions
Functions

Date
Functions
Sum Average

Maximum

STATISTICAL
FUNCTION
Minimum

Median
Count
Statistical Function
this function is used to find
the sum, average,
maximum, minimum,
median and mean value
of a number
Sum
-It adds value in a range of cells.

Syntax:
= Function Name (First cell address:last cell
address)

Ex. =sum(A1:A10)
STEPS IN ENTERING THE SUM FUNCTION

Select the cell where you want


the result to appear.

Type equal =sum(

Enter or type the


range of cells

Type close
parenthesis

Press the
enter key
Count
-It counts a number in a range of
cells.

Syntax:
= Function Name (First cell address:last cell
address)
Count
-It counts a number in a range of
cells.

Syntax:
= Function Name (First cell address:last cell
address)

Ex. =count(B2:D2)
STEPS IN 1.Select a cell
ENTERING THE where you want
COUNT the formula to
FUNCTION appear.

3. Enter or
2.Type Equal type a range
sign =count( of cells;

4.Type close 5.Press the


parenthesis enter key
Average
-It gets the average value in a
range of cells.

Syntax:
= Function Name (First cell address:last cell
address)
STEPS IN ENTERING THE
AVERAGE FUNCTION
1. Select a cell
where you want the
2. Type formula to appear
equal sign =
3. Select or average(
type a range
of cells

4. Type close
parenthesis

5. Press
the enter
key

jggp
STEPS IN ENTERING THE
AVERAGE FUNCTION
Minimum
-It find or indicates the lowest and
minimum value of a number in a
range of cells.

Syntax:
= Function Name (First cell address:last cell
address)
STEPS IN ENTERING
THE MINIMUM FUNCTION

1. Select 2. 3.
a cell Type Select
4. Type 5. Press
where or type close the
you want
equal a range parenthe enter
the sign of cells sis key
result to =min(
appear
Maximum
-It indicates and find the
maximum value of a number in a
range of cells.

Syntax:
= Function Name (First cell address:last cell
address)
STEPS IN ENTERING
THE MAXIMUM FUNCTION
1. Select a cell where you want the
formula to appear.

2. Type equal sign =max(

3. Select or type a range of cells

4. Type close parenthesis

5. Press the enter key


Median
-It returns the median of the given
numbers. The median is the
number between the middle of a
set of nos.

Syntax:
= Function Name (First cell address:last cell
address)
-It returns the median of the given
numbers. The median is the
number between the middle of a
set of nos.

Syntax:
= Function Name (First cell address:last cell
address)
STEPS IN ENTERING
THE MEDIAN FUNCTION

3.
1. Select 2. Type Select 4. 5.
a cell
where equal or type Type Pres
you want sign close s the
the a range enter
=median paren
result to of thesis
key
appear ( cells
DATE
FUNCTION

TODAY NOW
DATE FUNCTION
this function is used to
display the current date. It requires
three integers or arguments
(yy/mm/dd).
Syntax:
= Function Name ()
Ex. =today() and =now()
STEPS IN ENTERING
THE DATE FUNCTION
3. From the
1. Select the cell 2. Click the insert function category,
where you want the function button. choose date &
result to appear. time, then select the
date function

4. Click OK. The 5. Complete the


function arguments
arguments 6. Click OK
appears.
IF LOGICAL
FUNCTION
LOGICAL FUNCTION

this function enables you


to add decision
making and logical
preference for your
worksheets.
IF () FUNCTION
Syntax: =IF(Logical_test, value_if_true,
value_if_false)
Ex. =if(A1>100,”Greater than 100”,”Less than 100”)

THREE ARGUMENTS OF IF STATEMENT


1. Logical_test – is any value or expression that can be
evaluated to TRUE or FALSE.
2. Value_if_true – is the value or expression that can be
evaluated to true or false
3.Value_if_false – is the value that is returned if
logical_test is false.
NESTED IFS () FUNCTION
Syntax: =IF(Logical_test, value_if_true,
value_if_false)
Ex. =if(A1>75,”Passed”,if(A1=75,”Fair”,”Failed”)))

THREE ARGUMENTS OF IF STATEMENT


1. Logical_test – is any value or expression that can be
evaluated to TRUE or FALSE.
2. Value_if_true – is the value or expression that can be
evaluated to true or false
3.Value_if_false – is the value that is returned if
logical_test is false.
STEPS IN ENTERING
THE IF FUNCTION

3. Type the correct


1. Select the cell arguments for the
where you want function, then type
the result to 2. Type = equal the close
appear. sign and the parenthesis
function IF and an
open parenthesis
SINE
COSINE
LOGARITHM

SQUARE TRIGONOMETRIC
TANGENT
ROOT FUNCTIONS
TRIGONOMETRIC
Function
this function is used to find the
logarithm, square root, sine,
cosine, tangent, arcsine, arcosine
and arctangent of a number.
Logarithm
-It finds the logarithm of a number
in a cell.

Syntax:
= Function Name(number)

Ex. =log(10)
Square Root
-It finds the square root of a
number in a cell.

Syntax:
= Function Name(number)

Ex. =sqrt(10)
Sine
-It finds the sine of a number in a
cell.

Syntax:
= Function Name(number)

Ex. =sin(10)
Cosine
-It finds the cosine of a number in
a cell.

Syntax:
= Function Name(number)

Ex. =cos(10)
Tangent
-It finds the tangent of a number
in a cell.

Syntax:
= Function Name(number)

Ex. =tan(10)
1. It is a function used to
find the sum, average,
maximum, minimum,
median and mean value
of a number
2. A function used to find
the logarithm, square root,
sine, cosine, tangent,
arcsine, arcosine and
arctangent of a number.
3. Function that enables
you to add decision
making and logical
preference for your
worksheets.
4. This function is
used to
display the current
date.
5. This function is
used to
display the current
date.
6. Write the correct
syntax of IF
Function
7. Statistical
function that
adds value in a
range of cells.
8. It refers to
number between
the middle of a
set of nos.
9. Function
That displays the
current date and
time
10. It refers to any
value or expression
that can be evaluated
to TRUE or FALSE.

You might also like