View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Cue Cue is offline
external usenet poster
 
Posts: 47
Default Earlest Date Based On A Date Using Min Formula

I'm triyng to get the earlest date under DATE1 (coloumn A) based on a date
under DATE 2 (coloumn B) by using the MIN formula.

DATE 1 DATE 2
4/30/2008 4/30/2008
4/30/2008 4/30/2008
4/29/2008 4/30/2008
4/28/2008 4/29/2008
4/27/2008 4/29/2008

=MIN(IF(B2:B6="4/30/2008",A2:A6))

4/27/2008 is the answer I get. But it should be 4/29/2008. Can someone show
the correct formula for this?
--
Cue