I have an excel sheet that displays the total number of regular hours and overtime hours in excel. I am trying to figure out how to add them together to get a Total hours worked in a month the excel sheet looks like the following
E00XXXX James Smith 160:00 19:52
E00XXXX John Doe 160:00 19:52
E00XXXX Sue Patterson 160:00 19:52
I am trying to add the last two columns together to get something like this
E00XXXX James Smith 160:00 19:52 179:52
E00XXXX John Doe 160:00 15:22 175:22
E00XXXX Sue Patterson 160:00 10:47 170:47
I don't have any code to try, because I honestly don't even know where to start. I would also like to state that this has to be done within a VBA and that I do not have control over the format in excel.