LARGE
What Does It Do ?
This function examines a list of values and picks the value at a user specified position
in the list.
This function examines a list of values and picks the value at a user specified position
in the list.
Syntax
=LARGE(ListOfNumbersToExamine,PositionToPickFrom)
=LARGE(ListOfNumbersToExamine,PositionToPickFrom)
Formatting
No special formatting is needed.
No special formatting is needed.
NoteAnother way to find the Highest and Lowest values would have been to use
the =MAX() and =MIN() functions.
the =MAX() and =MIN() functions.