kellys equation

xeven_

Active Member
Joined
Jan 20, 2012
Messages
302
Can I use excel 2016 to calculate Kellys equation K% = W – [(1 – W) / R]

W = 0.34 and R = 0.86

If so how do I do this? Please forgive me but I am a wiz at math or excel :confused:
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Try

Excel 2007
AB
1W0.34
2R0.86
3
4K%-42.74%
Sheet2
Cell Formulas
RangeFormula
B4=B1-(1-B1)/B2
 
Last edited:
Upvote 0
If you need it to be positive
Code:
=ABS(B1-(1-B1)/B2)
 
Upvote 0

Forum statistics

Threads
1,216,921
Messages
6,133,475
Members
449,808
Latest member
BoredSean

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