Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 151
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default 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)
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula for adding days to a date excluding weekends and holidays? Jake via OfficeKB.com Excel Discussion (Misc queries) 3 May 20th 23 07:48 PM
Subtracting Holidays from Calendar Days Drewpotlad Excel Discussion (Misc queries) 4 February 19th 09 12:40 PM
Calculate the number of working days minus holidays (Canadian) Grd New Users to Excel 2 December 9th 08 09:59 PM
Calculating business days minus holidays RJ Swain Excel Worksheet Functions 4 November 23rd 07 04:55 PM
Generating business days in a calendar month, EXCLUDING holidays jacob Excel Worksheet Functions 1 April 12th 05 05:38 AM


All times are GMT +1. The time now is 04:08 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"