MS_EXCEL-VLOOKUP. power point presentation

CharleneRevidad 24 views 34 slides Jul 27, 2024
Slide 1
Slide 1 of 34
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22
Slide 23
23
Slide 24
24
Slide 25
25
Slide 26
26
Slide 27
27
Slide 28
28
Slide 29
29
Slide 30
30
Slide 31
31
Slide 32
32
Slide 33
33
Slide 34
34

About This Presentation

VLOOKUP PPT


Slide Content

EMPOWERMENT TECHNOLOGIES Let’s Recall

EMPOWERMENT TECHNOLOGIES MICROSOFT EXCEL

EMPOWERMENT TECHNOLOGIES =SUM =AVERAGE =COUNT COMMON FUNCTION

EMPOWERMENT TECHNOLOGIES =SUM =SUM(RANGE) COMMON FUNCTION

EMPOWERMENT TECHNOLOGIES =AVERAGE =AVERAGE(RANGE) COMMON FUNCTION

EMPOWERMENT TECHNOLOGIES =COUNT =COUNT(RANGE) COMMON FUNCTION

EMPOWERMENT TECHNOLOGIES CONDITIONAL FUNCTION =SUMIF =AVERAGEIF =COUNTIF

EMPOWERMENT TECHNOLOGIES CONDITIONAL FUNCTION =SUMIF(RANGE,CRITERIA,SUM_RANGE) =SUMIF

EMPOWERMENT TECHNOLOGIES CONDITIONAL FUNCTION =AVERAGEIF(RANGE,CRITERIA,AVE_RANGE) =AVERAGEIF

EMPOWERMENT TECHNOLOGIES CONDITIONAL FUNCTION =COUNTIF(RANGE,CRITERIA) =COUNTIF

EMPOWERMENT TECHNOLOGIES Microsoft Excel Function VLOOKUP

Advance and Complex Calculations in Excel Complex formula is the combination of more than two simple formulas. One of the key features of excel is the ability to calculate complex formulas.

Advance and Complex Calculations in Excel There are four basic computation uses in excel. Namely addition, subtraction, multiplication, and division.

Advance and Complex Calculations in Excel When solving complex problems, Excel follows the PEMDAS.

Advance and Complex Calculations in Excel PEMDAS is an acronym for the words: P arenthesis, E xponents, M ultiplication, D ivision, A ddition, and S ubtraction.

Cell Reference A cell reference refers to a cell or a range of cells on a worksheet and can be used in a formula so that Microsoft Office Excel can find the values or data that you want that formula to calculate.

Relative Reference All cell references are called relative references. When copied across multiple cells, they change based on the relative position of rows and columns.

Absolute Reference These are cell references that do not change when copied or filled. You can use an absolute reference to keep a row and/or column constant .

Absolute Reference These reference cells can be made constant by inserting $ sign in between or before the row and column.

Absolute Reference $A$2 The column and the row do not change when copied. A$2 The row does not change when copied. $A2 The column does not change when copied.

EMPOWERMENT TECHNOLOGIES Microsoft Excel Function VLOOKUP

Data Validation Excel data validation is a feature that allows you to control the type of data entered into your worksheet. 

Data Validation For example, Excel data validation allows you to limit data entries to a selection from a dropdown list and to restrict certain data entries, such as dates or numbers outside of a predetermined range.

VLOOK_UP The VLOOKUP function is a built-in function in Excel that is categorized as a Lookup/Reference Function.

VLOOK_UP Use VLOOKUP when you need to find things in a table or a range by row. For example, look up a price of an automotive part by the part number, or find an employee name based on their employee ID.

Syntax =VLOOKUP( lookup_value , table_array,col_index_num , [ range_lookup ])

Syntax There are four pieces of information that you will need in order to build the VLOOKUP syntax: The value you want to look up, also called the lookup value. The range where the lookup value is located. Remember that the lookup value should always be in the first column in the range for VLOOKUP to work correctly. For example, if your lookup value is in cell C2 then your range should start with C.

Syntax The column number in the range that contains the return value. For example, if you specify B2:D11 as the range, you should count B as the first column, C as the second, and so on. Optionally, you can specify TRUE if you want an approximate match or FALSE if you want an exact match of the return value. If you don't specify anything, the default value will always be TRUE or approximate match.

VLOOK_UP =VLOOKUP(What you want to look up, where you want to look for it, the column number in the range containing the value to return, return an Approximate or Exact match – indicated as 1/TRUE, or 0/FALSE).

Syntax
Tags