How To Work On Excel Sheets Workshop by Slidesgo

You might also like

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

A B C D E F G H I J K

1
2
3 ● To identify minimum and maximum values
4 from a range of values.
● To sum up values if specific criteria are all
5
met.
6
● To count number of entries if specific
7 Is it possible? criteria are all met.
8 ● To display remarks and notations if
9 specified criteria is both satisfied and
unsatisfied.
10
11
12
13
14
15
16
A B C D E F G H I J K

1
2
3
4
5

ADVANCED EXCEL
6
7
8
9
10
FORMULAS
11
12
13
14
SUM,AVERAGE,MIN,MAX,
COUNTIF,SUMIF,IF
15
16
A B C D E F G H I J K

1
2
3 Most Essential Learning Competencies
4
5
6
7
01 02 03
Identify the different Use common Create an original or derivative
8
parts of MS Excel productivity tools ICT content to effectively
9
environment and the effectively by communicate or present data or
10 different functions used maximizing advanced information related to specific
11 to solve complex application techniques. professional tracks.
12 problems. (CS_ICT11/12-ICTPT- (CS_ICT11/12-ICTPT-Ic-d5)
Ic-d4)
13
14
15
16
A B C D E F G H I J K

1
2
3
4
MS Excel
5
The Microsoft’s spreadsheet software is
6
considered the industry standard piece of
7 software in data analysis and happens to be one
8 of the most preferred software by investment 20%
9 bankers and financial analysts in data 30%
10
processing, financial modelling and
presentation (Corporate Finance Institute,
11
2019)
12
10%
13 40%
14
15
16
1. Title Bar
2. Ribbon
3. Name Box
4. Formula bar
5. Cell
6. Column
7. Row

8. Maximize
9. Minimize
10. Scroll bars
A B C D E F G H I J K

1
2
3
4

Formulas vs.
5
6
7
8

Functions
9
10
11
12
13
14
15
16
A B C D E F G H I J K

1
2
3 ADVANCED FUNCTIONS
4
5 FUNCTION SYNTAX SAMPLE
6
1 SUM( ) =SUM(range of values) =SUM(A2:A10)
7
8
2 MIN( ) =MIN(range of values) =MIN(B2:B20)

9 3 MAX( ) =MAX(range of values) =MAX(B2:B20)


10
4 AVERAGE( ) =AVERAGE(range of values) =AVERAGE(A2:A10)
11
12
13
14
15
16
A B C D E F G H I J K

1
2
3 ADVANCED FUNCTIONS
4
5 FUNCTION SYNTAX SAMPLE
6
5 COUNTIF( ) =COUNTIF(range,criteria) =COUNTIF(A2:A10,50)
7
8
6 SUMIF( ) =SUMIF(range,criteria) =SUMIF(B2:B20,”>50”)

9 7 IF( ) =IF([logical_test],[value_if_true], =IF(R20>75,”PASSED”,”F


[value_if_false]) AILED”)
10
11
12
13
14
15
16

You might also like