8

Click here to load reader

Functions and formulas

Embed Size (px)

Citation preview

Page 1: Functions and formulas

&

Page 2: Functions and formulas

FORMULA

• Is a mathematical

expression which

consists of a series of

values, cell

references, and

mathematical

operators that results

in a calculation.

FUNCTIONS

• Built-in formulas in

Excel that you can

use as a quick way of

performing a task that

would usually take

more time if a formula

were used.

Page 3: Functions and formulas

EXAMPLES OF FORMULA

=8^2

=A3*5

=2*3.1416/(B2+2)

=(1/3)*(A1-B1)/C1

Page 4: Functions and formulas

COMMONLY USED EXCEL FUNCTIONS ∑

Function name Description Syntax

SUM Displays the sum of the range =SUM(range)

AVERAGE Displays the average value of the

range

=AVERAGE(range)

MAX Determines the LARGEST value in

the range

=MAX(range)

MIN Determines the SMALLEST value

in the range

=MIN(range)

COUNT Calculates the number of values in

the range

=COUNT(range)

Page 5: Functions and formulas

RANGE

CONTIGUOUS

RANGE

• Range of adjacent cells

NON-CONTIGUOUS

RANGE

• Range of non-adjacent

cells

Page 6: Functions and formulas

DEX IN FORMULAS &

FUNCTIONS

Page 7: Functions and formulas

IDENTIFY THE SYMBOLS BELOW

1.:

2.( )

3.^

4.*

Page 8: Functions and formulas

Thank you.

• That would be all for today.