SOLVED
Output only Column names (Headers) from multiple excel files
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
sowjanyayinti
8 - Asteroid
‎09-26-2023
05:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Multiple excel files with data.
Each excel file has a header row with anywhere between 4 to 44 column names.
Each excel file has 1000s of rows of data.
What is the easiest way to get a file that lists out the column names of all the files combined?
I am attaching sample files and the output I am looking for.
I tried consolidating using multi join tool but drawing a blank on how to NOT report out the rows other than the column names.
TIA
Solved! Go to Solution.
Labels:
- Labels:
- Help
2 REPLIES 2
binuacs
21 - Polaris
‎09-26-2023
11:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@sowjanyayinti One way of doing this with the help of batch macro
‎09-27-2023
08:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@binuacs - Thank you so much. That worked.
