Thread: Date Sequence 2
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Daren Daren is offline
external usenet poster
 
Posts: 162
Default Date Sequence 2

Thanks.

"Dave" wrote:

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