Pages:
Actions
  • #1 by racepro on 25 Oct 2013
  • hi,
    can someone help me amend the following formula to
    bet minimum of 5 should calc result show a fig less than 5

    (((expectation * (lay_price - 1)/divisor)*base/(lay_price-1)))

    I thought the following should work but doesn't

    IF((((expectation * (lay_price - 1)/divisor)*base/(lay_price-1)))<5,5,(((expectation * (lay_price - 1)/divisor)*base/(lay_price-1)))

    thanks
    R
  • #2 by MarkV on 25 Oct 2013
  • Hi
    IF((((expectation * (lay_price - 1))/divisor)*base)/(lay_price-1)<5, 5, (((expectation * (lay_price - 1))/divisor)*base)/(lay_price-1))
  • #3 by racepro on 25 Oct 2013
  • I was almost there :)
    Thanks Mark
Pages:
Actions