|
Returns the median of the given numbers. The median is the number in the middle of a set of numbers; that is, half the numbers have values that are greater than the median, and half have values that are less.
Parameters :
 | range | is an array or a reference to cells that contain numbers for which you want to calculate median. |
|