Summary: I am trying to find a macro that pulls differences in data into another sheet. I believe a macro would be best in this scenario but any assistance would be much appreciated!
Scenario: I have two reports. One in each sheet. Both reports have identifying numbers in column A that correspond to a category i.e. "1234" = Travel. Column B has a dollar amount associated with column A category/number. I am trying to compare both reports based on these identifying numbers (column A) to find any discrepancies in dollar amounts (column B) then pull these differences in another sheet.
Example of data below:
Sheet 1:
Column A Column B
10601110D8Z $200.00
20602234D8Z $120.00
30603000D8Z $150.00
Sheet 2:
Column A Column B
10601110D8Z $150.00
20602234D8Z $120.00
30603000D8Z $300.00
Sample Result (Sheet 3):
Sheet 1 Sheet 2
10601110D8Z $200.00 $150.00
30603000D8Z $150.00 $300.00
It seems like a simple solution exists but I was unable to create a macro based on my online research. If anyone can provide any guidance or references, that would be great!
Thank you!
Scenario: I have two reports. One in each sheet. Both reports have identifying numbers in column A that correspond to a category i.e. "1234" = Travel. Column B has a dollar amount associated with column A category/number. I am trying to compare both reports based on these identifying numbers (column A) to find any discrepancies in dollar amounts (column B) then pull these differences in another sheet.
Example of data below:
Sheet 1:
Column A Column B
10601110D8Z $200.00
20602234D8Z $120.00
30603000D8Z $150.00
Sheet 2:
Column A Column B
10601110D8Z $150.00
20602234D8Z $120.00
30603000D8Z $300.00
Sample Result (Sheet 3):
Sheet 1 Sheet 2
10601110D8Z $200.00 $150.00
30603000D8Z $150.00 $300.00
It seems like a simple solution exists but I was unable to create a macro based on my online research. If anyone can provide any guidance or references, that would be great!
Thank you!