Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
no its miffed because the formula is not passing the syntax requirements due to mis-matched brackets
I removed the trailing bracket on the line 2 below, as the IF does not end until the end of the formula.
If(
[Priority]="Normal" AND [Delivery (hours)]>24,[Delivery (hours)]-24,
[Priority]="Rush" AND [Delivery (hours)]>12,[Delivery (hours)]-12)
I removed the trailing bracket on the line 2 below, as the IF does not end until the end of the formula.
If(
[Priority]="Normal" AND [Delivery (hours)]>24,[Delivery (hours)]-24,
[Priority]="Rush" AND [Delivery (hours)]>12,[Delivery (hours)]-12)