Use AND and put it in the antecedent of the if[] statement. See this thread which talks about a different situation but it's the same general idea of adding a piece to a column.
I simply don't know enough about the stat building process to be able to see what's relevant or not here (sorry!). I've read the tutorials and get the basics but come really unstuck when having multiple rules.
1. Can I do everything I need simply by editing the value expression within the definition?
2. If so, this is the current stat I'd like to duplicate and edit:
(cnt_r_bet_wtsd_won / cnt_r_bet_wtsd) * 100
3. I've read the thread you pointed me to and I'm struggling to see what bits of that I need to take here...
Here's my best guess: if[(cash_hand_summary.amt_pot / cash_limit.amt_bb) > 100 AND (cnt_r_bet_wtsd_won / cnt_r_bet_wtsd) * 100] but it doesn't work
![Sad :-(](https://www.pokertracker.com/phpBB3-forums/images/smilies/icon_e_sad.gif)