View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 1,726
Default Median If Function

Try

=MEDIAN(IF(C160:CI1600,C160:CI160))

etc., which is an array formula

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"allyrose79" wrote in message
...
Hi!
I am working on a statistics report, and I need to find the median of a
percentage increase, decrease, and no change. Would these be the formulas
I
need to use?

=MEDIAN(IF(C160:CI160,"0")) for increase
=MEDIAN(IF(C160:CI160,"<0")) for decrease
=MEDIAN(IF(C160:CI160,"0")) for no change

Thanks so much for your help!
~Allison