Excel Formula

jabbaman

New Member
Joined
Jun 5, 2018
Messages
16
Hi all, I'm new to MrExcel
I'm trying to work out which input to use for this scenario.
In cell A2 i have 4 different win prices i can use
So what i want to be able to do is when i enter a price in A2 it will automatically put the outlay amount in cell B2 and in cell C2 when i enter 1st i want it to automatically enter the amount from cell D2 into E2 , obviously if the result in C2 is either 2nd,3rd or Unplaced it would automatically enter $0.00. I hope someone can help me with this, thanks.
A1 B1 C1 D1 E1 F1 G1 H1 I1 J1 K1 L1
Win PriceOutlayFinishedWin AmountWon/LostDifferenceTotal OutlayProfit/Loss Prices Min Prices Max BetPosition
$1.55$250.001st$387.50$387.50$137.50$250.00$137.50$1.00$2.00$2501st
$1.80$250.003rd$450.00$0.00-$250.00$500.00-$112.50$2.01$3.00$2002nd
$2.70$200.001st$540.00$540.00$340.00$700.00$227.50$3.01$4.00$1503rd
$7.00$100.00Unplaced$700.00$0.00-$100.00$800.00$127.50$4.01$150.00$100Unplaced
$3.40$150.001st$510.00$510.00$360.00$950.00$487.50
$0.00$0.00$950.00$487.50
$0.00$0.00$950.00$487.50

<colgroup><col><col><col><col><col><col><col><col><col><col><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
So what i want to be able to do is when i enter a price in A2 it will automatically put the outlay amount in cell B2

Ok, so how is the outlay determined? Or where does it come from? I see the "bet" on the right...is that where you want to find the outlay?

Second part is pretty easy. In E2, put:

=IF(C2="1st",D2,0)

and drag down however far you need to
 
Last edited:
Upvote 0
you will need to provide more information.
How are the figures in col B and C derived ??
 
Upvote 0
Ok, so how is the outlay determined? Or where does it come from? I see the "bet" on the right...is that where you want to find the outlay?

Second part is pretty easy. In E2, put:

=IF(C2="1st",D2,0)

and drag down however far you need to

Hi, and thanks for responding,
The outlay is determined by the price which is in I1,J1 and K1
Example is between $1.00 to $2.00 is a $250 bet
$2.01 to $3.00 is a $200 bet and so on.
 
Upvote 0
Hi, thanks for the reply
Col B is the outlay price which is determined by the win price and Col C is where the horse finished.
 
Upvote 0
To write a constructive formula we will need ALL the details

and so on
is not quite adequate, i'm afraid.
and what happens when the horse finishes 2nd ??
 
Upvote 0
To write a constructive formula we will need ALL the details

is not quite adequate, i'm afraid.
and what happens when the horse finishes 2nd ??


Hi Michael,
I,ve just about got it all worked out bar one thing which is how to automatically enter a win price which will automatically put the outlay price in.

Win Price Outlay
$1.55 $250.00
$1.80 $250.00
$2.70 $200.00
$7.00 $100.00
$3.40 $150.00

Prices Min Prices Max Bet
$1.00 $2.00 $250
$2.01 $3.00 $200
$3.01 $4.00 $150
$4.01 $150.00 $100
So if the price is $1.50 = $250
$2.70 = $200
$3.15 = $150
Over $4.01 is $100
Hope that help
 
Upvote 0
Hi jproffer,

Yes the outlay comes from Bet cells and i have min and max price cells, as you can see if the price is $1.55 i put $250 in. If price is $2.85 i put $200 in and so forth.
 
Upvote 0
So how can an outlay of $250 be both $1.55 AND $1.80
 
Upvote 0
Hi Michael,

If the price is between $1.00 and $2.00 its a $250 bet if $2.01 to $3.00 its a $200, $3.01 to $4.00 is $150 and anything over $4.01 is $100 bet.
 
Upvote 0

Forum statistics

Threads
1,215,101
Messages
6,123,095
Members
449,095
Latest member
gwguy

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