Hello guys,
I am trying to figure out formula that will show number of my work day in week, I don't have standard schedule.
Instead i can work Mon,Tue,OFF,Thu,Fri,OFF,Sun or it can be: Mon,OFF, Tue, HOLIDAY,OFF, Fri,Sat,Sun.
Networkday - only counts total days, workday - also doesn't give what i want.
Like on the table below, 2nd column is final result of formula what i am trying to acomplish.
[TABLE="class: grid, width: 20"]
<tbody>[TR]
[TD]Monday[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Tuesday
[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Wednesday[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]OFF[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Friday[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]OFF[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Sunday[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Monday[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]HOLIDAY[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Wednesday[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Thurday[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]OFF[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]OFF[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Sunday[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Monday[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
etc...
I am trying to figure out formula that will show number of my work day in week, I don't have standard schedule.
Instead i can work Mon,Tue,OFF,Thu,Fri,OFF,Sun or it can be: Mon,OFF, Tue, HOLIDAY,OFF, Fri,Sat,Sun.
Networkday - only counts total days, workday - also doesn't give what i want.
Like on the table below, 2nd column is final result of formula what i am trying to acomplish.
[TABLE="class: grid, width: 20"]
<tbody>[TR]
[TD]Monday[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Tuesday
[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Wednesday[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]OFF[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Friday[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]OFF[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Sunday[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Monday[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]HOLIDAY[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Wednesday[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Thurday[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]OFF[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]OFF[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Sunday[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Monday[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
etc...