Hello, I have a data set that includes some dates ranges, and based on those dates ranges we want to identify different situations. Examples of these are:
Update #1 AND Update #2 happens on or before X date, then flag as "Situation A"
Update #1 happens on or before X date AND Update #2 happens on or after Y date, then flag as "Situation B"
Update #1 happens between X and Y date AND Update #2 happens during A and B date, then flag as "Situation C"
Update #1 happens between X and Y date AND Update #2 happens on or after A date, then flag as "Situation D"
I want to create a formula that will identify the relevant population at play based on the date range. Can anyone help me with this?