Computer Applications
Explain the following function:
MIN ( )
Spreadsheet
29 Likes
Answer
This function returns the lowest value from among the specified cells in the active cell.
Its syntax is:
=MIN(number1, number2, …….) where argument type is Number and return type is Number.
To know the lowest of the cell values ranging from A1, A2, A3, …….. to An, the function will be written as:
=MIN(A1, A2, A3, ……., An)
OR
=MIN(A1:An)
Answered By
15 Likes