by silver » Sat Feb 27, 2010 6:32 pm
You can add in a reference to the E2 cell like this:
$E$2="Not In Play"
I can't write the full formula without knowing what your other criteria are, but you could embed it as an IF clause in the rest of your formula using AND like this:
=IF(AND(yourcriterion1,yourcriterion2,$E$2="Not In Play"),"BACK","")
As long as you don't use the -IP trigger modifier, any bets which are triggered prior to In Play but not matched immediately, will not be matched during In Play.