Advanced XL Presentation Day 1 (Final)
Advanced XL Presentation Day 1 (Final)
2
Why
Excel?????????????????
3
ADVANCED FORMATING
• PIN OPTION
• WORKSPACES
• Ctrl+ +
• Ctrl+ -
• WRAP TEXT
• FORMAT PAINTER
6
DOING MYSELF IS GREAT
HYPERLINK: TRANSPOSE:
•Exercise. •Exercise.
7
DOING MYSELF IS GREAT
•Utility •Utility
•Exercise.
8
Formulas
9
Excel Formulas
10
Formulas - correct
11
Missing = sign
12
Types of operations
addition: + =a1+3
subtraction: - =100-b3
multiplication: * =a1*b1
division: / =d1/100
13
Explicit (literal) values and cell references
15
Complex formulas
Examples
=3*2+1
=c1*(a1+b1)
=(100*a2-10)+(200*b3-20)+30
=(3+2*(50/b3+3)/7)*(3+b7)
16
Order of operations-BODMAS
When using several operations in one formula, Excel
follows the order of operations for math.
◦ first: all parentheses - innermost first
◦ second: exponents (^)
◦ third: all multiplication (*) and division (/). Do
these starting with the leftmost * or /
and work to the right.
◦ fourth: all addition (+) and subtraction (-). Do
these starting with the leftmost + or -
and work to the right.
17
Please Excuse My Dear Aunt Sally
◦ Excuse exponents
18
Order of operations
• The value of
3+2*5
is
13
NOT 25!
19
Order of operations
3 + (100 - 20) / 10 - 6 * 2 / 4 + 9
3 + 80 / 10 - 6 * 2 / 4 + 9
3+ 8 - 6 * 2 / 4 + 9
3 + 8 - 12 / 4 + 9
3+8 - 3 + 9
11 - 3 + 9
8+9
20
answer: 17
Functions
21
What is a function?
22
The SUM function
• Examples
Function Result
=SUM(1,2,3,4,5) 15
=SUM(a1,b1,c1) a1+b1+c1
=SUM(9,a1,b2,5,c1) 9+a1+b2+5+c1
23
Terminology
SUM(1,2,3,4,5)
– The name of the function is "SUM"
25
SUBTOTALS
26
SUBTOTALS-Exercise
27
Absolute and Relative
Cell References
28
Absolute and Relative Cell References
• By default, when you copy a formula that
contains a cell reference, excel will automatically
adjust the cell reference.
29
Examples
30
Relative Cell Reference
31
Absolute cell reference
32
Mixed References
34
Other Functions
35
Other functions
36
Function dialog box
Description
of currently
selected
function
37
Mathematical Functions
SUM
COUNT
EXERCISES
COUNTA
MIN
MAX
38
STATISTICAL FUNCTIONS
AVERAGE
MEAN EXERCISES
MEDIAN
MODE
39
Logical Functions
SUMIFS
IF FUNCTION EXERCISES
VLOOKUP
HLOOKUP
40
Logical Values
41
TRUE and FALSE
TRUE
or
FALSE
42
TRUE
3 is greater than 2
2 is less than 3
2 is less than or equal to 3
2 is less than or equal to 2
3 is greater than or equal to 2
3 is greater than or equal to 3
2 is equal to 2
2 is not equal to 3
43
FALSE
2 is greater than 3
3 is less than 2
3 is less than or equal to 2
2 is greater than or equal to 3
2 is equal to 3
2 is not equal to 2
44
Logical operators
45
Logical Formulas
46
IF Function
47
Parameters for IF function
48
IF function
49
IF with a numeric result
50
EXCERCISE
51
NESTED IF OR MULTIPLE-IFS
52
Financial Functions
IRR
NPV EXCERCISES
53
EXCERCISES
54
Text Functions
55
Text Functions
56
EXCERCISES
57
RIGHT, LEFT and MID
functions
58
Concatenation
( & ) and
CONCATENATE Function
59
More Text Functions:
LOWER
UPPER
MID
60
Dates and Times
61
How Excel Stores Dates
• Dates are stored in Excel as the number of days since Dec 31,
1899 for that date. (ex. Jan 1, 1900 is stored as the number 1).
• To see this, type a date in a cell and then press Ctrl-` to see the
“formulas view”.
• Example
– Values View Dates become
numbers in
“formulas
view”
– Formulas View
62
WISH YOU ALL THE BEST FOR
2ND DAY !!!!!
63