Time sheet problem

G

Guest

Excel 2003
I have set up a spread sheet to track work hours. So when the cell with
total hours worked for the week hits 40 I want the overtime hours in another
cell. Can anybody help?

Thanks
 
G

Guest

Hi,

Suppose you have a work sheet with the following Data:
A B C D E F
1 10 10 10 12 42 2

In cell F1 you can use the following formula =IF(E1>40,E1-40,"-")
 

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