I need to add a column on a table, computed from another one but I can't get the formula right. Here are the tables and columns:
Table 1
Date (date)
Table 2
Key (text)
Start (date)
End (date)
I want to add a column to the Table 1 which will contains the Key from Table 2 where the Date column is between Start and End from Table 2.
If the date cannot be found in a range, then the field should be blank.