stamp

  1. 2

    Time stamp for record entry only but not record change

    Hi all, What I have below stamps the date+time for new entry or change of value. Private Sub Worksheet_Change(ByVal Target As Range) If Target.Column = 1 Then Application.EnableEvents = False Cells(Target.Row, 8).Value = Date + Time Application.EnableEvents = True End If End Sub What do I...
  2. H

    Change date Time Stamp to 8:00 AM based on critieria

    Hello All, Is there away to change my time date time stamp to 8:00 AM. The reason im doing this is I'm trying to get the the amount of minutes it takes for an engineer to contact a customer. For example Assigned time is 1/3/2019 7:45 AM, but i cannot use this cell for my calculation because...
  3. J

    evaluate cell with time data to determine if error occured

    have sheet with column B receiving time stamp (m:d:yy h:m:ss)every second, which is copied to next row every second. every hour of elapsed time should amount to 3600(60*60) rows of data. how can I check dynamically that each row has the correct time stamp and, if not, corresponding row in...
  4. Trevor3007

    date & time stamp

    good evening, i have to time\date stamp every entry placed in a worksheet. Is there a way to use =now() so when a new entry is done , any previous wont update to the new time\date? MTIA Trevor 3007
  5. J

    Date Picker issue

    Hi All, I have added date picker to multiple columns in excel for a tracking database. I do not want the time stamp included. I have tried setting the format of the date in format cells and all the suggestions on google. It works at first and when I save, shut down and restart the time stamp...
  6. P

    Help with making complex survey responses useful

    We have posted a survey and have received many answers. Unfortunately, there is no relationship in our CRM and the questions have all become jumbled. I am wondering if there is a way to process the data in Excel to make the data useful. For instance: Identify shared time stamp (survey is...
  7. R

    search for Date in a date / time stamp

    Hi Guys, I am trying to search through a CVS file that has a date/time stamp in column "A", I want to search for the current date and have it tell me know what row it starts in. The date / time stamp is "10/03/2018 08:22:24:510 " any guidance would be appreciated. Thanks Rick
  8. H

    Auto sort after date stamp

    I am using the Vba code below to apply a date stamp in a spreadsheet .How can i adapt this to auto sort all the data with newest entry at the top.The spreadsheet covers the columns A to J inclusive Private Sub Worksheet_Change(ByVal Target As Range) If Target.Row > 1 Then...
  9. H

    Date stamp help required

    Hi all i need some help with a vba code.What i would like is a date stamp placed in a list in a worksheet in a shared workbook when each user updates their particular tab in the workbook.The date stamp need to include user name date and time in the following format username dd/mm/yy...
  10. T

    On the hour check between two time fields over 24 hours

    I have a start date/time stamp in column A and a stop date/time stamp in column B and then in columns C thru Z I have 0:00, 01:00, 02:00 through 23:00 and hundreds of rows of data. I need to count in columns C:Z if thisperson was here during that hour... for instance, column C would check to...
  11. P

    Time Stamp

    Trying to write code that indicates that If a cell on column G is not empty, then the macro should put a timestamp in same row column I. So basically at the end of my code that is putting data in cells in Column G, it will time stamp the item to show the record of when the data was put into...
  12. C

    When field populates an image appears on Forms

    Greetings Folks, I've been spending the past month learning Excel and Access and I'm learning more and more with practice :) My question at the moment, which I cannot figure out, is I have a field on a report that can be either Y, N, or Blank. I designed my form to look like an envelope and...
  13. V

    time stamp vba to date stamp

    Hi. I need help to place date stamp (S3) if next cell (T3) is not blank. then continue down the column. Attached is a functional time stamp vba. i follow this vba to get a date stamp 07/04/18. no Date was registered. I replaced line 3's Range & line 5's range and time format to "Date" i have...
  14. R

    Time Stamp in Column A

    I am trying to enter a time stamp into column A when data is entered into column E, for a row, and I need the macro to loop through column E, and anywhere it is not blank place the time stamp in column A. If data is entered E2 (E3, E4, E5, etc.) once the time stamp is entered into cell A[X], I...
  15. K

    How to convert a time stamp to a number

    Data I downloaded as a csv file has the information in a time stamp format <colgroup><col width="64" style="width: 48pt;" span="3"> <tbody> ON-DUTY DRIVING TOTAL 2:48 9:40 12:28 </tbody> How do I covert this data to a number?
  16. D

    Time date stamp with out vba

    Im wrinting a small sheet that will run on phone (android) so VBA is not really an option attached are a couple of sheets,, essentially on the details sheet I need the time date to stay static along with call time... The GCS sheet as the say the eye opwning filed chages I want the time stamp I...
  17. P

    When There Is a Value In a Cell, Copy The Row to Another Sheet

    Hi everyone, This is my first post here. I`m a n00b in excel macros and been working on this problem the last few days. It`s been really hard for me and I tried many example codes from different places but they all gave errors and didn`t do what I need. I just want this; When there is a value...
  18. V

    Multiple time stamp

    Hi All. Please check this code for time stamp Private Sub Worksheet_Change(ByVal Target As Range) Application.EnableEvents = False If Not Application.Intersect(Target, Range("C3:C10")) Is Nothing Then If Target.Count = 1 Then Range("B" & Target.Row) = Format(Now, " h:mm AMPM;@") End If...
  19. J

    Time stamp cell range

    Hi, sorry I'm having difficulties with this, solutions appreciated very much. I'm trying to time stamp Column "L" and effected rows with current date time (24hour clock) LastRow = Range("A" & Rows.Count).End(xlUp).Row For i = LastRow To 2 Step -1 If Cells(i, 3).Value > 0 Then...
  20. C

    Determining peak/off-peak durations between time stamps with varied peak hour ranges

    Hello, I am reporting on events that can occur at any point and for any given duration. I am given a timestamp for the start of the event, and a timestamp for the end of the event, so can work out the duration easy enough. I need to, however, determine how many hours of this event occurred...

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