I have this data in sheet 1:
John 4
John 2
Mary 5
Guity 1
Heidi 3
Guity 6
I have this data in sheet 2:
Guity 1 f
John 2 g
Heidi 3 h
John 7 N
Mary 5 k
Guity 6 L
I used this array formula:
INDEX($B$8:$D$13,MATCH(1,($B$8:$B$13=Sheet1!$B8)*(Sheet2!$C$8:$C$13=Sheet1!$C8),0),3)
I get these values:
#N/A
g
k
f
h
L
I
I need to find out what value is that returns me #N/A. It is a reverse order, I have a #N/A and I need to know what value is not matching.
I am very grateful to your help.
Guity
John 4
John 2
Mary 5
Guity 1
Heidi 3
Guity 6
I have this data in sheet 2:
Guity 1 f
John 2 g
Heidi 3 h
John 7 N
Mary 5 k
Guity 6 L
I used this array formula:
INDEX($B$8:$D$13,MATCH(1,($B$8:$B$13=Sheet1!$B8)*(Sheet2!$C$8:$C$13=Sheet1!$C8),0),3)
I get these values:
#N/A
g
k
f
h
L
I
I need to find out what value is that returns me #N/A. It is a reverse order, I have a #N/A and I need to know what value is not matching.
I am very grateful to your help.
Guity