I am using sumif all the time with pounds - I have to use with time but the results aren't right...
its timesheets time:
Sheet 1
[Column A] multiple duplicate staff names (format text)
[Column B] Start time (format hh:mm)
[Column C] End time (format hh:mm)
[Column D] =C-B for total hours worked (format hh:mm)
Sheet 2
[Column A] names from sheet one without duplicate (format text)
[Column B] =SUMIF('Sheet1'!A:A, 'Sheet2'!A1, Sheet1!D:D) (format hh:mm)
If I manually sum the first name, total is 45.30, my sumif gives me 21.59.
I have checked and tried a number of things but to no avail, does anyone understand what is going wrong?
Many thanks in advance.
its timesheets time:
Sheet 1
[Column A] multiple duplicate staff names (format text)
[Column B] Start time (format hh:mm)
[Column C] End time (format hh:mm)
[Column D] =C-B for total hours worked (format hh:mm)
Sheet 2
[Column A] names from sheet one without duplicate (format text)
[Column B] =SUMIF('Sheet1'!A:A, 'Sheet2'!A1, Sheet1!D:D) (format hh:mm)
If I manually sum the first name, total is 45.30, my sumif gives me 21.59.
I have checked and tried a number of things but to no avail, does anyone understand what is going wrong?
Many thanks in advance.