Function that helps me find the middle value

D

Diana

Hi,

I need a function that helps find the middle value. For example, if I
have 12, 23 and 100, it must show 23. Or if I have 1,2,3 must show 2.

Thanks
 
P

Pete_UK

Here's a generalised solution to the problem:

=LARGE(A1:A10,ROUNDUP(COUNT(A1:A10)/2,0))

Your numbers can be anywhere in the range A1:A10 (as an example), and
works best if you have an odd number of numbers.

Hope this helps.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top