I want this formula to return TRUE not NOPE
Hello again,
Please post the formula that you want me to fix so I can get it to return TRUE or NOPE
Attachment: 2012-06-18_194443_fiand.xlsx
Ok here you go
=IF(AND(B2>DATEVALUE("12/31/2010"),B2<DATEVALUE("7/1/2011")),"TRUE","Nope")
The problem with your original formula is that the dates are entered as text so Excel could not determine the actual dates. The values need to be converted to real dates using the DATEVALUE function
Hope this is ok. Let me know if you have any questions