Is there a formula that I can add to either my existing formula or create a new one that will return if that date was a fixed holiday?
Here's what I used to create whether that date was a weekend or a M - F, but I would also like for it recognize if it's a holiday.
IF(OR(WEEKDAY(A1)=1,WEEKDAY(A1)=7),"Weekend","M-F")
Thank you so much!
Here's what I used to create whether that date was a weekend or a M - F, but I would also like for it recognize if it's a holiday.
IF(OR(WEEKDAY(A1)=1,WEEKDAY(A1)=7),"Weekend","M-F")
Thank you so much!