formula with multiple parameters
Hello,
I have a check box that I need to automatically be checked if the value of the request is >2500 and <15000. I had this worked out fine with the formula:
Case([Total]>2500,([Total]<5000),true,false,)
However, I have been asked to add a third parameter....if the user is a particular person, their thresholds are different...I'm trying this formula below. However, the issue I'm running into is that, the box is being checked even if it is below 2500.
Case([DOC]="Sean Regan",[Total]>2500,([Total]<5000),true,false,
Case([DOC]="Grafton Montgomery",[Total]>2500,([Total]<5000),true,false,
Case([DOC]="Jeron Pearson",[Total]>2500,([Total]<15000),true,false,
Case([DOC]="Jared Bernshausen/Brian Oesch",[Total]>2500,([Total]<15000),true,false,
Case([DOC]="Jay McClain",[Total]>2500,([Total]<15000),true,false)))))
Please help!!
Brandy
------------------------------
Brandy Nunes
------------------------------