should be simple, but I can't figure it out
I have a sp.sheet that lists the required hours & required staff.
i want to calc the total labor hours
so I have the "In Time", "Out Time", "Staff Required", and "hours required"
example:
__A________B___________C_____________________D
1 in_______out__________# staff required________hours required
2 10:00_____19:00_______5
i want to calc the time between out and in, subtract 1 hour for lunch, then multiply to get total hours required
but when I enter this in D2:
=((B2-A2)-1)*C2
instead of the answer of 40 I am looking for, I get "#####"
i don't understand, please help
I have a sp.sheet that lists the required hours & required staff.
i want to calc the total labor hours
so I have the "In Time", "Out Time", "Staff Required", and "hours required"
example:
__A________B___________C_____________________D
1 in_______out__________# staff required________hours required
2 10:00_____19:00_______5
i want to calc the time between out and in, subtract 1 hour for lunch, then multiply to get total hours required
but when I enter this in D2:
=((B2-A2)-1)*C2
instead of the answer of 40 I am looking for, I get "#####"
i don't understand, please help