View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
[email protected] joeu2004@hotmail.com is offline
external usenet poster
 
Posts: 418
Default Two TRUE to one FALSE statement

Errata....

I wrote:
=if(or(c2b2, d2<1), "late", if(c2<d2), "early", "on time"))


As soon as I hit Send, I realized there is a typo. That should be
written:

=if(or(c2b2, d2<1), "late", if(c2<d2, "early", "on time"))