スプレッドシートで日、時のセルを結合したい
=concatenate(text(A2,"mm/dd/yyyy")&" "&text(B2,"hh:mm:ss"))
時間(01
)だけだと変換に失敗するので、01:00:00
などに置換しておく。
How to combine date and time columns into one column in Google sheets?
=concatenate(text(A2,"mm/dd/yyyy")&" "&text(B2,"hh:mm:ss"))
時間(01
)だけだと変換に失敗するので、01:00:00
などに置換しておく。
How to combine date and time columns into one column in Google sheets?