Author Topic: Adding cells Total BB's in Play and Avg BB's/Stack  (Read 1042 times)

emc300

  • Newbie
  • *
  • Posts: 27
    • View Profile
Adding cells Total BB's in Play and Avg BB's/Stack
« 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.  ???

Proffanno

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Adding cells Total BB's in Play and Avg BB's/Stack
« Reply #1 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">

mcfrojd

  • Full Member
  • ***
  • Posts: 136
    • View Profile
Re: Adding cells Total BB's in Play and Avg BB's/Stack
« Reply #2 on: March 12, 2016, 02:52:06 AM »
Total BB should be <expression text="roundToNearest((chipCount / bigBlind), .1)" format="number" precision="0"> i guess

emc300

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: Adding cells Total BB's in Play and Avg BB's/Stack
« Reply #3 on: March 14, 2016, 06:14:24 PM »
Worked perfectly.  Thank you both for your help.  ;D