Curios if somebody could share a smarter way to accomplish this?
This formula works for taking col A and converting it to col B with the time always converting to 12:00:00 AM, but the date stays the same.
May 26, 2010 11:02:54 AM >> May 26, 2010 12:00:00 AM![]()
=TEXT(INT(A1),"mmm d, yyyy")&" "&TEXT(SUBSTITUTE(MOD(A1,1),MOD(A1,1),0),"hh:mm:ss AM/PM")
Mar 5, 2011 1:46:09 PM >> Mar 5, 2011 12:00:00 AM
Is there a better way?
Bookmarks