Hello experts,
i have two sheets in sheet 1 is data like
Column A Column B
SEC020 DIM01
SEC020 DIM02
SEC021 DIM01
In sheet 2 i have data like
Column A Column B Column C
SEC020 DIM01 100,2
SEC050 DIM03 234,5
SEC021 DIM04 56,7
I need macro, which will compare columns A and B from two sheets and if the data from both columns in the same line are euqual, macro will write value from column C sheet 2 to sheet1 in the column which user specifies.
Result from previous example would then be:
(lets say user selected column H in Sheet1):
Column A Column B Column H
SEC020 DIM01 100,2
SEC020 DIM02
SEC021 DIM01
Any help please..
i have two sheets in sheet 1 is data like
Column A Column B
SEC020 DIM01
SEC020 DIM02
SEC021 DIM01
In sheet 2 i have data like
Column A Column B Column C
SEC020 DIM01 100,2
SEC050 DIM03 234,5
SEC021 DIM04 56,7
I need macro, which will compare columns A and B from two sheets and if the data from both columns in the same line are euqual, macro will write value from column C sheet 2 to sheet1 in the column which user specifies.
Result from previous example would then be:
(lets say user selected column H in Sheet1):
Column A Column B Column H
SEC020 DIM01 100,2
SEC020 DIM02
SEC021 DIM01
Any help please..