Michael151
Board Regular
- Joined
- Sep 20, 2010
- Messages
- 247
I have two lists that I'd like to compare, each with 3 columns.
First list:
Title1 Date1 Date1.1
Title2 Date2 Date2.2
Title3 Date3 Date 3.3
Title4 Date4 Date 4.4
Second List:
Title2 Date2 Date2.2
Title4 Date4 Date 4.4
What I'd like to have is a column next to the second list with a "true/false" result that says, if the title in the second list is in the first list and the two dates columns also match, return a "true" result.
I'd use a simple if(and equation, but my problem is that the titles do not match (the second list is shorter than the first list).
Any help would be most appreciated!
First list:
Title1 Date1 Date1.1
Title2 Date2 Date2.2
Title3 Date3 Date 3.3
Title4 Date4 Date 4.4
Second List:
Title2 Date2 Date2.2
Title4 Date4 Date 4.4
What I'd like to have is a column next to the second list with a "true/false" result that says, if the title in the second list is in the first list and the two dates columns also match, return a "true" result.
I'd use a simple if(and equation, but my problem is that the titles do not match (the second list is shorter than the first list).
Any help would be most appreciated!