Hello All,
I have a question to ask and I've searched and can't seem to locate anything relevant so here goes. I'll give it my best to ask clear, detailed question.
I have a db that is from a wfm(workforce management) table. This table has the date and time stored in a field called Start_Moment.
This Start_Moment field, per the software companies definition is this: the number of minutes that have passed since December 30, 1899, 12:00 AM GMT.
so data in a field looks like 55,196,880
How can I convert this to a normal time and date, like 11/16/2005 14:30 ?
Alternatively,
I have been able to pull that down into a date, but there are multiple instances of this date in the source data. that said, can someone show me how to make cell B1 and C1 join to display and read as 11/15/2005 8:00 AM?
I have tried Concatenate however it displays the data as a numerical value.
Any help would be greatly appreciated.
Regards,
Davin
I have a question to ask and I've searched and can't seem to locate anything relevant so here goes. I'll give it my best to ask clear, detailed question.
I have a db that is from a wfm(workforce management) table. This table has the date and time stored in a field called Start_Moment.
This Start_Moment field, per the software companies definition is this: the number of minutes that have passed since December 30, 1899, 12:00 AM GMT.
so data in a field looks like 55,196,880
How can I convert this to a normal time and date, like 11/16/2005 14:30 ?
Alternatively,
I have been able to pull that down into a date, but there are multiple instances of this date in the source data. that said, can someone show me how to make cell B1 and C1 join to display and read as 11/15/2005 8:00 AM?
I have tried Concatenate however it displays the data as a numerical value.
Book1 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | 11/15/2005 | 8:00AM | ||||
2 | ||||||
3 | ||||||
4 | ||||||
5 | ||||||
6 | ||||||
7 | ||||||
8 | ||||||
Sheet1 |
Any help would be greatly appreciated.
Regards,
Davin