SOLVED
Combining excel sheets present in a folder
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Anasalter
7 - Meteor
‎11-19-2024
04:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello Everyone,
I have 15-18 excel workbooks,
each workbook have a sheet named as ABC and all of these workbooks are present in a single folder.
No i want to combine or (append) all the data from all the workbooks (sheet-ABC) into a single file
problem is some files have let's say 30 columns some have 20 ,
data structure is not same.
how can i combine these files and how can i get data for each column in its position.
Solved! Go to Solution.
Labels:
- Labels:
- Batch Macro
- Input
- Interface Tools
3 REPLIES 3
18 - Pollux
‎11-19-2024
04:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The batch macro here should do the job! https://knowledge.alteryx.com/index/s/article/The-Ultimate-Input-Data-Flowchart-1583459854309
18 - Pollux
‎11-19-2024
04:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Just adjust the setting to output based on column position if that’s the preference
‎11-22-2024
03:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank You @alexnajm
