I wonder if you can help me build a VBA script that does the following:
Searched for a value taken from column C in sheet1, and finds it in column C sheet2, copy value in column B sheet1 (offset) and pastes it to the same row it found the value C to column B (offset)
Keep in mind that the data are ordered the same row on both sides, therefor i need Find function.
It needs to go in loop untill last row is done in sheet1 (searched all rows and copied value from sheet1, and paste value to sheet2)
Thank you so much for your help