vTask v7.73 Windows XP 32bit
If the current Date/Time was 2009-Feb-15 10:56:32
=TEXT(NOW( ), "MMddhhmmss")
Expected: 0215105632 (Excel produces this result)
Actual: 021510
02
32 because there is no colon, the minutes are mistaken for a month
I'm not asking for an immediate fix for this, just that it gets on your issue log. The following formula works around this issue =SUBSTITUTE(TEXT(NOW( ), "MMddhh:mm:ss"),":","")