Exer 5 Excel - Lookup & Vlookup - Surname, First Name
Exer 5 Excel - Lookup & Vlookup - Surname, First Name
What does it do? Looks up a value from a table array or one-row / one-colum
INCOME IS GREATER
THAN OR EQUAL TO… TAX RATE
$ - 13%
$ 8,456.00 18%
$ 15,874.00 22%
$ 36,897.00 30%
$ 87,458.00 39%
$ 141,569.00 45%
A
-row / one-column range
esult_vector])
ed, range of values to be matched
ed])
TAX RATE
Vlookup > Intro
What does it do? Searches for a value in the first column of a table array
and returns a value in the same row from another column (to the right) i
What it means: VLOOKUP(this value, in this list, and get me value in this column, [Exact M
Example:
Get me the PRICE of a LAPTOP &
TABLET from the STOCK LIST!
Keyboard $55 $5
lumn (to the right) in the table array.
m, [range_lookup])
John´s Order
Item Quantity Price Total Price
Laptop 125
Tablet 35
Total $0
SALES REPORT
SALES SALES PERSON REGION Jan Feb Mar ID NAME
PERSON ID NAME
What it means: VLOOKUP(this value, in this list, and get me value in this column, Approxim
Example:
Get me the TAX RATE for an
INCOME value!
col_index_1 col_index_2
$8,456 18%
$15,874 22%
$36,897 30%
$87,458 39%
$141,569 45%
ate Match
olumn (to the right) in the table array.
m, [range_lookup])
Enter Income
$8,500 lookup_value
Tax Rate
Score Grade
0F Score 85
60 D Grade
70 C
80 B
90 A
Vlookup > Named Ranges
What does it do? Searches for a value in the first column of a table array
and returns a value in the same row from another column (to the right) i
What it means: VLOOKUP(this value, in this Named Range, and get me value in this colum
Example:
Get me the PRICE of a LAPTOP &
TABLET from the STOCK LIST!
Keyboard $55 $5
nges
lumn (to the right) in the table array.
m, [range_lookup])
What it means: VLOOKUP(this value, in this list, and get me value in this column, [Exact M
Example:
Get me the PRICE of a LAPTOP &
TABLET from the STOCK LIST!
Keyboard $55 $5
on
m, [range_lookup])
John´s Order
Item Quantity Price Total Price
125 $0
$0
Total $0
Vlookup > Multiple Columns
What does it do? Searches for a value in the first column of a table array
and returns a value in the same row from another column (to the right) i
What it means: {SUM(VLOOKUP(this value, in this list, {and sum the value in this column,with
Example:
Get me the TOTAL UNITS SOLD for a
LAPTOP in 2013 & 2014!
ex_num1,col_index_num2}, [range_lookup]))}
John´s Order
Item Total Units Max Units Avg Units
Laptop *