I am tryging to solve a problem at work to my chef
They have two cell exempel
Cell A3 (18.00-22:00)
Cell A4 (10:00-12:00)
I need to add cell A3 with cell A4 to know how many hours person worked . I used this form =(TEXTNUM(EXTEXT(A3;SÖK("-";A3;1)+1;5)))-(TEXTNUM(EXTEXT(A3;1;SÖK("-";A3;1)-1))) IT takeS 18:00 - 22:00 i cell A3 = 4:00 That mean that person worked 4 hours in that shift
=(TEXTNUM(EXTEXT(A4;SÖK("-";A4;1)+1;5)))-(TEXTNUM(EXTEXT(A4;1;SÖK("-";A4;1)-1))) IT takes i cell 4 10:00-12:00 = 2 That mean that person worked 42hours in that shift
. I need to work out how to calcult nightshift. Cell A finish 22:00 and Cell B starts at 10:0 0 and that means i need to calculate the hours from the person who starts at 22:00 and will finish 10:00 when the other person starts
i hope someone can help
thanks