blossomthe2nd
Active Member
- Joined
- Oct 11, 2010
- Messages
- 450
Hi Guys
Hope someone can help,
I have a list of dates in column E and in a table B4 to C8 I have dates , for Eg B4 01/01/2011 and C4 05/01/2011, I wish to write a formula that looks at E4 and checks it its between the 2 dates in C4 and B4 OR C5 and B5 and so on to row 8.
I have tried the below
But I keep getting FALSE rather than a Yes or No answer
Can anyone see my error ?
Thanks
A
Hope someone can help,
I have a list of dates in column E and in a table B4 to C8 I have dates , for Eg B4 01/01/2011 and C4 05/01/2011, I wish to write a formula that looks at E4 and checks it its between the 2 dates in C4 and B4 OR C5 and B5 and so on to row 8.
I have tried the below
HTML:
=IF(AND(E4>=$B$4,E4<=$C$4),IF(AND(E4>=$B$5,E4<=$C$5),IF(AND(E4>=$B$6,E4<=$C$6),IF(AND(E4>=$B$7,E4<=$C$7),IF(AND(E4>=$B$8,E4<=$C$8),"yes","no")))))
But I keep getting FALSE rather than a Yes or No answer
Can anyone see my error ?
Thanks
A