Function: MIN(A,B), MAX(A,B), AVERAGE(A,B) 1. 최소값 : = Min(범위) 2. 최대값 : = Max(범위) 3. 평균 : = Average(범위)