I have 35 values and would like to calculate the median of those values.
=MEDIAN(A1:A35)
Or if you actually meant average instead (people sometimes confuse these) then
=AVERAGE(A1:A35)
Note: the arguments must be numeric values. You can not make any calcuations with the $1 like STRINGS.
Yeah right, s/he didn’t say what “dollar values” actually are, I assumed amounts of currency formatted numeric values, not text content.
In that case see this FAQ.
Thank you. I was able to calculate the median. Much appreciated.
Glad to help. Then please mark the answer as correct by clicking the check mark icon. Thanks.