I have a source file that contains a column with various dates. I am needing to identify all data points that fall within the last 12 months, from a specific period. The specific period changes every month.
For example, for the month ending March 31,2020 I need to identify every data point that falls within the previous 12 months so anything from April 1, 2019 through March 31, 2020 would be identified.
I would want to make the current period date (03/31/2020) to be a dynamic input so the formula would continue to identify relevant dates every time the model is run in subsequent periods. Any and all help is appreciated