mrsbrannon
Board Regular
- Joined
- Mar 7, 2018
- Messages
- 61
Hello all,
I have two tables of data that is the "same" but being pulled from two difference sources. I need a way to combine this data and check for differences. The data is currently all in one workbook (but different sheets) and I would like to keep it that way. One set of data is manually entered and the other is exported from a report. Below is an example of the two sheets. The column headers do not match as the report headers are automated. If I HAVE to change the manual data (headers) to reflect the automated report, I can, but prefer not to.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Employee Name[/TD]
[TD]Hours Worked
[/TD]
[/TR]
[TR]
[TD]Smith, John[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Brown, James[/TD]
[TD]10[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 1
[TABLE="width: 500"]
<tbody>[TR]
[TD]User Name[/TD]
[TD]Hours Entered[/TD]
[/TR]
[TR]
[TD]Smith, John[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Brown, James[/TD]
[TD]11[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]Employee Name[/TD]
[TD]Hours Worked [/TD]
[TD]Hours Entered[/TD]
[/TR]
[TR]
[TD]Smith, John[/TD]
[TD]5[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Brown, James[/TD]
[TD]10[/TD]
[TD]11[/TD]
[/TR]
</tbody>[/TABLE]
Desired Result
I feel like the answer is fairly simple, but I cannot put my finger on it. I've tried doing pivot tables with multiple consolidated data ranges, but that doesn't produce what I'm looking for. Any assistance is greatly appreciated.
Thanks.
I have two tables of data that is the "same" but being pulled from two difference sources. I need a way to combine this data and check for differences. The data is currently all in one workbook (but different sheets) and I would like to keep it that way. One set of data is manually entered and the other is exported from a report. Below is an example of the two sheets. The column headers do not match as the report headers are automated. If I HAVE to change the manual data (headers) to reflect the automated report, I can, but prefer not to.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Employee Name[/TD]
[TD]Hours Worked
[/TD]
[/TR]
[TR]
[TD]Smith, John[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Brown, James[/TD]
[TD]10[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 1
[TABLE="width: 500"]
<tbody>[TR]
[TD]User Name[/TD]
[TD]Hours Entered[/TD]
[/TR]
[TR]
[TD]Smith, John[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Brown, James[/TD]
[TD]11[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]Employee Name[/TD]
[TD]Hours Worked [/TD]
[TD]Hours Entered[/TD]
[/TR]
[TR]
[TD]Smith, John[/TD]
[TD]5[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Brown, James[/TD]
[TD]10[/TD]
[TD]11[/TD]
[/TR]
</tbody>[/TABLE]
Desired Result
I feel like the answer is fairly simple, but I cannot put my finger on it. I've tried doing pivot tables with multiple consolidated data ranges, but that doesn't produce what I'm looking for. Any assistance is greatly appreciated.
Thanks.