• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Recent content by thesilkster

  1. T

    Extract the time and date from a data extraction

    Not yet I posted an example of current workbook called Opus trigger times
  2. T

    Extract the time and date from a data extraction

    please see example of outputs from very large formula
  3. T

    Extract the time and date from a data extraction

    Thanks for the rely but the trans time is digital I think so 105514 is not 10:55:14
  4. T

    Extract the time and date from a data extraction

    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
  5. T

    Working with Early and late arrivals

    works perfect thanks
  6. T

    Working with Early and late arrivals

    I tried this and it will not work sorry getting this
  7. T

    Working with Early and late arrivals

    I did have it simplified but when a truck arrives past midnight it shows early ie 23:55 expected time but arrives at 00:15 shows early thanks
  8. T

    Working with Early and late arrivals

    Hi 23:30 needs to populate "Early" although it is in fact On Time thanks
  9. T

    Working with Early and late arrivals

    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
  10. T

    Date and time insertion from data put in a cell

    now get the following error?
  11. T

    Date and time insertion from data put in a cell

    thank you very much
  12. T

    Date and time insertion from data put in a cell

    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...
  13. T

    Compile error in vBA using 64 bit

    thanks Chihiro i will take a look bast regards ▬▬▬▬▬▬▬▬▬ Mod edit : thread moved to appropriate forum !
  14. T

    Compile error in vBA using 64 bit

    i am now getting a message saying i cannot run VBA would anybody know if this is an easy fix please
Back
Top