Forum Discussion

BRI_WincVA's avatar
BRI_WincVA
Copper Contributor
Jan 20, 2021

Calender Templates

We are using a calendar template for our 12-hr shifts.  Is there a way to 'automatically' include known holidays and also add company specific holidays?

6 Replies

  • JMB17's avatar
    JMB17
    Bronze Contributor

    BRI_WincVA 

     

    I believe it is a matter of adding a Holidays table and modifying your MOD calculation to deduct the number of holidays that come before the active/selected date. Then, in your conditional format formula, test for: cell contains a number, date does not exist in the holidays list, and the calculated shift code = A or B.

     

    I added an example worksheet that I *think* is what you're trying to do? One other observation, is that you might consider putting your shift patterns in a table by year. Then you could make shift_pattern a named formula that looks the calendar year up in the table and it could auto-update every year.