rank/small with multiple ranges

D

dave

I'd like to refer to 3 different ranges of numbers and
make a new list which(when copying down the formula)
creates a list of all the numbers in ascending order. Can
I use the rank function across multiple ranges?

say a1-a10, c1-c10, and e1-e10(so you can't highlight the
whole rnge in one shot)

and make g1 show the smallest number in all the ranges, g2
show the second smallest, etc.

tia,
Dave
 
B

Bob Umlas

Enter this & fill down 30 rows:
=LARGE(($A$1:$A$10,$C$1:$C$10,$E$1:$E$10),ROW(A1))
 

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