
Excel MIN Function
Use:
- Computes smallest value in a set of data
Syntax:
- MIN( range )
Examples:
- Cell D12 formula: MIN( C4:G4 )
Cell D13 formula: MIN( D3:D9 )
Cell D14 formula: MIN( C3:G9 )
Cell D15 formula: MIN( D3:D9,G3:G9 )
Related Functions:
- MAX, LARGE, SMALL,
RANK