Skip to content
English
  • There are no suggestions because the search field is empty.

MIN Operation

How to use the MIN operation in formulas

Definition

The MIN operation finds the minimum value in a numerical dataset.

Example

MIN(4,10,99)

Result:
4

Syntax Guide

MIN(value1, [value2, ...])

value1 - The first value to consider when calculating the minimum value

value2, ... - [ OPTIONAL ] - Additional values to consider when calculating the minimum value