Holiday Formula for an Employee time sheet

  • Thread starter Thread starter RichL
  • Start date Start date
R

RichL

Can anyone help me with writing a formula to conditional
format holidays to change font color on a timesheet.
 
Excel has know way of knowing what the holidays are. If you make a list of
dates that are holidays and name that range "Hoildays", then the conditional
format formula would be:

=NOT(ISNA(MATCH(A1,Holidays,0)))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top