POR (%) Calculation

mac1001

New Member
Joined
Nov 28, 2011
Messages
6
Hi,
Please, can someone help me with an Excel formula for finding a Selling Price calculation based on known margin required & Cost Price (Ex. VAT)?

Thanks

Thanks
 
Last edited:

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
How about

Excel 2013 32 bit
ABC
1CostMarginSell
2£20.0010.00%£22.00
3£100.005.00%£105.00
4£80.0020.00%£96.00
Track
Cell Formulas
RangeFormula
C2=A2+(B2*A2)
 
Upvote 0
Thanks but I'm meaning that if a product costs £7.50 (ex. VAT) and I want to make 10%...what's my selling price including VAT? VAT=20%
 
Upvote 0
[Table="width:, class:grid"][tr][td="bgcolor:#C0C0C0"][/td][td="bgcolor:#C0C0C0"]
A​
[/td][td="bgcolor:#C0C0C0"]
B​
[/td][td="bgcolor:#C0C0C0"]
C​
[/td][/tr][tr][td="bgcolor:#C0C0C0"]
1​
[/td][td]Cost[/td][td]
$ 7.50​
[/td][td]B1: Input[/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
2​
[/td][td]Margin[/td][td]
10%​
[/td][td]B2: Input[/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
3​
[/td][td]VAT[/td][td]
20%​
[/td][td]B3: Input[/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
4​
[/td][td]Price[/td][td="bgcolor:#E5E5E5"]
$ 10.23
[/td][td]B4: =B1 / (1 - 10% - B3/(1+B3))[/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
5​
[/td][td]Check[/td][td][/td][td][/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
6​
[/td][td]VAT[/td][td="bgcolor:#E5E5E5"]
$ 1.70​
[/td][td]B6: =B4 * B3 / (1+B3)[/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
7​
[/td][td]Cost[/td][td="bgcolor:#E5E5E5"]
$ 7.50​
[/td][td]B7: =B1[/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
8​
[/td][td]Profit[/td][td="bgcolor:#E5E5E5"]
$ 1.02​
[/td][td]B8: =B4-B6-B7[/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
9​
[/td][td]Margin[/td][td="bgcolor:#E5E5E5"]
10%​
[/td][td]B9: =B8/B4[/td][/tr]
[/table]
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,183
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top