C4 is where the total amount of day a person has for Company paid days.
C5 are the Days remaining from days taken. =C4-(COUNT(E3:I5))
E3:I5 are 15 cells that require you to input the date of the day that was taken off, it reads like this =COUNT(E3:I5)
However; I want to be able to take HOURS...
I found an excel vacation tracker on the web, but this tracker only takes full days of vacation not hours, the formula is:
=C4-(COUNT(E3:I5))
=COUNT(E3:I5)
I want calculate in hours, not days, can someone help me modify it?
Sam