D
David K
My form's users enter three numbers (between 1 and 5) in Columns A, B, and C.
If all three numbers are (for example) "4" then the table's "Column D" must
contain the number 4. But if the numbers differ, then the lowest one goes in
column D.
I've been using Expression Builder and the IIF function. It gets me most of
the way, but nothing I do with the three numbers (averaging, square root of
sum of squares...) returns a value equal to the lowest of the three numbers.
In Excel, I'd use the "Truncate" function on the mean value (but even then,
I'd have an error if the three numbers differ by more than a value of "1").
If all three numbers are (for example) "4" then the table's "Column D" must
contain the number 4. But if the numbers differ, then the lowest one goes in
column D.
I've been using Expression Builder and the IIF function. It gets me most of
the way, but nothing I do with the three numbers (averaging, square root of
sum of squares...) returns a value equal to the lowest of the three numbers.
In Excel, I'd use the "Truncate" function on the mean value (but even then,
I'd have an error if the three numbers differ by more than a value of "1").