HI!
I truly hope someone can help me and this will make a world of difference for me!
I have a dataset with A LOT of columns, and most of them are not needed. The columns are all named differently, BUT there is one metric that I can choose the columns I need dynamically. It is the column AFTER the column that I need, which is called "check". So essentially, i need to choose ALL columns that are the column before "Check" column (see below example). Is there any way to do this?
Example: Lets say I have 10 columns (with columns name as per example) as below
Column1 Column2 Column3 Column4 Check Column6 Column7 Column8 Check Column10
Is there a way to dynamically choose just Column4 and Column8 (columns before "Check" column)
Thanks a million for any help!
Natalia