Please HELP!!!!

Y

Yitzhack

Hello again,

I’m working on a project where I need to calculate the hours missed per day
on a daily basis. The workbook needs to record every employee (70+) working 8
hour shifts, on column H9 through H83 but if an employee comes late 2 hours
only 6 hours will be entered and so on . The hours worked are entered
manually but I need a formula in cell H85 that returns the total hours missed
per that day.

Thanks for the help
 
T

T. Valko

Are there any empty cells within the range and if so how should they be
handled? Should an empty cell be counted as missing 8 hours?
 
M

Meebers

Unless I am not understanding your problem...but enter into i.e. column I an
8 adjacent to all workers. In column j subtract the hours worked from 8 to
give you missed hours. Total that column and in H85 point it to that total
i.e. =j85 or where ever you total the missed hours.
 
Y

Yitzhack

no, there are no empty cells and if missing 8 hours will be a 0
--
Regards
YM



T. Valko said:
Are there any empty cells within the range and if so how should they be
handled? Should an empty cell be counted as missing 8 hours?
 
T

T. Valko

Ok, try this:

=COUNT(H9:H83)*8-SUM(H9:H83)

--
Biff
Microsoft Excel MVP


Yitzhack said:
no, there are no empty cells and if missing 8 hours will be a 0
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top