Hi,Originally Posted by Eddieduce
If you are dealing with Hours then I presume that you have formatted the cells to [h]:mm:ss to accomodate the 24+ numbers, in which case 'Sum' that includes blank cells should not error.
To avoid an error in M2 use something like
=If(J2>M2,"",sum(M2-J2))
for K2 a similar test.
hth
---
Bookmarks