I"m having trouble with an IF OR statement in EXCEL using a date field. My goal is to look at a cell and identify the date as a holiday or Sunday. The format of the statement works with numbers, but I have had no luck with it when the field is a date. Here is the formula that I need fixed.
=IF((OR(D2=DATEVALUE(12/25/2010),D2=DATEVALUE(10/11/2010),D2=DATEVALUE(11/11/2010),D2=DATEVALUE(11/25/2010),D2=DATEVALUE(1/1/2011),D2=DATEVALUE(1/17/2011),D2=DATEVALUE(2/21/2011),D2=DATEVALUE(5/30/2011),D2=DATEVALUE(7/4/2011),D2=DATEVALUE(9/5/2011)),"Holiday","Sunday")