The Tournament Director Forums

Main => Help Me => Topic started by: emc300 on March 08, 2016, 04:41:01 PM

Title: Adding cells Total BB's in Play and Avg BB's/Stack
Post by: emc300 on March 08, 2016, 04:41:01 PM
I've been struggling trying to create these two cells and I looked through the forums. Any help would be great. Thanks in advance.  ???
Title: Re: Adding cells Total BB's in Play and Avg BB's/Stack
Post by: Proffanno on March 11, 2016, 05:50:10 PM
Total BB's dont know

Avg BB:
In the layout tab -> Insert Cell -> New Cell -> Put the text below in the content box:

Average BB:<expression text="roundToNearest((chipCount / playersLeft / bigBlind), .1)" format="number" precision="0">
Title: Re: Adding cells Total BB's in Play and Avg BB's/Stack
Post by: mcfrojd on March 12, 2016, 02:52:06 AM
Total BB should be <expression text="roundToNearest((chipCount / bigBlind), .1)" format="number" precision="0"> i guess
Title: Re: Adding cells Total BB's in Play and Avg BB's/Stack
Post by: emc300 on March 14, 2016, 06:14:24 PM
Worked perfectly.  Thank you both for your help.  ;D