Hi,
I need a formula or macro to find out output result based on name and date range, if name and date range within the input data then display project else show as no allocation.
Refer below sample data, attached file for more reference.
Input Data:
Output Data:
I need a formula or macro to find out output result based on name and date range, if name and date range within the input data then display project else show as no allocation.
Refer below sample data, attached file for more reference.
Input Data:
Name | Start Date | End Date | Project |
A | 01-Jan-17 | 31-Mar-17 | A101 |
A | 01-Feb-17 | 31-Dec-17 | B101 |
A | 01-Mar-18 | 31-Mar-19 | C101 |
Output Data:
Name | Start Date | End Date | Output Project Result |
A | 20-Jan-17 | 28-Feb-17 | A101 |
A | 01-Jan-16 | 31-Dec-16 | No Allocation |
A | 01-Mar-17 | 30-Sep-17 | B101 |
A | 01-Feb-18 | 31-Dec-18 | No Allocation |