2 Way Lookup Formulas

Published on December 2016 | Categories: Documents | Downloads: 47 | Comments: 0 | Views: 239
of 3
Download PDF   Embed   Report

Comments

Content

2 Way Lookups - Get value from a matching row & column
Data
Sales Person Jan
Joseph
$ 22
John
10
Josh
26
Jamie
18
Jackie
19
Johnson
16
Jonathan
15
Jagjit
10
Jairam
21
Jessy
25
Javed
22
Jimmy
23
Juno
19

Feb
22
10
26
19
20
17
16
11
21
26
24
24
20

Mar
24
11
27
20
22
18
17
11
21
27
25
24
20

Apr
25
11
27
20
24
18
17
11
23
28
26
24
21

May
26
12
27
20
25
19
18
12
24
29
28
25
22

Jun
28
12
27
21
25
20
18
13
24
29
28
26
24

Jul
30
13
29
22
25
22
18
13
25
29
29
27
24

Aug
32
13
30
23
27
24
19
14
26
30
31
28
26

Sep
33
14
30
23
29
25
19
14
27
31
34
30
27

row & column
Oct
33
15
32
24
30
26
20
14
29
34
35
33
27

Nov
36
15
32
25
30
27
20
15
30
37
35
35
28

Visit Chandoo.org for more…,

Dec
36
15
34
25
31
28
22
15
32
40
35
37
30

Please Select:
Sales Person
Month

Joseph
Mar

2 Way Lookup Formulas
Technique

Using INDEX & MATCH Formulas

Formula

=INDEX(tblData,MATCH(valSalesPerson,lstSalesPerson,0),MATC

Result

24

Technique

Using Named Ranges & Intersection Operator (Space)

Formula

=INDIRECT(valMonth) INDIRECT(valSalesPerson)

Result

24

Technique

Using SUMPRODUCT Formula

Formula

=SUMPRODUCT((lstSalesPerson=valSalesPerson)*(lstMonth=v

Result

24

Technique

Using VLOOKUP with MATCH Formula

Formula

=VLOOKUP(valSalesPerson,$B$5:$N$17,MATCH(valMonth,lstMo

Result

24

ormulas

SalesPerson,lstSalesPerson,0),MATCH(valMonth,lstMonth,0))

ntersection Operator (Space)

RECT(valSalesPerson)

mula

rson=valSalesPerson)*(lstMonth=valMonth),tblData)

TCH Formula

$B$5:$N$17,MATCH(valMonth,lstMonth,0)+1,FALSE)

Sponsor Documents

Or use your account on DocShare.tips

Hide

Forgot your password?

Or register your new account on DocShare.tips

Hide

Lost your password? Please enter your email address. You will receive a link to create a new password.

Back to log-in

Close