View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Finding a maximum/minimum date in 2006

You're welcome. Thanks for the feedback!

Biff

"megacata" wrote in message
ups.com...
It works great too...
Thanks Biff!
T. Valko a écrit :

Entered as an array using the key combination of CTRL,SHIFT,ENTER (not
just
ENTER):

=MAX(IF(YEAR(A1:A4)=2006,A1:A4))
=MIN(IF(YEAR(A1:A4)=2006,A1:A4))

Format as DATE

Biff

"megacata" wrote in message
ups.com...
Hello all,

I have a list of dates mixing years
01/05/06
01/01/07
02/05/06
03/03/07
etc..

How can I create a formula that will find out the latest year in 2006
(excluding 2007)!
It's is not a list in a database, so I don't want to use filtering or
extracting!

Thanks a lot for your help

Pierre