Forum Discussion
MarkShnier__You
Qrew Legend
6 years agoQuick Base will evaluate an IF in the sequence listed, stopping either when it runs out of tests or when it finds the first true one. So it's all about the sequence. It also helps your own sanity to write the formula vertically.
IF(
[Units Inspected]=0,0,
[Units Inspected]<=4,1,
[Units Inspected]/4.5)
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------
IF(
[Units Inspected]=0,0,
[Units Inspected]<=4,1,
[Units Inspected]/4.5)
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------