View Single Post
  #3   Report Post  
Michael
 
Posts: n/a
Default

Many Thanks Biff.
I was getting closer, but running out of hair.
Regards
Michael Mitchelson


"Biff" wrote:

Hi!

Array entered using the key combo of CTRL,SHIFT,ENTER:

=LARGE(IF(B6:AO6<999,B6:AO6),1)

Biff

"Michael" wrote in message
...
Hi All
This one has me stumped.
I have a range of 40 cells. All cells have the default of 999 in them
When some of them have been populated I want to find the LARGEST of those
new numbers.
I have tried something like this

=IF(LARGE(B6:AO6,1)=999,"",LARGE(B6:AO6,1)<999))

which doesn't work.
Can you please point me in the right direction

Regards
Michael Mitchelson