Hi All,
I need to calculate the MAX of the blank entries in a timecard for any 24 hour period. For example:
Start counting the first row from 00, then it has 12 empty fields under each hour column, and results with 12 hours of non-work..
Next step is to check how many hours of non-work is present starting from first row's 01 column to next day's 01 column.
and goes on like this until the check happens for a 24 hour period. I need the max of non-work hours in any 24 hour period. Spent lot of time but no luck yet and will appreciate any help.