Forum Discussion
AdamKeever1
6 years agoQrew Commander
I would change your "Total printers required field" to just "Total printers". Then add a formula field called "Required printers"; this will be the field you would use to monitor the number of required printers based on the yes/no selection. Then use your IF logic in the "Required printers" field:
------------------------------
Adam Keever
------------------------------
IF( [High Volume] = true, [Total printers] / 2, [Total printers] )
------------------------------
Adam Keever
------------------------------