Previous Topic: MID Function--Return Part of a String

Next Topic: MINUTE Function--Return the Minutes Component for a Date

MIN Function--Determine the Lesser of Two Numbers

The MIN function returns the lesser of two numeric arguments.

Syntax

The MIN function has the following format:

MIN(int_1, int_2)

Parameters

The MIN function accepts the following parameters:

int_1 (number)

int_2 (number)

Return Value

The MIN function returns a number.

Example

Return_value=MIN(-2, 4)
Return_value=-2

More information:

MAX Function--Determine the Larger of Two Values


Copyright © 2010 CA. All rights reserved. Email CA about this topic