View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Micki Micki is offline
external usenet poster
 
Posts: 38
Default If combined with OR & AND

Cell E14 contains a date and I want certain things to happen if the date is
equal to certain criteria. I'm having problems with the syntax.
IF(E14="1/31/2008",0,if(AND(e14<"1/31/2008",e14"1/14/2007",L14/12,if(AND(e14<"1/15/2008",e14"12/31/2007",L14/24)))))

Thank you.