How to assign cells from different columns based on their values

tagoge

New Member
Joined
Feb 4, 2018
Messages
1
Hi i have big problem. I tried many times but i dont know how to prepare vba code which help me to to assign value when is the same from one column to another.it means that

[TABLE="width: 500"]
<tbody>[TR]
[TD]Date
[/TD]
[TD]Shipment date
[/TD]
[TD]Product index
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]01/01/2018
[/TD]
[TD]01/01/2018
[/TD]
[TD]W10-1
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]02/01/2018
[/TD]
[TD]01/01/2018
[/TD]
[TD]W10-2
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]03/01/2018
[/TD]
[TD]02/01/2018
[/TD]
[TD]W10-1
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]and so on
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
after
[TABLE="width: 500"]
<tbody>[TR]
[TD]Date
[/TD]
[TD]Shipment date
[/TD]
[TD]Product index
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]01/01/2018
[/TD]
[TD]01/01/2018
[/TD]
[TD]W10-1
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]01/01/2018
[/TD]
[TD]W10-2
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]01/02/2018
[/TD]
[TD]01/02/2018
[/TD]
[TD]W10-1
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]and so on
[/TD]
[TD]and so on
[/TD]
[TD]and so on
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]


Thank you
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Welcome to the Board!

I think you need to explain the logic to us. It is not apparent from your images without any explanation.
 
Upvote 0

Forum statistics

Threads
1,223,243
Messages
6,170,971
Members
452,371
Latest member
Frana

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