It's not ideal at all and I don't have the historical BF SP's to confirm the higher odds numbers but this is what I'm using to estimate currently:
- Code: Select all
=IF(F2<1,F2*1.05+1,IF(F2<1.875,F2*1.1+1,IF(F2<4,F2*1.15+1,IF(F2<6,F2*1.2+1,IF(F2<9,F2*1.3+1,IF(F2<12,F2*1.4+1,IF(F2<15,F2*1.5+1,F2*1.6+1)))))))
F2 is the cell with my SP figure.
That's spot on for everything of SP <= 4/1 but above that it loses the correlation as the odds increase (I think!)
