ok, say I had data similar to the following;
Num1 Ret1 Ret2 Num2 Ret3 Ret4 Match
1 21 31 5 41 51 4
2 22 32 6 42 52 1
3 23 33 7 43 53 5
4 24 34 8 44 54 5
If the # in the Match column matchs a # in Num1 Column in need to return the coresponding #'s in ret1 and ret2, but if it matchs the a # in the Num2 Column I need to return the coresponding in ret3 and ret4.
I have been trying something similar to this =INDEX($L$15:$Q$18,MATCH(R15,$L$15:$L$18,0),2)which works if it matchs the Num1 column but if the # is in the Num2 column I get a #/NA.
Any help would be greatly appreciated.
Regards,
Wray
Num1 Ret1 Ret2 Num2 Ret3 Ret4 Match
1 21 31 5 41 51 4
2 22 32 6 42 52 1
3 23 33 7 43 53 5
4 24 34 8 44 54 5
If the # in the Match column matchs a # in Num1 Column in need to return the coresponding #'s in ret1 and ret2, but if it matchs the a # in the Num2 Column I need to return the coresponding in ret3 and ret4.
I have been trying something similar to this =INDEX($L$15:$Q$18,MATCH(R15,$L$15:$L$18,0),2)which works if it matchs the Num1 column but if the # is in the Num2 column I get a #/NA.
Any help would be greatly appreciated.
Regards,
Wray