N
Nick W
I have an auto populated file with lots of columns, where all dates are Julian.
Entering =TEXT(D18-C18,"mm-dd hh:mm") into column E adds a month onto every result ? e.g. below...
Row C D E
22:17:16 2012/05/29 23:30:00 2012/05/29 01-00 01:12
Note the formatting for ease of reading for column C & D is set to hh:mm:ss yyyy/mm/dd.
What am I missing that is adding a month onto every result ?
Please be very gentle, I'm a total novice and haven't a clue about VBA or how to do it despite many years of hitting my head hard against anything I can whilst attempting it !
Entering =TEXT(D18-C18,"mm-dd hh:mm") into column E adds a month onto every result ? e.g. below...
Row C D E
22:17:16 2012/05/29 23:30:00 2012/05/29 01-00 01:12
Note the formatting for ease of reading for column C & D is set to hh:mm:ss yyyy/mm/dd.
What am I missing that is adding a month onto every result ?
Please be very gentle, I'm a total novice and haven't a clue about VBA or how to do it despite many years of hitting my head hard against anything I can whilst attempting it !