paradoksaalinen
New Member
- Joined
- Jun 19, 2013
- Messages
- 2
Hi,
I have created a workbook to calculate production costs in order to provide pricing for sales.
On my main computation worksheet, when a size, length and type is entered, total weight and cost price per piece will automatically be tabulated and shown at the bottom. All these are done using various formulas and pivot tables.
Now I need a new worksheet that only show prices for all combination of sizes, lengths and types. The table I need in this worksheet is similar to the below.
SET = A + 2B
[TABLE="width: 1085"]
<tbody>[TR]
[TD="colspan: 2"][/TD]
[TD="colspan: 3"]WEIGHT IN KGS[/TD]
[TD="colspan: 3"]PRICE FOR TYPE 1[/TD]
[TD="colspan: 3"]PRICE FOR TYPE 2[/TD]
[TD="colspan: 3"]PRICE FOR TYPE 3[/TD]
[/TR]
[TR]
[TD]SIZE[/TD]
[TD]LENGTH[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]SET[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]SET[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]SET[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]SET[/TD]
[/TR]
[TR]
[TD] 1/2[/TD]
[TD]40[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD] 1/4[/TD]
[TD]45[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD] 3/4[/TD]
[TD]50[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
and the list goes on...
I would like VB to simplify things instead of having to repetitively update values manually.
Any advice is appreciated!
I have created a workbook to calculate production costs in order to provide pricing for sales.
On my main computation worksheet, when a size, length and type is entered, total weight and cost price per piece will automatically be tabulated and shown at the bottom. All these are done using various formulas and pivot tables.
Now I need a new worksheet that only show prices for all combination of sizes, lengths and types. The table I need in this worksheet is similar to the below.
SET = A + 2B
[TABLE="width: 1085"]
<tbody>[TR]
[TD="colspan: 2"][/TD]
[TD="colspan: 3"]WEIGHT IN KGS[/TD]
[TD="colspan: 3"]PRICE FOR TYPE 1[/TD]
[TD="colspan: 3"]PRICE FOR TYPE 2[/TD]
[TD="colspan: 3"]PRICE FOR TYPE 3[/TD]
[/TR]
[TR]
[TD]SIZE[/TD]
[TD]LENGTH[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]SET[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]SET[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]SET[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]SET[/TD]
[/TR]
[TR]
[TD] 1/2[/TD]
[TD]40[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD] 1/4[/TD]
[TD]45[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD] 3/4[/TD]
[TD]50[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
and the list goes on...
I would like VB to simplify things instead of having to repetitively update values manually.
Any advice is appreciated!