Hi All,
Good morning to everyone.
I have a sheet 1 which has the following columns.
How can i write a macro for sheet 2 to search in sheet 1 and if it finds a matching record then paste its corresponding value in sheet 2.
PS: I dont know why the stars are coming in the blank cells but its not supposed to be there.
Good morning to everyone.
I have a sheet 1 which has the following columns.
Excel Workbook | ||||
---|---|---|---|---|
A | B | |||
1 | Sheet 1 | * | ||
2 | Customer agent | Zone responsible | ||
3 | * | * | ||
4 | Jim | EU | ||
5 | Tony | EU | ||
6 | Francis | NA | ||
7 | Jason | SA | ||
8 | Leslie | CN | ||
9 | Jackie | ROW | ||
Sheet1 |
How can i write a macro for sheet 2 to search in sheet 1 and if it finds a matching record then paste its corresponding value in sheet 2.
Excel Workbook | ||||
---|---|---|---|---|
D | E | |||
1 | Sheet 2 | * | ||
2 | Customer agent | Zone responsible | ||
3 | * | * | ||
4 | Jim | * | ||
5 | Tony | * | ||
6 | Francis | * | ||
7 | Jason | * | ||
8 | Leslie | * | ||
9 | Jackie | * | ||
Sheet2 |
PS: I dont know why the stars are coming in the blank cells but its not supposed to be there.