So I have two sets of data on separate sheets that I want to match and line up. I subsequently want a column of data that is associated with the data on one sheet to line up as well. For example
Sheet 1 Column E
Code
2345
3455
4458
3054
Sheet 2 Column C
Code
004458
003054
003455
004829
002345
Sheet 2 Column D
Sales
$4859
$8569
$9596
$9529
$8859
I have a workbook with many data points like this so was wondering a quick, easy way to get the Sales Data on Sheet 2 to line up with the matching code from sheet 1. Also, note that the codes on Sheet 2 contain the codes from Sheet 1, but are not exactly the same (ie they have 00 and then the same code). Not sure if this is clear or makes sense. Any help you can provide is appreciated. Thanks
Sheet 1 Column E
Code
2345
3455
4458
3054
Sheet 2 Column C
Code
004458
003054
003455
004829
002345
Sheet 2 Column D
Sales
$4859
$8569
$9596
$9529
$8859
I have a workbook with many data points like this so was wondering a quick, easy way to get the Sales Data on Sheet 2 to line up with the matching code from sheet 1. Also, note that the codes on Sheet 2 contain the codes from Sheet 1, but are not exactly the same (ie they have 00 and then the same code). Not sure if this is clear or makes sense. Any help you can provide is appreciated. Thanks