Dealing with Public holidays

slamanager

Board Regular
Joined
Apr 20, 2007
Messages
129
Hi All,

Something ive been dealing with today is a simple calender based on a supplied date but ive not been able to get any nominated holidays to be excluded from the display.

A11 I have a weekday date dd/mm/yyyy
A10 =IF(WEEKDAY(A11)=7,A11-1,IF(WEEKDAY(A11)=2,A11-3,IF(WEEKDAY(A11)=1,6,A11-1)))
this formula is copied in cells A10 to a1 in a14:a99 i want to type in any holidays for the next few years and get them not to display in any cal days of A1:A10

Ive tried Networkdays but then i get stuck working to exclude Saturday and Sundays.
Unless i show all these too as holidays ?

is there an obvious way to complete this situation

Many thanks
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.

Forum statistics

Threads
1,214,826
Messages
6,121,792
Members
449,048
Latest member
greyangel23

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