I have the string in a cell:
20070728000000
This is suppose to represent 7/28/2007 12:00:00 AM
Given these formulas I can get the date and time.
=DATE(MID(B4,1,4),MID(B4,5,2),MID(B4,7,2))
=TIME(MID(B1,9,2),MID(B1,11,2),MID(B1,13,2))
How can I merge the above formulas into one field so date and time are together?
thanks.
20070728000000
This is suppose to represent 7/28/2007 12:00:00 AM
Given these formulas I can get the date and time.
=DATE(MID(B4,1,4),MID(B4,5,2),MID(B4,7,2))
=TIME(MID(B1,9,2),MID(B1,11,2),MID(B1,13,2))
How can I merge the above formulas into one field so date and time are together?
thanks.
Last edited: