123rickfear
Active Member
- Joined
- Jun 19, 2015
- Messages
- 446
Hi,
I am creating an absence reporting dashboard.
If an employee has an absence start date and end date that are more than 1 month apart then I am stuck.
what I would like is to show how many network days by month they have missed.
for example
Start Date 28/01/2018
End Date 12/08/2018
I have formula to show how many network days they missed for January =networkdays($F1188,eomonth($F1188,0))
I have formula to show how many network days they missed for August =networkdays($G1188-day($G1188)+1,$G1188,0)
I now need to show how many network days they missed for February - July.
so the desired result would be 3 in the first column (I have this already), then 20,22,21,23,21,22 in the next columns
any ideas?
I am creating an absence reporting dashboard.
If an employee has an absence start date and end date that are more than 1 month apart then I am stuck.
what I would like is to show how many network days by month they have missed.
for example
Start Date 28/01/2018
End Date 12/08/2018
I have formula to show how many network days they missed for January =networkdays($F1188,eomonth($F1188,0))
I have formula to show how many network days they missed for August =networkdays($G1188-day($G1188)+1,$G1188,0)
I now need to show how many network days they missed for February - July.
so the desired result would be 3 in the first column (I have this already), then 20,22,21,23,21,22 in the next columns
any ideas?