Hello I have an extraction from a system and am trying to put a date and time in the column to the left looked at loads of info on the web but cant find anything relating to the TRAN_TIME format?
Any help is appreciated I have added the spreadsheet
Hello I have a formula
=IF(OR(J4="",I4=J4),"",IF(0>((MOD(J4-I4,1)>0.5)-MOD(J4-I4,1)),"LATE","EARLY"))
if the vehicle arrives on time ie 23:30 the cell shows blank instead of Early
how can I stop this happening please its driving me mad
Hello i would like the date and time inserted into a cell the same as below,, the code below populates the date and time when cell "S" has data entered into it.
Private Sub Worksheet_Change(ByVal Target As Range)
Dim rInt As Range
Dim rCell As Range
Dim tCell As Range
Set...