The Max function in a spreadsheet is used to identify the largest value in a set of values. It examines a range of numbers and returns the highest one among them.
For example, if you have a range of numbers in cells A1 to A5, you can use the function =MAX(A1:A5)
to find the largest number in that range.