I have posted another thread earlier but I think I figured it out except now instead of having "Y","N" returned, I get True/False. Is there a way to change back to Y/N?
Here is what I have:
=IF(AND(DATE(2010,9,29)<=L7,L7>=DATE(2011,10,1)),"Y","N")=IF(AND(DATE(2011,10,1)>=L7,L7<=DATE(2011,10,1)),"Y","N")
Bookmarks