M
mmatzke
I need to get the min of two statements
=IIf([TRPB1]<[TRPB2] Or [CDVA1]<[CDVA2] Or [HSIA1]<[HSIA2] Or
[HSIB1]<[HSIB2] Or [DIGA1]<[DIGA2] Or [DIGB1]<[DIGB2] Or
[RPUA1]<[RPUA2],0.05,1)
and
=IIf([Text47]>=0.88,0.16,IIf([Text47]>=0.85,0.11,IIf([Text47]>=0.81,0.09,IIf([Text47]>=0.76,0.07,IIf([Text47]>=0.72,0.05,0)))))
You an also use a sample of
[Field1] and [Field2] to make it easier
I tried:
=Min([Field1],[Field2])
with no success, I recieved the output of [Field1], and that was more than
[Field2].
=IIf([TRPB1]<[TRPB2] Or [CDVA1]<[CDVA2] Or [HSIA1]<[HSIA2] Or
[HSIB1]<[HSIB2] Or [DIGA1]<[DIGA2] Or [DIGB1]<[DIGB2] Or
[RPUA1]<[RPUA2],0.05,1)
and
=IIf([Text47]>=0.88,0.16,IIf([Text47]>=0.85,0.11,IIf([Text47]>=0.81,0.09,IIf([Text47]>=0.76,0.07,IIf([Text47]>=0.72,0.05,0)))))
You an also use a sample of
[Field1] and [Field2] to make it easier
I tried:
=Min([Field1],[Field2])
with no success, I recieved the output of [Field1], and that was more than
[Field2].