Hi Guys,
I am trying to develop a formula which can help me do the following:
1. Looks up for two specific values in two separate columns
2. Looks for the first value in a third column and also looks for the second value in a fourth value
3. If both the first value and second value are found in the same row in the third and fourth columns, then the formula should return TRUE, if not, then it should return FALSE
I've tried to illustrate the example below.
COLUMN 1 COLUMN 2 COLUMN 3 COLUMN 4
10002334 50 10002334 55
10003445 60 10002334 75
10002456 70 10002566 40
10004567 55 10002344 50 (SHOULD MATCH)
10004513 66 10004513 78
10008907 41 10004513 66 (SHOULD MATCH)
Thanks for your help in advance.
I look forward to all of your responses.
I am trying to develop a formula which can help me do the following:
1. Looks up for two specific values in two separate columns
2. Looks for the first value in a third column and also looks for the second value in a fourth value
3. If both the first value and second value are found in the same row in the third and fourth columns, then the formula should return TRUE, if not, then it should return FALSE
I've tried to illustrate the example below.
COLUMN 1 COLUMN 2 COLUMN 3 COLUMN 4
10002334 50 10002334 55
10003445 60 10002334 75
10002456 70 10002566 40
10004567 55 10002344 50 (SHOULD MATCH)
10004513 66 10004513 78
10008907 41 10004513 66 (SHOULD MATCH)
Thanks for your help in advance.
I look forward to all of your responses.