Okay, I am NOT a sharp.
And this is my first visit here.
So NO flaming please.
I came here looking for a function to use in my Excel worksheet to convert American odds to decimal.
I THINK I came up with the equation, and wanted to share and make sure I got it right.
There were a couple of things that were either confusing or way over my head.
So I went back to work and came up with this:
Assuming A1 is the American Odds, In B1, input:
=IF(A1="","",IF(A1>0,(A1/100)+1,IF(A1<-1,(1+(A1*-1)))))
This also takes into account a if there is no number in A1, B1 will remain blank.
If you are looking for something like this, let me know if it works for you - or not.
ps. Roll Tide!
And this is my first visit here.
So NO flaming please.
I came here looking for a function to use in my Excel worksheet to convert American odds to decimal.
I THINK I came up with the equation, and wanted to share and make sure I got it right.
There were a couple of things that were either confusing or way over my head.
So I went back to work and came up with this:
Assuming A1 is the American Odds, In B1, input:
=IF(A1="","",IF(A1>0,(A1/100)+1,IF(A1<-1,(1+(A1*-1)))))
This also takes into account a if there is no number in A1, B1 will remain blank.
If you are looking for something like this, let me know if it works for you - or not.
ps. Roll Tide!