Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Breed

Pages: [1]
1
Help Me / Adding stats columns question
« on: May 29, 2011, 08:43:09 PM »
Hi all
New to the forums. Thanks for making a great product Corey!

I have two formulas I am using and want to add the columns together

I am using
if(r<=9,100*(sqrt(n))/(r + 1),0) for my tournament scoring

Overall score is
sum(top(8,scores))

Points is
if(r<=18,n-r+1,0)

These all work fine and give me correct calculations under the stats tab

What I would like to do is add points to Overall score in a separate column under stats. Is this possible? Thanks

Pages: [1]