Hi,
I have a workflow with multiple inputs:
1. Input A
| Currency | Account | Name | Date T-1 (19-Dec-2022) | Date T (20-Dec-2022) | Date T+1 (21-Dec-2022) | Date T+2 | Date T+3 | Date T+4 |
| | | | | | | | | |
| | | | | | | | | |
2. Input B
| Currency | Account | Name | Date T-1 (19/12/2022) | Date T (20/12/2022) | Date T+1 (21/12/2022) | Date T+2 | Date T+3 | Date T+4 |
| | | | | | | | | |
| | | | | | | | | |
Note that the dates in the above are dynamic - the input file gets saved each business day.
I have a separate formula where i have used a text input and formula tool to dynamically create the dates in the below Input C
| Date | T-1 | T | T+1 | T+2 | T+3 |
| Dates | 19-Dec-2022 | 20-Dec-2022 | 21-Dec-2022 | 22-Dec-2022 | 23-Dec-2022 |
Can you advise what tools i can use, based on the dates in Input C, to only select the respective Date columns in Inputs A and B?
Thanks