InterviewSolution
Saved Bookmarks
| 1. |
Which function finds the largest in a range?a) Average() b) Count()c) Max() |
|
Answer» Just enter the formula =Max (A1:F12) or =Min(A1:F12) in a blank CELL, and then press Enter key to get the largest or smallest number in the range, see screenshot: Note: The Max FUNCTION and Min function can only find out the highest or lowest value, but not SELECT the value in ranges |
|