Hello there,
i'm working with a dataset which involves choosing the values dynamically.
Example:
Fiscal year Current date
2018-08-01 2018-10-01
2018-09-01 2018-10-01
2018-10-01 2018-10-01
2018-11-01 2018-10-01
2018-12-01 2018-10-01
Now when ever there is a match of the fiscal year with the current date I need to get the values from the previous row of the match till the end.
In the above example the result i'm trying to get is :
Fiscal year:
2018-09-01
2018-10-01
2018-11-01
2018-12-01.
Can anyone help me with this please. I think i need to use the multi row formula tool. But not sure about the formula.
Thanks