I have several spreadsheets that I need to pull from. These spreadsheets have different date formats (some in column headers) and are all added as Different Inputs (some with dates across columns, other in a single column)
I need to filter the data in 2 ways before using it.
1. pick up the individual date from the data (where the date is a column name) and the values I need are underneath it.
2. Rolling 18 months from the date
I’m wondering if there is a way to get a single user input I.e “2022-01” and to pull this data in? And to filter the data down to just what I need? Before going ahead and using it?
I can usually do this in a database by using a parameter on the sql statement, but not sure how to do it with spreadsheets?
Thanks in advance for the help!