スプレッドシートで日、時のセルを結合したい
=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?
This post is licensed under CC BY 4.0 by the author.