Hello, I'm working on a large database (> 100,000 lines in Excel) and I would like to create a unique date/time stamp for each line of data. My data is set-up as follows:
ID Date Hour Minute Second Time
1 11/22/2008 11 00 00 11:00:00
1 11/22/2008 11 08 00 11:08:00
1 11/22/2008 11 16 00 11:16:00
Is there an easy way to create a date/time stamp like a UNIX output (1234567890)? I will use this value in my modeling procedure. Thank you very much!
ID Date Hour Minute Second Time
1 11/22/2008 11 00 00 11:00:00
1 11/22/2008 11 08 00 11:08:00
1 11/22/2008 11 16 00 11:16:00
Is there an easy way to create a date/time stamp like a UNIX output (1234567890)? I will use this value in my modeling procedure. Thank you very much!