Thread: COMPLEX ARRAY
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default COMPLEX ARRAY

IF(AND(ISNUMBER(AU49),AU49=25),SUM(LARGE(A49:AN4 9,ROW($A$4:$A$51))),IF(ISNUMBER(AU49),"",""))

Not sure what you're trying to do. That formula has a couple of things wrong
with it.

If AU49 is a number =25 then sum the 4th through the 51st largest numbers
(a total of 48 numbers) in the range A49:AN49. The problem is that the range
A49:AN49 is only 40 cells so there can't be 48 numbers to sum.

????

--
Biff
Microsoft Excel MVP


"Terry" wrote in message
...
Win XP Pro sp3
MS office 2003

I am using this formula in an Excel workbook:
IF(AND(ISNUMBER(AU49),AU49=25),SUM(LARGE(A49:AN49 ,ROW($A$4:$A$51))),IF(ISNUMBER(AU49),"",""))







What I want to do is find how many games of 25 or more played by each
player, then if over 25 then take the "best" 25 and give an aggregate.

Within this workbook there is a SS linked to show player with: a) 25 or
more games played. b) If more than 25 played then aggregate the highest
25.



what I have at present is several players played more than 25 games but in
the linked SS the names are mixed up if more than one player has the same
aggregate.



Sorry but it is difficult trying to explain as I am not too familiar with
mixed formulae.



My formulae came from this newsgroup originally.



Please ask if you require more information etc.



Regards



Terry