View Single Post
 
Old 05-26-2016, 03:10 AM
OTPM OTPM is offline Windows 7 32bit Office 2010 32bit
Expert
 
Join Date: Apr 2011
Location: West Midlands
Posts: 981
OTPM is on a distinguished road
Default Help With a Formula

Hi All

I have found a formula on this forum that counts the number of days in each month between a given start and end date. However I need to modify it so that it gives me the number of working days and excludes UK bank holidays. The formula is below for information:

=MAX(0,MIN(EOMONTH(C$1,0),$B3)-MAX(C$1,$A3)+1)

Any help would be appreciated.

Thanks in advance.

Tony
Reply With Quote