Date Calculation Formula- Calendar days minus Holidays

A

Amanda

I need to be able to add 60 (calendar) days excluding holidays. I have
the holidays defline in a hidden column (C). The formula
=workdays(a1-a2,C1:C7)
returns a date that excludes weekends and holidays. I need to include
weekends but exclude holidays.
 
G

Glenn

Amanda said:
I need to be able to add 60 (calendar) days excluding holidays. I have
the holidays defline in a hidden column (C). The formula
=workdays(a1-a2,C1:C7)
returns a date that excludes weekends and holidays. I need to include
weekends but exclude holidays.


=A2-A1-COUNTIF(C1:C7,">="&A1)+COUNTIF(C1:C7,">"&A2)
 

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

Top