Function to calculate a markup

swaink

Active Member
Joined
Feb 15, 2002
Messages
432
Hi All I have a formula that I wish to convert to a function for other users to be able to use. The formula calculates what percentage markup is required to acheive a stated percentage profit. it would look something like
"markup = cost / (100 - profit) * profit"

Any ideads many thanks

Kevin :rolleyes:
This message was edited by swaink on 2002-02-20 03:47
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Yes please help me, my question are the same as Kevin's.

Regards,

Pete

On 2002-02-20 02:19, swaink wrote:
Hi All I have a formula that I wish to convert to a function for other users to be able to use. The formula calculates what percentage markup is required to acheive a stated percentage profit. it would look something like
"markup = cost / (100 - profit) * profit"

Any ideads many thanks

Kevin :rolleyes:
This message was edited by swaink on 2002-02-20 03:47
 
Upvote 0
=1 + a1/(1-a1)

where a1 = % profit (e.g. 0.33 in a1 for 33% profit) yields 1.5 for a markup
This message was edited by gvanbee on 2002-08-05 12:27
 
Upvote 0
If you want a 25% margin and Cost is $1.
If cell A1 contains 1. Formula in B1 is =A1/(1-.25). You'll get 1.3333 (which is your selling price).
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,693
Members
448,979
Latest member
DET4492

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