G
Guest
I am making my own, crude, "punch card"
Column b= Time In
Column c= Lunch Out
Column d= Lunch In
Column e= Time out.
Column f= Total time worked for the day shown in hours and minutes.
I have used this function to calculate the total time worked for the day:
=TEXT((E4-B4)-(D4-C4),"h:mm") (If there is a more efficient way please let me know)
First issue is that I don't want this to calculate if any of the columns are empty. Not sure how to do this. Can you help?
Second issue is:
I want to total the time worked for the end of the week. I have tried SUM, and writing the formula using cell1+cell2+cell3 etc. but I can not get the formula to work. This is the last one I tried:
=TEXT(SUM(F4:F8),"h:mm") This returns 00:00. What am I doing wrong? I want it to keep a running total of the hours I work in a week without being thrown off by the days that aren't yet worked.
Thanks for the help!
Matt
Column b= Time In
Column c= Lunch Out
Column d= Lunch In
Column e= Time out.
Column f= Total time worked for the day shown in hours and minutes.
I have used this function to calculate the total time worked for the day:
=TEXT((E4-B4)-(D4-C4),"h:mm") (If there is a more efficient way please let me know)
First issue is that I don't want this to calculate if any of the columns are empty. Not sure how to do this. Can you help?
Second issue is:
I want to total the time worked for the end of the week. I have tried SUM, and writing the formula using cell1+cell2+cell3 etc. but I can not get the formula to work. This is the last one I tried:
=TEXT(SUM(F4:F8),"h:mm") This returns 00:00. What am I doing wrong? I want it to keep a running total of the hours I work in a week without being thrown off by the days that aren't yet worked.
Thanks for the help!
Matt