Not sure if im in the right section here but will give it a go.
I am developing a Rota system that i want to be able to time manage my staff. I have a in and out for days monday - sunday and i want to be able to add the man hours that i have uploaded onto the system. I get it to work if i insert data into all the days but my staff dont work everyday so some of the fields are blank. is there a way to miss that day if the field is blank?
Expression for minutes worked :-
=DateDiff("n",[monday in],[monday out])+DateDiff("n",[Tuesday In],[Tuesday Out])+DateDiff("n",[Wednesday In],[Wednesday Out])+DateDiff("n",[Thursday In],[Thursday Out])++DateDiff("n",[Friday In],[Friday Out])+DateDiff("n",[Saturday In],[Saturday Out])+DateDiff("n",[Sunday In],[Sunday Out])
Expression for hours worked :-
=[text61]\60 & Format([Text61] Mod 60,"\:00")
Thank you
I am developing a Rota system that i want to be able to time manage my staff. I have a in and out for days monday - sunday and i want to be able to add the man hours that i have uploaded onto the system. I get it to work if i insert data into all the days but my staff dont work everyday so some of the fields are blank. is there a way to miss that day if the field is blank?
Expression for minutes worked :-
=DateDiff("n",[monday in],[monday out])+DateDiff("n",[Tuesday In],[Tuesday Out])+DateDiff("n",[Wednesday In],[Wednesday Out])+DateDiff("n",[Thursday In],[Thursday Out])++DateDiff("n",[Friday In],[Friday Out])+DateDiff("n",[Saturday In],[Saturday Out])+DateDiff("n",[Sunday In],[Sunday Out])
Expression for hours worked :-
=[text61]\60 & Format([Text61] Mod 60,"\:00")
Thank you