Hi,
Hope somebody can help with the below formula, the 1st, 3rd and 4th columns we fill in. I have set up formula's to work out the next 3.
I'm try to work out the list price, starting at the cost but incorparating the discount and making a 22% margin. The first table works final until you look at the 2nd table were the Margin% is wrong.
A B C D E F G
[TABLE="width: 500, align: left"]
<TBODY>[TR]
[TD]Costs[/TD]
[TD]List Price[/TD]
[TD]Discount%[/TD]
[TD]Margin%[/TD]
[TD]Margin£[/TD]
[TD]List Price[/TD]
[TD]Sell Price[/TD]
[/TR]
[TR]
[TD]£29.94[/TD]
[TD]=G2[/TD]
[TD]35%[/TD]
[TD]22%[/TD]
[TD]=A2*D2[/TD]
[TD]=((D2*A2)+A2)/(1-C2)*1[/TD]
[TD]=B2-(B2*C2)[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]£56.20[/TD]
[TD][/TD]
[TD][/TD]
[TD]£6.59[/TD]
[TD]£56.20[/TD]
[TD]£36.53[/TD]
[/TR]
</TBODY>[/TABLE]
Based on the figures these formula generate, it is checked in another table
V W X Y
[TABLE="width: 500"]
<TBODY>[TR]
[TD]List Price[/TD]
[TD]Less 35%[/TD]
[TD]Margin£[/TD]
[TD]Margin%[/TD]
[/TR]
[TR]
[TD]£56.20[/TD]
[TD]=V9-(V9*35%)[/TD]
[TD]=W9-A2[/TD]
[TD]=X9/W9[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]£36.53[/TD]
[TD]£6.59[/TD]
[TD]18%[/TD]
[/TR]
</TBODY>[/TABLE]
Can someone please have a look and see where I have gone wrong, as I would need the margin%(Y2) in the second table to show in this case 22%.
Thanks for all your help
Pam
Hope somebody can help with the below formula, the 1st, 3rd and 4th columns we fill in. I have set up formula's to work out the next 3.
I'm try to work out the list price, starting at the cost but incorparating the discount and making a 22% margin. The first table works final until you look at the 2nd table were the Margin% is wrong.
A B C D E F G
[TABLE="width: 500, align: left"]
<TBODY>[TR]
[TD]Costs[/TD]
[TD]List Price[/TD]
[TD]Discount%[/TD]
[TD]Margin%[/TD]
[TD]Margin£[/TD]
[TD]List Price[/TD]
[TD]Sell Price[/TD]
[/TR]
[TR]
[TD]£29.94[/TD]
[TD]=G2[/TD]
[TD]35%[/TD]
[TD]22%[/TD]
[TD]=A2*D2[/TD]
[TD]=((D2*A2)+A2)/(1-C2)*1[/TD]
[TD]=B2-(B2*C2)[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]£56.20[/TD]
[TD][/TD]
[TD][/TD]
[TD]£6.59[/TD]
[TD]£56.20[/TD]
[TD]£36.53[/TD]
[/TR]
</TBODY>[/TABLE]
Based on the figures these formula generate, it is checked in another table
V W X Y
[TABLE="width: 500"]
<TBODY>[TR]
[TD]List Price[/TD]
[TD]Less 35%[/TD]
[TD]Margin£[/TD]
[TD]Margin%[/TD]
[/TR]
[TR]
[TD]£56.20[/TD]
[TD]=V9-(V9*35%)[/TD]
[TD]=W9-A2[/TD]
[TD]=X9/W9[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]£36.53[/TD]
[TD]£6.59[/TD]
[TD]18%[/TD]
[/TR]
</TBODY>[/TABLE]
Can someone please have a look and see where I have gone wrong, as I would need the margin%(Y2) in the second table to show in this case 22%.
Thanks for all your help
Pam