Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Comparing two sets of columns from two tables

Hi,   Currently I have two tables that have addresses and dates. Table 1 looks likes this   Address Date 123 green st 1/2/21 456 red ave 2/3/21 789 purple ter 3/4/21 101 or...
  • edhans's avatar
    4 years ago

    use a merge. In this example, TableA is the top, TableB is the bottom. Table Analysis is just a reference to TableA (you said you needed a 3rd table). Then I merged TableA and B on the address and returned the date from B, then did the comparison on the dates.

     

     

    Here is my Excel file so you can look at the entire code and how it works.