Speedy,
Within excel there are built in functions, which are predefined formulas that perform calculations by using specific values. The functions you will need to use on the table of values are as follows:
The function MAX(number1,number2,...), returns the largest value in a set of values. If A1:A5 contains the numbers 10, 7, 9, 27, and 2, then: MAX(A1:A5) equals 27.
The function MIN(number1,number2,...), returns the smallest number in a set of values. If A1:A5 contains the numbers 10, 7, 9, 27, and 2, then: MIN(A1:A5) equals 2.
Assuming that all of the sets of values are set up the same way, you can select the range and copy the formula to all of your sets of values.