How do I select a column thats always column 2 but changes in name for the month we're in? Example: in december the name of the column in the excel file would be DEC_EXAMPLECOLUMN, and in january it would be JAN_EXAMPLECOLUMN. How would I make sure that my Alteryx workflow can still select the column despite the first 3 characters changing every month (maybe through using a RIGHT command)? Any help would be greatly appreciated!