Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
If(
[field x]=0,0,
[field x] = 1 and [field y]<40,0,
[field x] = 1 and [field y]<=150,0.5,
[field x] = 1 and [field y]>150,1)
// you will need to check your "fence posts" for what happens at exactly 150.
[field x]=0,0,
[field x] = 1 and [field y]<40,0,
[field x] = 1 and [field y]<=150,0.5,
[field x] = 1 and [field y]>150,1)
// you will need to check your "fence posts" for what happens at exactly 150.