LESSONNEWSUPER
Excel Lookups Lesson
43 minutes ago by
Bobbie Jones
Save
Copy and Edit
Super resource
With Super, get unlimited access to this resource and over 100,000 other Super resources.
Get Super
Start a live lesson
SUPER
Assign homework
SUPER
12 slides PreviewShow answers
  • Slide 1
    Report an issue

    Advanced Functions Lesson

    Body text
  • Slide 2
    Report an issue

    Using V LOOK Up

    The VLOOKUP function belongs to the Lookup & Reference category; you can use it to find data in a table where the data is laid out vertically. There are four parts in a VLOOKUP function, and it has the following syntax:


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


  • Slide 3
    Report an issue

    Create a VLOOKUP Function

    To create a VLOOKUP by manually entering it:

    1. Enter =VLOOKUP(.


    2. In Lookup_value, enter the value you wish to find, followed by a comma. This can be a cell reference, text, or number.


    3. In Table_array, enter the range of cells or table that contains the value you want to find, followed by a comma. The table array can be a defined range or table or a range of cells that may need to be absolute.


    4. In Col_index_num, enter the column number within the table array that you want to return when the value you want to find has been found, followed by a comma.


    5. Enter False or 0 for an exact match, or enter True or 1 for an approximate match.


    6. Complete the formula with a closing parenthesis ) and then select enter.

  • Question 4
    30 seconds
    Report an issue
    Q.

    Which function is correctly written?

    answer choices

    =VLOOKUP(E2,$J$1:$L$20, 2, True

    VLOOKUP(E2,$J$1:$L$20, 2, False)

    =VLOOKUP(E2,$J$1:$L$20, 2, False)

    VLOOKUP(E2 $J$1:$L$20 2 False)

  • Slide 5
    Report an issue

    Secret to VLOOKUP

    Tip: The secret to VLOOKUP is to organize your data so that the value you look up (Fruit) is to the left of the return value (Amount) you want to find. Go to this website for more information:

    https://support.microsoft.com/en-us/office/vlookup-function-0bbc8083-26fe-4963-8ab8-93a18ad188a1?ui=en-us&rs=en-us&ad=us

  • Question 6
    30 seconds
    Report an issue
    Q.

    What was the warning about the organization of a table that you are referencing in a VLOOKUP function?

    answer choices

    You must first enter the table array.

    VLOOKUP must be typed in all capital letters.

    It must be in ascending order.

    You need to use relative references.

  • Question 7
    30 seconds
    Report an issue
    Q.

    In the video, why did some of the results read #N/A instead of producing accurate results?

    answer choices

    The cell references were not Absolute.

    The cell reference were not relative.

    The table was in descending order.

    The table was in ascending order.

  • Question 8
    30 seconds
    Report an issue
    Q.

    Which keyboard shortcut will help you quickly make a range of cells absolute?

    answer choices

    Shift + F4

    F1

    F4

    Shift + F1

  • Slide 9
    Report an issue

    HLOOKUP

    You can use the HLOOKUP function to find data in a table where the data you need to retrieve is laid out horizontally. There are four components in the HLOOKUP function, which belongs to the Lookup & Reference category. The HLOOKUP function is the same as VLOOKUP except that it checks for a row value rather than a column value. The syntax for HLOOKUP is

    =HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup]).

  • Slide 10
    Report an issue

    HLOOKUP

    Body text
  • Question 11
    30 seconds
    Report an issue
    Q.

    What is the difference between HLOOKUP and VLOOKUP?

    answer choices

    One is used in place of IF functions.

    You cannot use Vlookup if your data is located outside the sheet you are working in.

    HLookup can only be used with vertical lists.

    One searches data arranged vertically and one searches horizontal data sets.

  • Slide 12
    Report an issue

    XLOOKUP

    Tip: Try using the new XLOOKUP function, an improved version of VLOOKUP that works in any direction and returns exact matches by default, making it easier and more convenient to use than its predecessor.


    Use the XLOOKUP function to find things in a table or range by row. For example, look up the price of an automotive part by the part number, or find an employee name based on their employee ID. With XLOOKUP, you can look in one column for a search term, and return a result from the same row in another column, regardless of which side the return column is on.

Report an issue
Enter Code