excel_2009
Active Member
- Joined
- Sep 14, 2009
- Messages
- 318
Hi All,
I have the following information on my "Home" worksheet:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Column A[/TD]
[TD]Column B[/TD]
[/TR]
[TR]
[TD]Sku[/TD]
[TD]8008989[/TD]
[/TR]
[TR]
[TD]Title[/TD]
[TD]Brand new in box[/TD]
[/TR]
[TR]
[TD]Quantity[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Brand[/TD]
[TD]Sergio Technini[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I also have several worksheets called: Data 1, DataSheet 2, Misc which contains near identical information, the aim is to replace the current values in these worksheets with the values above (in column B, Home worksheet) IF the values are populated, if they're blank then nothing will be replaced i.e in the example above the Quantity value would be ignored and the original Quantity value would remain as is on the Data 1, DataSheet2 and Misc worksheet.
The worksheet information is structured in the following manner (in one Column, always Column A - irrespective of worksheet):
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 186"]
<tbody>[TR]
[TD="class: xl65, width: 186"]"Sku": "5170092602",[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 186"]
<tbody>[TR]
[TD="class: xl65, width: 186"]"Title": "Test do not buy",[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 186"]
<tbody>[TR]
[TD="class: xl65, width: 186"] "Quantity": 1,[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 186"]
<tbody>[TR]
[TD="class: xl65, width: 186"] "Brand": "Nike",[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So with the above in mind the following would be updated to show the following (based on the input provided on the Home worksheet):
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 186"]
<tbody>[TR]
[TD="class: xl65, width: 186"]"Sku": "8008989",[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 186"]
<tbody>[TR]
[TD="class: xl65, width: 186"]"Title": "Brand new in box",[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 186"]
<tbody>[TR]
[TD="class: xl65, width: 186"] "Quantity": 1,[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 186"]
<tbody>[TR]
[TD="class: xl65, width: 186"] "Brand": "Sergio Technini",[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Does anyone know how this can be achieved?
Many thanks!!!
I have the following information on my "Home" worksheet:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Column A[/TD]
[TD]Column B[/TD]
[/TR]
[TR]
[TD]Sku[/TD]
[TD]8008989[/TD]
[/TR]
[TR]
[TD]Title[/TD]
[TD]Brand new in box[/TD]
[/TR]
[TR]
[TD]Quantity[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Brand[/TD]
[TD]Sergio Technini[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I also have several worksheets called: Data 1, DataSheet 2, Misc which contains near identical information, the aim is to replace the current values in these worksheets with the values above (in column B, Home worksheet) IF the values are populated, if they're blank then nothing will be replaced i.e in the example above the Quantity value would be ignored and the original Quantity value would remain as is on the Data 1, DataSheet2 and Misc worksheet.
The worksheet information is structured in the following manner (in one Column, always Column A - irrespective of worksheet):
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 186"]
<tbody>[TR]
[TD="class: xl65, width: 186"]"Sku": "5170092602",[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 186"]
<tbody>[TR]
[TD="class: xl65, width: 186"]"Title": "Test do not buy",[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 186"]
<tbody>[TR]
[TD="class: xl65, width: 186"] "Quantity": 1,[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 186"]
<tbody>[TR]
[TD="class: xl65, width: 186"] "Brand": "Nike",[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So with the above in mind the following would be updated to show the following (based on the input provided on the Home worksheet):
[TABLE="width: 500"]
<tbody>[TR]
[TD][TABLE="width: 186"]
<tbody>[TR]
[TD="class: xl65, width: 186"]"Sku": "8008989",[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 186"]
<tbody>[TR]
[TD="class: xl65, width: 186"]"Title": "Brand new in box",[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 186"]
<tbody>[TR]
[TD="class: xl65, width: 186"] "Quantity": 1,[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][TABLE="width: 186"]
<tbody>[TR]
[TD="class: xl65, width: 186"] "Brand": "Sergio Technini",[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Does anyone know how this can be achieved?
Many thanks!!!