Scenario:
Here's the problem. In column B, I'd like to have a formula to calculate the difference between Column C and Column D. Is there any way to reference the RELATIVE columns C and D, rather than having to use a fixed header name within the formula tool?
Thank you!
Input:
Project ID | Latest Delta | Snap 2-3-23 | Snap 2-2-23 | Snap 2-1-23 |
ABC | 3 | 0 | 3 | 7 |
DEF | 4 | 2 | 6 | 9 |
Solved! Go to Solution.
@bcirka Can you provide a sample input file and expected output ?
Added a table that illustrates what I'm looking for.
Delta column is what I'm trying to calculate with the 1st and 2nd column to the right of it.
Every time I run my flow, a new column drops in and pushes the other columns to the right. That part works fine.
Hi @bcirka - You can configure your Input Data and Output Data to achieve a desired outcome:
Then your delta will always be F4-F3:
That worked perfectly. I then joined my delta column back to my original data set to get exactly what I was looking for.
Can't thank you enough!