How do I select the last 34 columns of my file(excel) without using the Transpose or CrossTab tool?
@sanketkatoch05 ,
[Fieldnumber] >= 40.
This should work.
Have you read this thread?
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Pull-in-the-last-10-columns-from-an-excel-spreadsheet/td-p/750326
the key with the transpose/crosstab solutions isn't to read in the data first - it's to read in the excel column headings and then to pull in the data once the range is clarified.
Hi @sanketkatoch05 ,
You can definitely use "DYNAMIC SELECT" tool with "Select with a formula" configuration to achieve desired results.
Hope it helps.
Regards,
Shreyansh Rathod
Hi, @shreyanshrathod
Can you help me with the formula?