Hi there,
I’ve been struggling to figure this out, and I’d appreciate any help.
I have a very basic table. One column is the name of products, the second column how many were sold, and the third column how much money was made off those sales. I’d like to set up away to link the two values. I’d then like to be able to change the value in the number sold to see how it would affect the money made, and to be able to set a money made target, to be able to see how many would need to be sold to make that much money.
Writing out it seems so simple but I’m just not familiar with how to do this. I’ve attached an example worksheet. Let's assume the columns are A, B and C.
Thank you in advance.
Note: the actual sheet I’d be using uses vlookups to populate the cells, but I have left them as values for the sake of this.
[TABLE="width: 223"]
<colgroup><col width="169" style="width: 127pt; mso-width-source: userset; mso-width-alt: 6180;"><colgroup><col width="64" style="width: 48pt;" span="2"><tbody>[TR]
[TD="width: 169, bgcolor: transparent"][/TD]
[TD="width: 64, bgcolor: transparent"]Quantity[/TD]
[TD="width: 64, bgcolor: transparent"]Profit[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Sesame Seeds[/TD]
[TD="bgcolor: transparent"]4,500[/TD]
[TD="bgcolor: transparent"]31[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Quinoa[/TD]
[TD="bgcolor: transparent"]4,800[/TD]
[TD="bgcolor: transparent"]960[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Bulgur & Quinoa[/TD]
[TD="bgcolor: transparent"]594[/TD]
[TD="bgcolor: transparent"]650[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Monkey Nuts[/TD]
[TD="bgcolor: transparent"]2,520[/TD]
[TD="bgcolor: transparent"]1,246[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Peanuts R&S[/TD]
[TD="bgcolor: transparent"]3,024[/TD]
[TD="bgcolor: transparent"]978[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Macedonian[/TD]
[TD="bgcolor: transparent"]11,880[/TD]
[TD="bgcolor: transparent"]2,793[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Onassis Giant Beans[/TD]
[TD="bgcolor: transparent"]2,288[/TD]
[TD="bgcolor: transparent"]627[/TD]
[/TR]
</tbody>[/TABLE]
I’ve been struggling to figure this out, and I’d appreciate any help.
I have a very basic table. One column is the name of products, the second column how many were sold, and the third column how much money was made off those sales. I’d like to set up away to link the two values. I’d then like to be able to change the value in the number sold to see how it would affect the money made, and to be able to set a money made target, to be able to see how many would need to be sold to make that much money.
Writing out it seems so simple but I’m just not familiar with how to do this. I’ve attached an example worksheet. Let's assume the columns are A, B and C.
Thank you in advance.
Note: the actual sheet I’d be using uses vlookups to populate the cells, but I have left them as values for the sake of this.
[TABLE="width: 223"]
<colgroup><col width="169" style="width: 127pt; mso-width-source: userset; mso-width-alt: 6180;"><colgroup><col width="64" style="width: 48pt;" span="2"><tbody>[TR]
[TD="width: 169, bgcolor: transparent"][/TD]
[TD="width: 64, bgcolor: transparent"]Quantity[/TD]
[TD="width: 64, bgcolor: transparent"]Profit[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Sesame Seeds[/TD]
[TD="bgcolor: transparent"]4,500[/TD]
[TD="bgcolor: transparent"]31[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Quinoa[/TD]
[TD="bgcolor: transparent"]4,800[/TD]
[TD="bgcolor: transparent"]960[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Bulgur & Quinoa[/TD]
[TD="bgcolor: transparent"]594[/TD]
[TD="bgcolor: transparent"]650[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Monkey Nuts[/TD]
[TD="bgcolor: transparent"]2,520[/TD]
[TD="bgcolor: transparent"]1,246[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Peanuts R&S[/TD]
[TD="bgcolor: transparent"]3,024[/TD]
[TD="bgcolor: transparent"]978[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Macedonian[/TD]
[TD="bgcolor: transparent"]11,880[/TD]
[TD="bgcolor: transparent"]2,793[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Onassis Giant Beans[/TD]
[TD="bgcolor: transparent"]2,288[/TD]
[TD="bgcolor: transparent"]627[/TD]
[/TR]
</tbody>[/TABLE]