Author Topic: Bonus for winning  (Read 1084 times)

Whiterhino

  • Jr. Member
  • **
  • Posts: 59
    • View Profile
Bonus for winning
« on: June 19, 2020, 05:15:12 PM »
Hi Corey, probably something that I have missed, but here goes. I have a formula to provide a points total for all f the players in the tournament which includes laddering, winnings etc which of course is represented by the 'points' column. I would like to add a bonus of 50 points to the winner but can't find a way to isolate one player and allocate a different formula. Is there a way to perhaps customise a column and add the bonus or is there a simpler way to do this please. 

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Bonus for winning
« Reply #1 on: June 19, 2020, 06:00:37 PM »
Just add + if(rank = 1, 50) to your current formula.

Whiterhino

  • Jr. Member
  • **
  • Posts: 59
    • View Profile
Re: Bonus for winning
« Reply #2 on: June 20, 2020, 04:23:49 AM »
Perfect thank you