Thread: Date Sequence 2
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Dave is offline
external usenet poster
 
Posts: 1,388
Default Date Sequence 2

Hi,
If your 4 dates are in A1:A4, then try the following in another cell:
=AND(A4A3,A3A2,A2A1)
Regards - Dave.