Forum Discussion

ashik1992's avatar
ashik1992
Helper I
4 years ago
Solved

Networking hours in a week

Hi thanks for the last solutions.

 

i was able to calculate the net working hours for a month ,but i need to calculate networking hours in a week.

 

formula i used , shown below.but getting wrong answer . I have holiday calendar table and my calendar table is workdate

please help me to find solution

 

 

 

 

 

 

 

1 Reply

  • ashik1992 , Create a new column in date table

    Switch([Workday],

    "Holiday" ,0 ,

    "Flexi" ,2.5 ,

    8

    )

     

    and use that