Hi,
We have over 1000s rows in two worksheets, we have matching SKUs and but in random order but of one SKU exist in both worksheet. And need compare entire cells from two different worksheet and and return the price to worksheet A
Please Advice
WorkSheet A
[TABLE="width: 500"]
<tbody>[TR]
[TD]SKU (A)[/TD]
[TD]Price (B)[/TD]
[TD]Stock (C)[/TD]
[/TR]
[TR]
[TD]23[/TD]
[TD][/TD]
[TD]45[/TD]
[/TR]
[TR]
[TD]45[/TD]
[TD][/TD]
[TD]34[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD][/TD]
[TD]23[/TD]
[/TR]
[TR]
[TD]46[/TD]
[TD][/TD]
[TD]22[/TD]
[/TR]
</tbody>[/TABLE]
WorkSheet B
[TABLE="width: 500"]
<tbody>[TR]
[TD]SKU (A)[/TD]
[TD]Price (B)[/TD]
[/TR]
[TR]
[TD]46[/TD]
[TD]21[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]45[/TD]
[TD]13[/TD]
[/TR]
[TR]
[TD]23[/TD]
[TD]12[/TD]
[/TR]
</tbody>[/TABLE]
We have over 1000s rows in two worksheets, we have matching SKUs and but in random order but of one SKU exist in both worksheet. And need compare entire cells from two different worksheet and and return the price to worksheet A
Please Advice
WorkSheet A
[TABLE="width: 500"]
<tbody>[TR]
[TD]SKU (A)[/TD]
[TD]Price (B)[/TD]
[TD]Stock (C)[/TD]
[/TR]
[TR]
[TD]23[/TD]
[TD][/TD]
[TD]45[/TD]
[/TR]
[TR]
[TD]45[/TD]
[TD][/TD]
[TD]34[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD][/TD]
[TD]23[/TD]
[/TR]
[TR]
[TD]46[/TD]
[TD][/TD]
[TD]22[/TD]
[/TR]
</tbody>[/TABLE]
WorkSheet B
[TABLE="width: 500"]
<tbody>[TR]
[TD]SKU (A)[/TD]
[TD]Price (B)[/TD]
[/TR]
[TR]
[TD]46[/TD]
[TD]21[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]45[/TD]
[TD]13[/TD]
[/TR]
[TR]
[TD]23[/TD]
[TD]12[/TD]
[/TR]
</tbody>[/TABLE]
Last edited: