SabrinaCon
New Member
- Joined
- Oct 11, 2016
- Messages
- 11
Hello MrExcel community,
I've been looking for a solution of my issue and couldn't find any coherent help.
I have two sheets which have specific names. Let's say "sheet 1" and "sheet 2".
How can I consolidate the data per VBA in a newly created sheet if sheet 1 and sheet 2 have columns that have headers with same names but also have headers which are different?
The consolidation sheet would then have all columns of sheet 1 and 2 without listing duplicate column headers. In database terms: The consolidation sheet would be a full join of the two sheets with empty cells where there is no match.
Big thanks in advance!
Sabrina
I've been looking for a solution of my issue and couldn't find any coherent help.
I have two sheets which have specific names. Let's say "sheet 1" and "sheet 2".
How can I consolidate the data per VBA in a newly created sheet if sheet 1 and sheet 2 have columns that have headers with same names but also have headers which are different?
The consolidation sheet would then have all columns of sheet 1 and 2 without listing duplicate column headers. In database terms: The consolidation sheet would be a full join of the two sheets with empty cells where there is no match.
Big thanks in advance!
Sabrina
Last edited: