View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sheeloo[_3_] Sheeloo[_3_] is offline
external usenet poster
 
Posts: 1,805
Default compare 2 tables of dates to find the preceding dates

=IF(A1<B1,"A1 is the earlier date","B1 is the earlier date")

"Babi" wrote:

I have 2 tables of dates in the format DD-MM-YYYY.I want to compare the 2 set
of dates to find out which dates are preceding the others.