Hello,
I have a column with YYYYMM in it. I am able to split that column into two columns YYYY and MM. What I am trying to do is figure out what the 5th business day of each month is.
Column C holds the results I am looking for. I want to exclude weekends and holidays from the calculation of 5th business day.
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]A
[/TD]
[TD="align: center"]B
[/TD]
[TD="align: center"]C
[/TD]
[/TR]
[TR]
[TD="align: center"]1
[/TD]
[TD]2017
[/TD]
[TD]09
[/TD]
[TD]9/8/2017
[/TD]
[/TR]
[TR]
[TD="align: center"]2
[/TD]
[TD]2017
[/TD]
[TD]10
[/TD]
[TD]10/6/2017
[/TD]
[/TR]
[TR]
[TD="align: center"]3
[/TD]
[TD]2018
[/TD]
[TD]06
[/TD]
[TD]6/7/2018
[/TD]
[/TR]
[TR]
[TD="align: center"]4
[/TD]
[TD]2018
[/TD]
[TD]07
[/TD]
[TD]7/9/2018
[/TD]
[/TR]
[TR]
[TD="align: center"]5
[/TD]
[TD]2018
[/TD]
[TD]08
[/TD]
[TD]8/7/2018
[/TD]
[/TR]
</tbody>[/TABLE]
I have a column with YYYYMM in it. I am able to split that column into two columns YYYY and MM. What I am trying to do is figure out what the 5th business day of each month is.
Column C holds the results I am looking for. I want to exclude weekends and holidays from the calculation of 5th business day.
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]A
[/TD]
[TD="align: center"]B
[/TD]
[TD="align: center"]C
[/TD]
[/TR]
[TR]
[TD="align: center"]1
[/TD]
[TD]2017
[/TD]
[TD]09
[/TD]
[TD]9/8/2017
[/TD]
[/TR]
[TR]
[TD="align: center"]2
[/TD]
[TD]2017
[/TD]
[TD]10
[/TD]
[TD]10/6/2017
[/TD]
[/TR]
[TR]
[TD="align: center"]3
[/TD]
[TD]2018
[/TD]
[TD]06
[/TD]
[TD]6/7/2018
[/TD]
[/TR]
[TR]
[TD="align: center"]4
[/TD]
[TD]2018
[/TD]
[TD]07
[/TD]
[TD]7/9/2018
[/TD]
[/TR]
[TR]
[TD="align: center"]5
[/TD]
[TD]2018
[/TD]
[TD]08
[/TD]
[TD]8/7/2018
[/TD]
[/TR]
</tbody>[/TABLE]