Converting time problem

HappyChappy

Active Member
Joined
Jan 26, 2013
Messages
378
Office Version
  1. 2019
  2. 2010
  3. 2007
Platform
  1. Windows
Payslip.xlsx
ABCDEFGHIJKL
1DayDateStart TimeFinish TimeHours WorkedBreakHours Minus BreakServicingAdjust for 39 hoursBasic HoursBasic HoursBonus Hours
2Days Hours
3Monday12/02/202407:0017:0010.000.759.250.500.9507:48:027.808.75
19.02.24
Cell Formulas
RangeFormula
E3E3=IF(OR(C3="",D3=""),"",D3-C3)*24
F3F3=IF(OR(D3="",C3=""),"",1/32)*24
G3G3=IF(OR(C3="",D3=""),"",(E3-F3))
H3H3=IF(OR(D3="",C3=""),"",1/48*24)
I3I3=(IF(OR(C3="",D3=""),"",1/25.28*24))
J3J3=IF(OR(C3="",D3=""),"",(E3-F3-H3-I3))/24
K3K3=IF(OR(C3="",D3=""),"",J3*24)
L3L3=K3+I3
Cells with Conditional Formatting
CellConditionCell FormatStop If True
C3:D10Cell Value>0textNO


Want to do away column k but need column j to display 7.8 not 07:48:02 cant figure it out any help please
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Hi, column K is just multiplying column J by 24 - if you want column J to return the result directly simply remove the divide by 24 ("/24") from it's formula and format the cell as a number.
 
Upvote 0
Solution

Forum statistics

Threads
1,215,071
Messages
6,122,963
Members
449,094
Latest member
Anshu121

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top