Hello,
I've been trying to construct a flow that will calculate net change in sales week to week on a Year-to-date basis. My data looks something like this:
| Sales Rep | Week_01 | Week_02 | ... | Week_50 |
George Washington | 188 | 188 | 0 | 250 |
| John Adams | 450 | 0 | 360 | 100 |
| ... | ... | ... | ... | ... |
What I want to do is calculate the difference between week 1 and week 2, then calculate the difference between that number and Week 3, and so on until I reach the current week. I could probably throw something together in the formula tool, but I'm trying to find a less cumbersome solution to arrive at my answer. Any assistance would be greatly appreciated!