Lecture_2,_3__AND_4_Advanced_Excel_Functions_-_handout.pptx__-__AutoRecover
Lecture_2,_3__AND_4_Advanced_Excel_Functions_-_handout.pptx__-__AutoRecover
EDDONS MUNTHALI
07/02/ 2022
Vocabulary
Argument
Functions
date and time functions
financial functions
logical functions
mathematical functions
statistical functions
text functions
trigonometric functions
2 Lecturer: Eddons 2
What Are Functions?
A function is a shorthand way to write an
equation that performs a calculation.
A formula with a function has three parts:
The equal sign identifies the cell contents as a
formula.
The function name identifies the operation to
be performed.
The argument is the value the function uses to
perform a calculation.
Parts of a function
3 Lecturer: Eddons 3
Using Functions in Excel
Faster execution
(Block)
A1, D3:D5, 7 - non-contiguous cells*
The Increase/Decrease
decimal buttons do NOT
change a value only how
the value is displayed.
* The comma tells the computer the next argument is the criteria – so
you cannot list individual cells separated by a comma for the range
How many people scored above 6
points on either lab?
The SUMIF Function sums the values in a
range that meet a specific criteria
SUMIF(range, criteria, sum-range)
Range – Continuous range used to compare the criteria
Criteria – Comparison Criteria
Sum-Range - If criteria is met, the computer will sum
the corresponding entry in this range
The syntax of the criteria is the same as the syntax of
the COUNTIF function:
- a number such as 6
- text such as “Honor”
- a Boolean value such as “<2”
- a cell reference such as A1
Sumif Function
=SUMIF(B$2:B$6,A9, C$2:C$6)
Use the AVERAGEIF function to average values
that meet a specified criteria – average number of
courses taken by students in each college
=AVERAGEIF(B$2:B$6,A9, C$2:C$6)