Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 71
Default Interesting Median observation

Am I going crazy?

Create 16 values so that the formula
=median(a1:a16)

does not return the value of an actual cell you have typed.

Now use
=median(a1:a16,1)

and it gives you the cell in your range that is closest (lower range) to the
median!

Can anyone explain this?

Regards,
Bony


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Interesting Median observation

Hi,

It isn't doing that. Consider the numbers below In a1 to a17

=MEDIAN(A1:A16) Returns 8.5

=MEDIAN(A1:A16,22) Returns 9

=MEDIAN(A1:A17) Returns 9

All your doing by adding ,1 to the median arguments is adding an additional
number for it to calculate.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
22

Mike

"Bony Pony" wrote:

Am I going crazy?

Create 16 values so that the formula
=median(a1:a16)

does not return the value of an actual cell you have typed.

Now use
=median(a1:a16,1)

and it gives you the cell in your range that is closest (lower range) to the
median!

Can anyone explain this?

Regards,
Bony


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 41
Default Interesting Median observation

Hi,

The help file explains that clearly. In your first formula you
have an even number in your set.

With your second formula read it in the help file as
Number1 (is your A1:A16 range)
Number2 (is 1)

HTH
Martin




"Bony Pony" wrote in message
...
Am I going crazy?

Create 16 values so that the formula
=median(a1:a16)

does not return the value of an actual cell you have typed.

Now use
=median(a1:a16,1)

and it gives you the cell in your range that is closest (lower range) to
the
median!

Can anyone explain this?

Regards,
Bony



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 71
Default Interesting Median observation

Hi all,
Thanks for the steer. Glad I'm not going crazy - just a localised case of
dumbness!!

many thanks!

Bony

"MartinW" wrote:

Hi,

The help file explains that clearly. In your first formula you
have an even number in your set.

With your second formula read it in the help file as
Number1 (is your A1:A16 range)
Number2 (is 1)

HTH
Martin




"Bony Pony" wrote in message
...
Am I going crazy?

Create 16 values so that the formula
=median(a1:a16)

does not return the value of an actual cell you have typed.

Now use
=median(a1:a16,1)

and it gives you the cell in your range that is closest (lower range) to
the
median!

Can anyone explain this?

Regards,
Bony



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 41
Default Interesting Median observation

Your welcome Bony, and don't worry about the dumbness bit, I don't
think there is one user in this group that doesn't spin off on the wrong
tangent each now and again, and that includes our resident gurus!!!

Cheers
Martin



"Bony Pony" wrote in message
...
Hi all,
Thanks for the steer. Glad I'm not going crazy - just a localised case of
dumbness!!

many thanks!

Bony

"MartinW" wrote:

Hi,

The help file explains that clearly. In your first formula you
have an even number in your set.

With your second formula read it in the help file as
Number1 (is your A1:A16 range)
Number2 (is 1)

HTH
Martin




"Bony Pony" wrote in message
...
Am I going crazy?

Create 16 values so that the formula
=median(a1:a16)

does not return the value of an actual cell you have typed.

Now use
=median(a1:a16,1)

and it gives you the cell in your range that is closest (lower range)
to
the
median!

Can anyone explain this?

Regards,
Bony






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 41
Default Interesting Median observation

Speaking of dumbness, that should have been You're welcome Bony.



"MartinW" wrote in message
...
Your welcome Bony, and don't worry about the dumbness bit, I don't
think there is one user in this group that doesn't spin off on the wrong
tangent each now and again, and that includes our resident gurus!!!

Cheers
Martin



"Bony Pony" wrote in message
...
Hi all,
Thanks for the steer. Glad I'm not going crazy - just a localised case
of
dumbness!!

many thanks!

Bony

"MartinW" wrote:

Hi,

The help file explains that clearly. In your first formula you
have an even number in your set.

With your second formula read it in the help file as
Number1 (is your A1:A16 range)
Number2 (is 1)

HTH
Martin




"Bony Pony" wrote in message
...
Am I going crazy?

Create 16 values so that the formula
=median(a1:a16)

does not return the value of an actual cell you have typed.

Now use
=median(a1:a16,1)

and it gives you the cell in your range that is closest (lower range)
to
the
median!

Can anyone explain this?

Regards,
Bony





  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Interesting Median observation

To put it another way:

If the total number of values is an odd number, then the median value will
be one of the values being evaluated. If the the total number of values is
an even number, then the median will be the average of the middle two values
and will only be one of the values being evaluated if the two middle numbers
are the same.

--
Biff
Microsoft Excel MVP


"MartinW" wrote in message
...
Speaking of dumbness, that should have been You're welcome Bony.



"MartinW" wrote in message
...
Your welcome Bony, and don't worry about the dumbness bit, I don't
think there is one user in this group that doesn't spin off on the wrong
tangent each now and again, and that includes our resident gurus!!!

Cheers
Martin



"Bony Pony" wrote in message
...
Hi all,
Thanks for the steer. Glad I'm not going crazy - just a localised case
of
dumbness!!

many thanks!

Bony

"MartinW" wrote:

Hi,

The help file explains that clearly. In your first formula you
have an even number in your set.

With your second formula read it in the help file as
Number1 (is your A1:A16 range)
Number2 (is 1)

HTH
Martin




"Bony Pony" wrote in message
...
Am I going crazy?

Create 16 values so that the formula
=median(a1:a16)

does not return the value of an actual cell you have typed.

Now use
=median(a1:a16,1)

and it gives you the cell in your range that is closest (lower range)
to
the
median!

Can anyone explain this?

Regards,
Bony







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
Minimum Date Greater Than Observation Start Date vito Excel Discussion (Misc queries) 2 August 14th 07 03:02 PM
Interesting =TExt issue Pat Excel Discussion (Misc queries) 4 October 26th 06 07:03 PM
another interesting thing... Nick Dangr Excel Worksheet Functions 5 October 28th 05 12:53 AM
interesting question can anyone help short_n_curly Excel Discussion (Misc queries) 3 July 20th 05 09:02 PM
Interesting TIF file problem TBird Excel Discussion (Misc queries) 5 July 5th 05 10:32 PM


All times are GMT +1. The time now is 02:31 AM.

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"