Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Selecting column d from 100 spreadsheet from single workbook

Mahendra007
5 - Atom

Hi , I have a workbook where I have 100 sheet

I want column D from all sheet in one sheet pasted next to other like sheet1 column d in a column sheet2 column d in b. Olumn and so on

1 REPLY 1
Yoshiro_Fujimori
15 - Aurora
15 - Aurora

@Mahendra007 

I tried with a workbook with 3 sheets as attached.

Please see if it works for your book with 100 sheets. I hope this helps.

 

Input Sheet 1

 ABCD
1110120130140
2111121131141
3112122132142
4113123133143

 

Input Sheet 2

 ABCD
1210220230240
2211221231241
3212222232242
4213223233243
5214224234244

 

Input Sheet 3

 ABCD
1310320330340
2311321331341
3312322332342
4313323333343
5314324334344
6315325335345

 

Workflow

ReadMultiSheet_workflow.png

 

Output

RowNoSheet1Sheet2Sheet3
1140240340
2141241341
3142242342
4143243343
5 244344
6  345
Labels
Top Solution Authors