Back to Questions
Basic Computer/IT
QUESTION #11510
Question 1
Which function in spreadsheet software returns the highest value in a specified range?
Correct Answer Explanation
The MAX function in MS Excel returns the largest value from a set of numbers. Syntax:
=MAX(A1:A10). Related functions: MIN (smallest), AVERAGE (mean), COUNT (count of numeric values), LARGE (kth largest value). MAX ignores text and logical values by default.
Sign in to join the conversation and share your thoughts.
Log In to Comment