|
|
 |
| found 11 articles for 0.303 sec |
  |
| try something like
=if(large(range,countif(range,"<>0")/2)>0,large(range,countif(range,"<>0")/2),small(range,countif(range,"<>0")/2))
if you want to be more accurate,
=if(mod(countif(range,"<>0"),2)=1,if(large(range,countif(range,"<>0")/2)>0,large(range,countif(range,"<>0")/2),small(range,countif(range,"<>0")/2))if(large(range,countif(range,"<>0")/2)>0,(large(range,countif(range,"<>0")/2)-large |
|
 |
|
 |
Group: microsoft.public.excel.misc · Group Profile · Search for Serveal in microsoft.public.excel.misc
Author: Ron Coderre
Date: Feb 12, 2007 15:27
I am trying to calculate both an average and a median for a list of numbers. I have zeros in the list which I want to keep in the average calculation but need to ignore the zeros in the median calculation. Is there a way to write that formula? Right now I have: =MEDIAN(N392:N1491) I cannot simply sort by the column in question because I have serveal columns that I have to do an average
|
| Show full article (1.06Kb) |
|
 |
|
1 ·
2 ·
next |
|
|