sundance82
New Member
- Joined
- Jul 2, 2012
- Messages
- 23
Hi all
I just wonder if it was possible to convert this number to a date format, its a big number
<tbody>
</tbody>
so its backwards and is the following
42 25 17 01 10 11 08
ss:mm:hh doe DD MM YY
Doe if day of the week
Can anyone help me convert ths to a date format, I am a novice with programming in excel. I tried this but didnt think it would work, I am assuming you can on have one MID in a formula.
=VALUE(LEFT(F2,2)&":"&MID(F2,3,2)&":"&MID(F2,5,2)&""&MID(F2,7,2)&"/"&MID(F2,9,2)&"/"&MID(11,2)&"/"&RIGHT(F2,2))
Cheers
Rob
I just wonder if it was possible to convert this number to a date format, its a big number
42251701101108 |
<tbody>
</tbody>
so its backwards and is the following
42 25 17 01 10 11 08
ss:mm:hh doe DD MM YY
Doe if day of the week
Can anyone help me convert ths to a date format, I am a novice with programming in excel. I tried this but didnt think it would work, I am assuming you can on have one MID in a formula.
=VALUE(LEFT(F2,2)&":"&MID(F2,3,2)&":"&MID(F2,5,2)&""&MID(F2,7,2)&"/"&MID(F2,9,2)&"/"&MID(11,2)&"/"&RIGHT(F2,2))
Cheers
Rob