tazeo
Board Regular
- Joined
- Feb 15, 2007
- Messages
- 133
- Office Version
- 365
- Platform
- Windows
I have a list of times which were bought over as Text, so the date is 01/01/1900.
I want to update the date to todays date.
Tried this: =DAY(H2)+MONTH(H2)+YEAR(H2)+HOUR(A9)+MINUTE(A9)+SECOND(A9) which gives me a 1905 year date
As well as =DAY(H2)&MONTH(H2)&YEAR(H2)&HOUR(A9)&MINUTE(A9)&SECOND(A9) which gives me 29920186470 which is getting close. i.e. 29/9/2018 6:47:00
I think I am close to the answer but not sure how to take the next step to get the result I want. Of course I could be totally wrong on this as well!!!
I want to update the date to todays date.
Tried this: =DAY(H2)+MONTH(H2)+YEAR(H2)+HOUR(A9)+MINUTE(A9)+SECOND(A9) which gives me a 1905 year date
As well as =DAY(H2)&MONTH(H2)&YEAR(H2)&HOUR(A9)&MINUTE(A9)&SECOND(A9) which gives me 29920186470 which is getting close. i.e. 29/9/2018 6:47:00
I think I am close to the answer but not sure how to take the next step to get the result I want. Of course I could be totally wrong on this as well!!!