InterviewSolution
Saved Bookmarks
| 1. |
What function was used to find the lowest data |
|
Answer» el MIN function returns the SMALLEST NUMERIC value in a range of values. The MIN function ignores EMPTY CELLS, the logical values TRUE and FALSE, and text values. Get the smallest value. |
|