I have thousands of dates in a file that grows consistently. The tab/worksheet is named "Data Census." I would like a separate column within the "Data Census" tab that notes if a date is a "Workday" or "Weekend/Holiday" I currently have a formula written as =IF(OR(WEEKDAY(A2)=1,WEEKDAY(A2)=7),"Weekend/Holiday","Workday").
Within the same file, I have a tab/worksheet labeled as "Holidays Multi Year" which notes multiple years of dates our organization recognizes major US federal holidays. I have the holiday date in Column D and have it noted in column E as "Weekend/Holiday".
How can I add to my formula on the "Data Census" tab to also look at my "Holidays Multi Year" tab and identify Monday through Friday days as "Weekend/Holiday" where appropriate?
Thank you for your time and help.
