Large Formula

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Hello All,

Using Excel XP

When using the large formula =LARGE(A1:A10,1) the formula works fine.
When I try to use the formula in non-adjacent cells =LARGE(A1:A10,B1:B10,1)
I receive an error message that I've entered too many arguments. Any
suggestions how I can get the formula to work in non-adjacent cells would be
appricated.

Thanks in advance,

Michael
 
Hi
one way
try defining a name for your non contingenous range and use this name
in your formula
 
Since you *are* looking for the *largest* in your example, how about:

=MAX(A1:A10,J1:J10,X1:X10)
 
Non-adjacent cells?...........

=LARGE(A1:B10,1) seems to work

Vaya con Dios,
Chuck, CABGx3
 
Back
Top