I want to Offset values from dynamic day value.
I hope the "Amount A" is offset to "Amount B like table.
But the result was 0.
| 1/1 | 1/2 | 1/3 | 1/4 | 1/5 |
Amount A | | 100 | 200 | 300 | |
OFFSET | | 1 | 0 | 2 | |
Amount B | 100 | 300 | 200 | | |
Result | 0 | 0 | 0 | 0 | 0 |
How can I solve this problem?
When I use Monthly Offset Value, I could do it.