![]() |
Date Calculation Formula- Calendar days minus Holidays
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. -- Amanda |
Date Calculation Formula- Calendar days minus Holidays
Amanda wrote:
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) |
All times are GMT +1. The time now is 03:15 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com