문제

I have, per cell, a date value in the format 2013-01-05 11:21.

Is there a way to separate the time of day (ie 11:21) and put it in a new column, without having to manually cut and paste?

I have a lot of date values in one column, and I want to separate the time-of-day portion of these dates into a new adjacent column.

도움이 되었습니까?

해결책

Yes - the TIMEVALUE function should do this. You may need to format the result cells (in my examle: B1:B8) as time values. Using cell formatting, you can set the output to a hh:mm syntax, too.

TIMEVALUE example

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top