How to determine the first business day of each month in the United States

cpawelko

New Member
Joined
May 31, 2012
Messages
1
Does anyone know a way to determine the first business day of each month using the US Banking Holiday calendar as holidays? I have tried using the workdays and weekdays functions but have been unable to accomplish the task. Any help would be appreciated.

Thanks.
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Welcome to the board.

If your date is in A1 (e.g 01/01/12), use the following:
=WORKDAY(EOMONTH(A1,-1),1,Holidays)

(where Holidays is a list of Bank Holidays)
 
Upvote 0
Welcome to the board..

Try this in a cell, then filled down for 12 cells.
=WORKDAY(DATE(YEAR(TODAY()),ROWS($A$1:$A1),0),1,$H$1:$H$20)

Do not change the $A$1:$A1 - this has nothing to do with location of data or formula.
$H$1:$H$20 is a list of holiday dates you want excluded.

Yes, you have to manually create your own list of holiday dates.
There is no built in list of holidays in Excel because there are just too many variables.
What one person/company/city/state/country considers a holiday is different from the next.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,207,436
Messages
6,078,539
Members
446,345
Latest member
MicCh

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top