Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I ran into the same problem as you. I was trying to come up with a way
to print out my schedule and taking it a step further, wanted to estimate how much my net pay would be. The formula I came up with with the result in cell A3 is: =IF((A2-A1)*24<0,((A2-A1)*24)+24,(A2-A1)*24) As in the other suggestions, you need to use military 24 hour time format to input the time. Hope it works for you. TCrow |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can excel calculate payroll taxes? | Excel Worksheet Functions | |||
How do I calculate total weekly hours for payroll in Excel? | Excel Discussion (Misc queries) | |||
How do you calculate payroll with tips? | Excel Discussion (Misc queries) | |||
how do i make overtime in my payroll sheet calculate after 42.5 h. | Excel Worksheet Functions | |||
How do I set up payroll for 1 full time and 1 part time employee? | New Users to Excel |