Hi All,
New to Alteryx and want to transform a dataset.
I get sent an excel file with no specified date for the dataset, for instance, it gets sent as DataRequest.xlsx
In the data set there are column headers that specify a year to date value for that month corresponding to ID #s
ex.
| ID | Sept | Oct | Nov | Dec | Jan | Feb | etc. |
101 | 100 | 220 | 0 | 288 | 200 | 88 | |
| 102 | 90 | 122 | 500 | 420 | 123 | 0 | |
I want to use only the column that this dataset's month belongs to. If this is February's dataset, i want to use the February column and its corresponding values to ID #
I am struggling with finding a way to identify/modify the data so that it will use a specified month column and its values. (current month will not work)
I have tried to modify the file name, then try to match the column name if it contains the month in the filename, but not successful.
Any help works, thank you to the community!