How to use vlookup in excel 2016

Subscribers:
1,740
Published on ● Video Link: https://www.youtube.com/watch?v=VjeXfI-z2g0



Category:
Tutorial
Duration: 5:20
484 views
4


How to use vlookup in excel 2016 tutorial

Link download simple file:

https://app.box.com/s/o603v1yl38rhoyqn7ewwcqs7rmgi51nb

TABLE OF CONTENTS:

1. Excel Vlookup Syntax 0:1
2. Exact Match and Appromiate Match 1:07
3. How to Copy VLookup to Multiple Rows 2:03
4. Doing Vlookup from another worksheet and different workbook 2:35
5. How to use a named range 3:29
6. Look up text starting or ending with certain characters 4:09
7. Wildcard VLOOKUP formulas based on cell's value 4:36


VLOOKUP is an Excel function to lookup and retrieve data from a specific column in table. VLOOKUP supports approximate and exact matching, and wildcards (* ?) for partial matches. The "V" stands for "vertical". Lookup values must appear in the first column of the table, with lookup columns to the right.

Purpose:

Lookup a value in a table by matching on the first column
Return value
The matched value from a table.
Syntax

=VLOOKUP (value, table, col_index, [range_lookup])

Arguments

value - The value to look for in the first column of a table.
table - The table from which to retrieve a value.
col_index - The column in the table from which to retrieve a value.
range_lookup - [optional] TRUE = approximate match (default). FALSE = exact match.

Usage notes

VLOOKUP searches for a value in the first column of a table. At the match row, it retrieves a value from the specified column.

Use VLOOKUP when lookup values are located in the first column of a table with information organized vertically. Use HLOOKUP when lookup values are located in the first row of a table, and each "record" appears in a new column.

Range_lookup controls whether value needs to match exactly or not. The default is TRUE = allow non-exact match.
Set range_lookup to FALSE to require an exact match and TRUE to allow a non-exact match.

If range_lookup is TRUE (the default setting), a non-exact match will cause the VLOOKUP function to match the nearest value in the table that is still less than value.

When range_lookup is omitted, the VLOOKUP function will allow a non-exact match, but it will use an exact match if one exists.
If range_lookup is TRUE (the default setting) make sure that lookup values in the first row of the table are sorted in ascending order. Otherwise, VLOOKUP may return an incorrect or unexpected value.
If range_lookup is FALSE (require exact match), values in the first column of table do not need to be sorted.







Tags:
excel
how to
vlookup
excel 2016
approximate
office 2016
microsoft excel
microsoft office 2016
excel vlookup
vlookup formula
vlookup function
excel 2010
microsoft excel (software)
Tips and Tricks
excel 2013
computer tricks
excel tutorial