Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 155
Default Probability & Profit

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 ?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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 ?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 155
Default Probability & Profit

Many thanks for your help, though I dont think we're quite there yet? The
solution to my example should be 100%, but your suggestion is returning 200 ?
Perhaps I'm not entering the probablity in the correct fromat i.e. 20, 20%,
20/100 ?
Regards
Graham

"Bob Phillips" wrote:

=(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 ?




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Probability & Profit

Bob forgot to subtract the cost from the sale proceeds to evaluate the
profit.
Try =(num_made*probability*sale_price -
num_made*cost_price)/(num_made*cost_price)
--
David Biddulph

"Graham" wrote in message
...
Many thanks for your help, though I dont think we're quite there yet? The
solution to my example should be 100%, but your suggestion is returning
200 ?
Perhaps I'm not entering the probablity in the correct fromat i.e. 20,
20%,
20/100 ?
Regards
Graham

"Bob Phillips" wrote:

=(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 ?






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 155
Default Probability & Profit

Thank you both for your help, what I eventually got working was:
=SUM(((Profit*probability)-Cost)/Cost)*100

"David Biddulph" wrote:

Bob forgot to subtract the cost from the sale proceeds to evaluate the
profit.
Try =(num_made*probability*sale_price -
num_made*cost_price)/(num_made*cost_price)
--
David Biddulph

"Graham" wrote in message
...
Many thanks for your help, though I dont think we're quite there yet? The
solution to my example should be 100%, but your suggestion is returning
200 ?
Perhaps I'm not entering the probablity in the correct fromat i.e. 20,
20%,
20/100 ?
Regards
Graham

"Bob Phillips" wrote:

=(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 ?








Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
probability grahog Excel Worksheet Functions 1 January 23rd 07 11:20 PM
Probability Dennis Excel Discussion (Misc queries) 6 October 31st 06 09:16 PM
Profit only if B2=33 and C2=18, please help Jspearm Excel Discussion (Misc queries) 1 February 22nd 06 07:15 PM
How to calculate probability Al Excel Discussion (Misc queries) 3 December 2nd 05 12:08 AM
Probability calculation Rijan Excel Worksheet Functions 3 July 27th 05 10:54 PM


All times are GMT +1. The time now is 01:27 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"