B
Bobo
Basic question that I've had difficulty finding on the net:
I have one column that has recurring labels ("CF" and "CG" fo
example). I have another column with the corresponding start time an
yet another column with the end time.
CF 9:00 - 17:00
CG 17:00 - 19:00
CF 19:00 - 21:00
(etc)
What I want to do is sum up the total number of hours for CF and CG.
Right now I have tried the following formula to sum up the hours for C
(which has a detected error):
SUMIF(M3:M13,"=CF",O3:O13 - N3:N13)
Column M has the label and columns N and O have start and end times
respectively.
I'm sure it's something basic...excel formulas aren't exactly intuitiv
(at least for me). While I wait for a response, I'll be looking up th
significance of the $ operator in ranges.
Thanks!
- Nat
I have one column that has recurring labels ("CF" and "CG" fo
example). I have another column with the corresponding start time an
yet another column with the end time.
CF 9:00 - 17:00
CG 17:00 - 19:00
CF 19:00 - 21:00
(etc)
What I want to do is sum up the total number of hours for CF and CG.
Right now I have tried the following formula to sum up the hours for C
(which has a detected error):
SUMIF(M3:M13,"=CF",O3:O13 - N3:N13)
Column M has the label and columns N and O have start and end times
respectively.
I'm sure it's something basic...excel formulas aren't exactly intuitiv
(at least for me). While I wait for a response, I'll be looking up th
significance of the $ operator in ranges.
Thanks!
- Nat