Help with IF not working

M

Matt

I got help with this formula earlier and it is working in all cells but one.
The formula is as follows:

first employee
hours worked 42 (first cell set with formula
=MIN(SUM(B6:C6:D6:E6:F6:G6:H6),40)
over time cell to show the 2 hours worked overtime formula set as
=MAX(0,SUM(B6:H6)-40) (IT WORKS GREAT)

But, I have the second employee set with the same formula
=MIN(SUM(B12+C12+D12+E12+F12+G12+H12),40) but using the same formula to have
the overtime hours to move over into the second cell changing the formate to
read =MAX(0,SUM(B12+C12+D12+E12+F12+G12+H12)-40) it gives me this error in
the cell 1.42109E-14.

Can someone help figure out what is happening to get this error and how to
correct it??
 

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