Can someone tell me why my AND forumual isn't working correctly? I should be getting back a value of 0 but am getting a 1 for the month ending of 6/30/09.
What I am trying to do is determine if the employee was eligible as of 6/30/09 based on hire date and termination date. If Elig give me back a value of 1 else 0
Formula =IF(AND($D2>G$1,$E2<G$1),0,1)
D2 is 02/01/09 (Date of Hire)
G1 is 06/30/09 (End of Month)
E2 is 06/15/09 (Termination Date)
Thank you
What I am trying to do is determine if the employee was eligible as of 6/30/09 based on hire date and termination date. If Elig give me back a value of 1 else 0
Formula =IF(AND($D2>G$1,$E2<G$1),0,1)
D2 is 02/01/09 (Date of Hire)
G1 is 06/30/09 (End of Month)
E2 is 06/15/09 (Termination Date)
Thank you