Home Search

DriveWorks Pro 21
Min

Send Feedback

Min

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.

Syntax

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.

Examples

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.

Example Outcomes

WidthTextBoxReturn Value

HeightTextBoxReturn Value

DepthTextBoxReturn Value

Result of the Min function

28363028