Hi,
I have a question about a dynamic solution for a formula.
Example :
Input Data :
| A_StartDate | A_EndDate | B_StartDate | B_EndDate | C_StartDate | C_EndDate |
| 05/01/2022 | 05/02/2022 | 05/03/2022 | 05/05/2022 | 05/04/2022 | 05/07/2022 |
Results (Date Diff between StartDate and EndDate):
This could be done using Formula tools to create column A, B, C. However, when column A, B, C is a variable (i.e. the other file has column "C", "D", "F"), is there a dynamic way to do this calculation ?
Thanks