Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to write a formula to calculate the number of week days in a year less
the holidays. Do I have to go through a calendar and count the holidays, or does Excel have this built in somewhere? -- JR |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks...this will make my project a lot easier! Appreciate the info.
-- JR "daddylonglegs" wrote: No, Excel doesn't have inbuilt holidays due to the differences country to country. You can use =NETWORKDAYS(date(2006,1,1),date(2006,12,31)) to count the number of weekdays in 2006 or create a list of holidays and use =NETWORKDAYS(date(2006,1,1),date(2006,12,31),holid ays) -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=527355 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
using =datedif(a1,b1,"d") how can we eliminate the error msg if b1 empty or 0
or 01/01/1099 copy formula down works ok but have error msg in next cell first time trying to use dated. appreciate this forum. Thanks "daddylonglegs" wrote: No, Excel doesn't have inbuilt holidays due to the differences country to country. You can use =NETWORKDAYS(date(2006,1,1),date(2006,12,31)) to count the number of weekdays in 2006 or create a list of holidays and use =NETWORKDAYS(date(2006,1,1),date(2006,12,31),holid ays) -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=527355 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hi Curt, If you want the difference in days between two dates you can use just =B1-A1 format as general although to eliminate errors possibly =IF(A1*B1,IF(A1<B1,B1-A1,""),"") -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=527355 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to calculate number of days & ignore blank cells | Excel Discussion (Misc queries) | |||
how to calculate a date .. say 34 days from today | Excel Discussion (Misc queries) | |||
formula to calculate # of days between dates, excluding holidays | Excel Discussion (Misc queries) | |||
how do I calculate the days between dates? | Excel Discussion (Misc queries) | |||
HOW TO CALCULATE THE DAYS? | Excel Worksheet Functions |