Pages:
Actions
  • #1 by tdadba on 21 May 2018
  • Hi I want to lay different values based on the lay odds, for example:

    If the odd less than 3 = 10

    If the odds between 3 and 5 = 15

    If the more than 5 = 20

    Thanks!
  • #2 by MarkV on 21 May 2018
  • Hi
    IF(lay_price < 3, 10, IF(lay_price > 5, 20, 15))
Pages:
Actions