How to combine two excel spreadsheets with different column headers?
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
atarahoward
6 - Meteoroid
‎06-08-2023
01:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello! I am trying to figure out how to combine report 2 data into report one but the column headers are different between the two reports. For example, I want to pull put the "Sales Document" data from Report 2 into the "Sales Order Num" column in Report 1.
2 REPLIES 2
16 - Nebula
‎06-08-2023
02:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can use a Select tool to manually re-name columns, then a Union tool to combine the two data streams.
Or to fix the column names using a macro, check out this example: Design Pattern – Easily changing field names – Alter Tricks
Chris
nagakavyasri
12 - Quasar
‎06-08-2023
02:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
