Hey there i am currently working on a spreadsheet involving a whole lot of formulas and im trying to figure out the sum of a few things. the first is the total hours spent on each task in a project (ie: painting, tear out, doors, flooring) the second is each employees total time on one whole project and the last is total time on project(all employees.
Right now i have my spreadsheet set up in sheet 1 (total hours) , week 1, week 2, week 3, and so on. on each week i have a code for each employee (ie: Joe is A, Evan is B) each task is in the vertical column and each day of the week is split between employee and time worked on that particular task. on the right hand vertical column is total hours for each task throughout the week. on the bottom of the page i have a a=joe total hours = =SUMIF(D6:P35,"*A*",E6:Q35) which is ok.
on some tasks on the same day i have joe and evan working together so employee column might say A+B and time spent is 4 hours. Which means the employees total time worked on project would be correct BUT the total man hours on the entire project would have to double those 4 hours as there was 2 people.
As of right now my total man hours right column isnt accurate, can someone help me fix this??
Right now i have my spreadsheet set up in sheet 1 (total hours) , week 1, week 2, week 3, and so on. on each week i have a code for each employee (ie: Joe is A, Evan is B) each task is in the vertical column and each day of the week is split between employee and time worked on that particular task. on the right hand vertical column is total hours for each task throughout the week. on the bottom of the page i have a a=joe total hours = =SUMIF(D6:P35,"*A*",E6:Q35) which is ok.
on some tasks on the same day i have joe and evan working together so employee column might say A+B and time spent is 4 hours. Which means the employees total time worked on project would be correct BUT the total man hours on the entire project would have to double those 4 hours as there was 2 people.
As of right now my total man hours right column isnt accurate, can someone help me fix this??