View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Probability & Profit

=(num_made*probability*sale_price)/(num_made*cost_price)

or

=(sale_price/cost_price)*probability

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Graham" wrote in message
...
I'm having a problem creating a formula to calculate % profit, despite
being
able to calculate it mentally!
A product costs £10, and either has to sell for £100, or be thrown away.
The probability of it selling is 1 in 5 (or 20%). Therefore if I make 10
at
a cost of £100, I will sell 2 @ £100 each taking £200, or 100% profit on
my
outlay.
What formula and/or function will calculate this for me ?
Any advice much appreciated ?