Enzo_Matrix
Board Regular
- Joined
- Jan 9, 2018
- Messages
- 113
We are creating price books and the data is currently being updated manually one item at a time. I am hoping to be able to do a data dump with the new costs from our data base and have our price books update automatically.
I have 2 sheets with data in 2 of the columns in each sheet
[TABLE="class: grid, width: 600"]
<tbody>[TR]
[TD]Item name (Sheet 1)[/TD]
[TD]Cost (Sheet 1)[/TD]
[TD]Item Name (Sheet 2)[/TD]
[TD]Cost (Sheet 2)[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD][/TD]
[TD]A - description[/TD]
[TD]1.00[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD][/TD]
[TD]B - description[/TD]
[TD]1.25[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD][/TD]
[TD]C - description[/TD]
[TD]1.50[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD][/TD]
[TD]D - description[/TD]
[TD]1.75[/TD]
[/TR]
</tbody>[/TABLE]
I am wondering if there is something that will look at "Item Name (Sheet 1)", take the letter/word from those cells and and then reference it in "Item Name (Sheet 2)" and then pull "Cost (Sheet 2)" and input it into "Cost (Sheet 1)".
Please help
I have 2 sheets with data in 2 of the columns in each sheet
[TABLE="class: grid, width: 600"]
<tbody>[TR]
[TD]Item name (Sheet 1)[/TD]
[TD]Cost (Sheet 1)[/TD]
[TD]Item Name (Sheet 2)[/TD]
[TD]Cost (Sheet 2)[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD][/TD]
[TD]A - description[/TD]
[TD]1.00[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD][/TD]
[TD]B - description[/TD]
[TD]1.25[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD][/TD]
[TD]C - description[/TD]
[TD]1.50[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD][/TD]
[TD]D - description[/TD]
[TD]1.75[/TD]
[/TR]
</tbody>[/TABLE]
I am wondering if there is something that will look at "Item Name (Sheet 1)", take the letter/word from those cells and and then reference it in "Item Name (Sheet 2)" and then pull "Cost (Sheet 2)" and input it into "Cost (Sheet 1)".
Please help