Search Values from One sheet into Other and Copy and Paste the Value

stelecoms00

New Member
Joined
Nov 15, 2015
Messages
15
Hi Experts,

I need quick help. I can't share my real data however I have made up this dummy data. My real data has the similar pattern and have more than 10,000 rows. Thanks in advance for your help.

Here is the problem.

I have 2 sheets.

SheetA and SheetB in the same workbook.

SheetA

[TABLE="class: grid, width: 100, align: left"]
<tbody>[TR]
[TD]Name1[/TD]
[TD]Value1[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Matt[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Matt[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Smith[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Tom[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Tom[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Sara[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Jack[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Jill[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Sara[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]



















SheetB

[TABLE="class: grid, width: 100, align: left"]
<tbody>[TR]
[TD]Name2[/TD]
[TD]Value2[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Matt[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]23[/TD]
[/TR]
[TR]
[TD]Smith[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]33[/TD]
[/TR]
[TR]
[TD]Jack[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Sara[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]41[/TD]
[/TR]
[TR]
[TD]Tom[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]94[/TD]
[/TR]
[TR]
[TD]Jill[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]62[/TD]
[/TR]
</tbody>[/TABLE]





















Result in SheetA

[TABLE="class: grid, width: 100, align: left"]
<tbody>[TR]
[TD]Name1[/TD]
[TD]Value1[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]23[/TD]
[/TR]
[TR]
[TD]Matt[/TD]
[TD]23[/TD]
[/TR]
[TR]
[TD]Matt[/TD]
[TD]23[/TD]
[/TR]
[TR]
[TD]Smith[/TD]
[TD]33[/TD]
[/TR]
[TR]
[TD]Tom[/TD]
[TD]94[/TD]
[/TR]
[TR]
[TD]Tom[/TD]
[TD]94[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]23[/TD]
[/TR]
[TR]
[TD]Sara[/TD]
[TD]41[/TD]
[/TR]
[TR]
[TD]Jack[/TD]
[TD]41[/TD]
[/TR]
[TR]
[TD]Jill[/TD]
[TD]62[/TD]
[/TR]
[TR]
[TD]Sara[/TD]
[TD]41[/TD]
[/TR]
</tbody>[/TABLE]



I want to achieve Result in SheetA. Thanks
 
Last edited by a moderator:

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.

Forum statistics

Threads
1,223,896
Messages
6,175,259
Members
452,626
Latest member
huntinghunter

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top