Ganchrow, is all of this for excel? i just tried to do the first command in a cell in excel. i typed in US2Dec(-110,-110) and nothing happened. do i need to do anything else?
Simple VBA Sports Betting Functions Template for Excel
Collapse
X
-
RaginCajunSBR Hustler
- 06-28-10
- 87
#71Comment -
RickySteveRestricted User
- 01-31-06
- 3415
#72You have to install the functions before you can use them.Comment -
KraghenSBR MVP
- 07-08-10
- 2509
#73Hi there! Does it work on Macintosh's excel version?Comment -
FlightRestricted User
- 01-28-09
- 1979
#74If the Mac version supports VBA then yes. I believe it does. Open Excel and push ALT+F11 and see if the VB editor comes up. If it does, you're in business.Comment -
sharpcatRestricted User
- 12-19-09
- 4516
#75Originally posted by KraghenHi there! Does it work on Macintosh's excel version?Comment -
ShonnerSBR MVP
- 09-05-10
- 1361
#76Anyone have an idea of when the Demo Ganch posted back in August will be ready?Comment -
FlightRestricted User
- 01-28-09
- 1979
#77Originally posted by ShonnerAnyone have an idea of when the Demo Ganch posted back in August will be ready?Comment -
BlackeSBR Sharp
- 10-26-09
- 290
#78nice work, thxComment -
cant call itSBR Hall of Famer
- 08-29-10
- 8817
#79does this work on excel 2010?Comment -
blackf1reSBR Sharp
- 01-31-10
- 487
#80Doesn't seem to work on Excel 2010. And when trying to open the .xlt I get this:
"This workbook has lost its VBA project, ActiveX controls and any other programmability-related features."Comment -
ArcadeFireSBR High Roller
- 10-30-10
- 111
#81Yes, I cannot get it to work in current Excel version, bummer.
Whatever happened to Ganchrow?Comment -
hubie69SBR Hall of Famer
- 09-16-10
- 7329
#82Excellent work on these Ganchrow, amazingly helpful.Comment -
RamsterSBR Hustler
- 06-08-09
- 81
#83Thank you OP..I downloadedComment -
mjespozSBR Rookie
- 02-15-11
- 42
#85Ganchrow! I have learnt so much from your Kelly posts (amongst others). Welcome back!Comment -
frankzigSBR MVP
- 10-26-09
- 2268
#86yea solid we ca axt uamytngComment -
frankzigSBR MVP
- 10-26-09
- 2268
#87proper english baby your not in the streetComment -
jhol3990SBR Rookie
- 09-09-08
- 45
#88awesome, thanks for this. Just trying to find the gold in this forum and looks like i've struck some here. Thanks again.Comment -
jjgoldSBR Aristocracy
- 07-20-05
- 388179
#89Nice work Ganch
Anyone else would charge for this stuffComment -
cant call itSBR Hall of Famer
- 08-29-10
- 8817
#90how do I translate this to english? I dont know anything about thisComment -
RickySteveRestricted User
- 01-31-06
- 3415
#91Ganchrow is the final boss.Comment -
demensSBR MVP
- 10-22-10
- 2785
#92Can these be used in OO Calc?Comment -
SacamanoSBR High Roller
- 11-13-11
- 227
#93Great work..thank youComment -
Inkwell77SBR MVP
- 02-03-11
- 3227
#94Awesome! Thank you!Comment -
allin1SBR MVP
- 11-07-11
- 4555
#95bump and thanks!Comment -
mikeorta20SBR Rookie
- 05-21-12
- 1
#96how come when i us the 'us2fair' function it gives me a negative number for the dog and the favorite. so both cells have a "-184" instead of one +/-. its messing me up when calculating win probablity.Comment -
GanchrowSBR Hall of Famer
- 08-28-05
- 5011
#97Originally posted by mikeorta20how come when i us the 'us2fair' function it gives me a negative number for the dog and the favorite. so both cells have a "-184" instead of one +/-. its messing me up when calculating win probablity.
You need to enter it with CTRL+SHIFT+ENTER.
Also ... if you just want to calculate win probability you should use US2REAL rather than US2FAIR.Comment -
bmurphy003SBR Rookie
- 01-24-12
- 17
#98Great thread, bit of an excel nerd here but I'm trying to come up with an if function that will return the change in units for each game betted on. Ex: (column 1, column 2, column 3, etc.) = (
line, result, base amount of units, unit change) = (-1.10, W, 1.00, *should return +1.00)
works fine unless betting a favorite with a losing result. Tried many combinations of
=if(AND(line<0,result ="W"),[base amount]* line....etc
buthavent quite figured it out.
Any thoughts/comments would be helpfulComment -
GanchrowSBR Hall of Famer
- 08-28-05
- 5011
#99Originally posted by bmurphy003I'm trying to come up with an if function that will return the change in units for each game betted on. Ex: (column 1, column 2, column 3, etc.) = (
line, result, base amount of units, unit change) = (-1.10, W, 1.00, *should return +1.00)
works fine unless betting a favorite with a losing result. Tried many combinations of
=if(AND(line<0,result ="W"),[base amount]* line....etc
buthavent quite figured it out.
Any thoughts/comments would be helpful
Code:=US2Res(<USOdds>, <WagerQuantity>, <Outcome>)
If you have your quantities listed as "base" rather than "risk" quantities, then you could use something like:
Code:=quantity*IF(result="W", MAX(1,USOdds/100), (result="L")*MIN(-1,USOdds/100))
Comment -
gauchojakeBARRELED IN @ SBR!
- 09-17-10
- 34117
#100Nice bump hoopy. Gotta get prepped for nflComment -
satanaSBR Hustler
- 01-05-13
- 71
#101does this work on google docs spreadsheet?Comment -
Lo$tSBR Wise Guy
- 06-03-10
- 787
#102Can I input Izzo any # into this thing?Comment -
kzee89SBR Hustler
- 03-08-10
- 78
#103I like the idea of applying VBA knowledge to sports.Comment -
satanaSBR Hustler
- 01-05-13
- 71
#104Originally posted by satanadoes this work on google docs spreadsheet?
I've office '07 installed on this old laptop, why can't I find find the Microsoft Office folder under C:\Program Files?
edit found it
Comment -
satanaSBR Hustler
- 01-05-13
- 71
#105Originally posted by GanchrowType the following in cell A1:=us2prob(-110)Hit enter. If the result is 0.52381 then you know the function is working properl
all macros are enabled, I'm using office '07 and the file has been copied in the right folder.Comment
Search
Collapse
SBR Contests
Collapse
Top-Rated US Sportsbooks
Collapse
#1 BetMGM
4.8/5 BetMGM Bonus Code
#2 FanDuel
4.8/5 FanDuel Promo Code
#3 Caesars
4.8/5 Caesars Promo Code
#4 DraftKings
4.7/5 DraftKings Promo Code
#5 Fanatics
#6 bet365
4.7/5 bet365 Bonus Code
#7 Hard Rock
4.1/5 Hard Rock Bet Promo Code
#8 BetRivers
4.1/5 BetRivers Bonus Code