vijitkumar
New Member
Hi, I have a date and time column as follows:
08/01/2013 00:54:15
08/01/2013 08:03:01
08/01/2013 09:32:52
08/01/2013 13:03:43
08/01/2013 15:32:44
In the adjoining column, I need to satisfy a condition below: If the time is between 06:30:00 and 18:00:00 then it should return True, else False How can this be made possible?
If in the same file in separate column if I could identify weekdays vs weekends based on the date, it would be very helpful.
08/01/2013 00:54:15
08/01/2013 08:03:01
08/01/2013 09:32:52
08/01/2013 13:03:43
08/01/2013 15:32:44
In the adjoining column, I need to satisfy a condition below: If the time is between 06:30:00 and 18:00:00 then it should return True, else False How can this be made possible?
If in the same file in separate column if I could identify weekdays vs weekends based on the date, it would be very helpful.