Hi,
I have a worksheet with a price system for different amounts of boxes ordered.
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Boxes Ordered[/TD]
[TD]Price per box[/TD]
[/TR]
[TR]
[TD]50-99[/TD]
[TD]$12.00[/TD]
[/TR]
[TR]
[TD]100-199
[/TD]
[TD]$11.40[/TD]
[/TR]
[TR]
[TD]200-299[/TD]
[TD]$10.80[/TD]
[/TR]
[TR]
[TD]300-399[/TD]
[TD]$10.20[/TD]
[/TR]
</tbody>[/TABLE]
In a separate worksheet in the same document I have all of my expenses and income forecast. In there I have a cell for the quantity of boxes ordered and the cell next to it stating the price per box.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Title[/TD]
[TD]Quantity[/TD]
[TD]Price per Box[/TD]
[TD]Final Price[/TD]
[/TR]
[TR]
[TD]Boxes Ordered[/TD]
[TD]85[/TD]
[TD][/TD]
[TD]=Quantity*Price per Box[/TD]
[/TR]
</tbody>[/TABLE]
I would like to set a formula that will automatically adjust the price per box in this worksheet as the quantity changes.
How can I do this?
Thank you very much
I have a worksheet with a price system for different amounts of boxes ordered.
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Boxes Ordered[/TD]
[TD]Price per box[/TD]
[/TR]
[TR]
[TD]50-99[/TD]
[TD]$12.00[/TD]
[/TR]
[TR]
[TD]100-199
[/TD]
[TD]$11.40[/TD]
[/TR]
[TR]
[TD]200-299[/TD]
[TD]$10.80[/TD]
[/TR]
[TR]
[TD]300-399[/TD]
[TD]$10.20[/TD]
[/TR]
</tbody>[/TABLE]
In a separate worksheet in the same document I have all of my expenses and income forecast. In there I have a cell for the quantity of boxes ordered and the cell next to it stating the price per box.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Title[/TD]
[TD]Quantity[/TD]
[TD]Price per Box[/TD]
[TD]Final Price[/TD]
[/TR]
[TR]
[TD]Boxes Ordered[/TD]
[TD]85[/TD]
[TD][/TD]
[TD]=Quantity*Price per Box[/TD]
[/TR]
</tbody>[/TABLE]
I would like to set a formula that will automatically adjust the price per box in this worksheet as the quantity changes.
How can I do this?
Thank you very much