This function, when calculated, will return the smallest value from the set of numbers supplied.
If no numbers are entered then the Min function will return 0.
Min([Number1], [Number2], [Number n] )
Where:
Number1, Number2, Number n, are numbers or references to numbers, from which you want to find the minimum value.
There can be 1 to 255 numbers in any one MIN function.
Rule | Meaning |
---|---|
Min(WidthTextBoxReturn, HeightTextBoxReturn,DepthTextBoxReturn) | Checks the return values of the WidthTextBox, HeightTextBox and DepthTextBox. Whichever value is the smallest will be returned from the Min function. |
WidthTextBoxReturn Value | HeightTextBoxReturn Value | DepthTextBoxReturn Value | Result of the Min function |
---|---|---|---|
28 | 36 | 30 | 28 |