Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Median If Function

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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Median If Function

Please note that this is an array formula. You create array formulas in the
same way that you create other formulas, except you press CTRL+SHIFT+ENTER to
enter the formula. If successful in 'Formula Bar' you can notice the curly
braces at both ends like "{=<formula}"

=MEDIAN(IF(G1:G200,G1:G20))
=MEDIAN(IF(G1:G20<"",IF(G1:G20<0,G1:G20)))

If this post helps click Yes
---------------
Jacob Skaria


"allyrose79" wrote:

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

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Median If Function

No. You need to remind yourself of the syntax of the IF function; look it
up In Excel help.
The first argument should be a condition, and the second is the outcome if
the condition is satisfied. Remember also that a string enclosed in quotes
is text, so it wouldn't be any use as an argument for a number function like
MEDIAN.
--
David Biddulph

"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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Median Function Jrf Excel Discussion (Misc queries) 2 April 1st 09 04:09 AM
database median function???? schmidtjoseph Excel Discussion (Misc queries) 2 June 8th 08 06:35 PM
median function flyingmeatball Excel Worksheet Functions 1 August 17th 06 05:58 PM
median function flyingmeatball Excel Worksheet Functions 2 August 17th 06 04:35 PM
Median function pamanaf Excel Discussion (Misc queries) 1 August 10th 05 02:16 PM


All times are GMT +1. The time now is 01:13 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"