View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Need a formula to determine if date falls within a date range then

Try,

=IF(AND(A1=A2,A1<=A3),"x","")

Mike

"Corca" wrote:

Help.

Cell A1 = 16/1/08
Cell A2 = 1/1/08
Cell A3 = 28/1/08
Formula needed for Cell A4

I would like a formula for:
Cell A4= if A1 =A2 and <=A3 them retuen X

appreciate the help.