メインコンテンツへスキップ

 Googleスプレッドシートで日付と時刻の列をXNUMXつの列に結合するにはどうすればよいですか?

Googleスプレッドシートでは、次のスクリーンショットに示すように、日付列と時刻列をXNUMXつの列に結合する必要がありますが、Googleスプレッドシートでどのように処理できますか?

日付と時刻の列を数式でXNUMXつの列に結合します

ドキュメント結合日時01


日付と時刻の列を数式でXNUMXつの列に結合します

日付と時刻の列をXNUMXつの列に組み合わせるには、次の数式が役立ちます。

1。 次の式を入力します。 =concatenate(text(A2,"mm/dd/yyyy")&" "&text(B2,"hh:mm:ss")) 結合した結果を配置する空白のセルに入力し、を押します 入力します 最初の結合セルを取得するためのキー。

2。 次に、数式セルを選択し、結合するセルまで塗りつぶしハンドルをドラッグすると、日付と時刻の列がXNUMXつの列に結合されます。スクリーンショットを参照してください。

ドキュメント結合日時02

 

最高のオフィス生産性向上ツール

🤖 Kutools AI アシスタント: 以下に基づいてデータ分析に革命をもたらします。 インテリジェントな実行   |  コードを生成  |  カスタム数式の作成  |  データを分析してグラフを生成する  |  Kutools関数を呼び出す...
人気の機能: 重複を検索、強調表示、または識別する   |  空白行を削除する   |  データを失わずに列またはセルを結合する   |   数式なしのラウンド ...
スーパールックアップ: 複数の基準の VLookup    複数の値の VLookup  |   複数のシートにわたる VLookup   |   ファジールックアップ ....
詳細ドロップダウン リスト: ドロップダウンリストを素早く作成する   |  依存関係のドロップダウン リスト   |  複数選択のドロップダウンリスト ....
列マネージャー: 特定の数の列を追加する  |  列の移動  |  Toggle 非表示列の表示ステータス  |  範囲と列の比較 ...
注目の機能: グリッドフォーカス   |  デザインビュー   |   ビッグフォーミュラバー    ワークブックとシートマネージャー   |  リソースライブラリ (自動テキスト)   |  日付ピッカー   |  ワークシートを組み合わせる   |  セルの暗号化/復号化    リストごとにメールを送信する   |  スーパーフィルター   |   特殊フィルター (太字/斜体/取り消し線をフィルター...) ...
上位 15 のツールセット12 テキスト ツール (テキストを追加, 文字を削除する、...)   |   50+ チャート 種類 (ガントチャート、...)   |   40+ 実用的 (誕生日に基づいて年齢を計算する、...)   |   19 挿入 ツール (QRコードを挿入, パスから画像を挿入、...)   |   12 変換 ツール (数字から言葉へ, 通貨の換算、...)   |   7 マージ&スプリット ツール (高度な結合行, 分割セル、...)   |   ... もっと

Kutools for Excel で Excel スキルを強化し、これまでにない効率を体験してください。 Kutools for Excelは、生産性を向上させ、時間を節約するための300以上の高度な機能を提供します。  最も必要な機能を入手するにはここをクリックしてください...

説明


Officeタブは、タブ付きのインターフェイスをOfficeにもたらし、作​​業をはるかに簡単にします

  • Word、Excel、PowerPointでタブ付きの編集と読み取りを有効にする、パブリッシャー、アクセス、Visioおよびプロジェクト。
  • 新しいウィンドウではなく、同じウィンドウの新しいタブで複数のドキュメントを開いて作成します。
  • 生産性を 50% 向上させ、毎日何百回もマウス クリックを減らすことができます!

 

Comments (18)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
It doesn't work.

Please try this
=concatenate(text(A2;"mm/dd/yyyy")&" "&text(B2;"hh:mm:ss"))
This comment was minimized by the moderator on the site
Same error to me

It doesn't work. I do not understand the message below. I don't need it explained to me. I just need a formula that works please. Thank you.
"There's a problem with this formula.
When trying to insert the formula Excel replies:

If you type: =1=1, cell shows : 2
To get around this, type an apostrphe (') first:
But if you type: '=1=1, cell shows: =1+1"
Why ?
This comment was minimized by the moderator on the site
How do i make a graph in excel using the y-axis as hours and x-axis as date.
This comment was minimized by the moderator on the site
I get the result like: 01/10/yyyy 14:15:00.000+03:00
Do you know how to remove the yyyy and get the actual year?
And do you know how to remove the GMT + 3 to a fixed hour?

Thanks
This comment was minimized by the moderator on the site
Hi, Monica
If the formula in this articel can't work correctly, please try this simple formula: A2+B2.
Thank you!
This comment was minimized by the moderator on the site
Awesome, thank you! works perfectly on Google Sheets as well!
This comment was minimized by the moderator on the site
After struggling for 30 minutes with this thing and getting results like "14/05/yyyy hh:12:02", I finally cracked the code. Instead of =concatenate try using basic =A2+B2...
This comment was minimized by the moderator on the site
Work like a charm. . ..
Basic always win

Thanks
This comment was minimized by the moderator on the site
i just combine date and time cell using this formula but why it doesn't work on graph?
on graph show 00-01-1900 12:00:00AM
This comment was minimized by the moderator on the site
Hello KA,Sorry to hear that. If you don't mind, could you please show us more details on this matter? A screenshot is the best. We will try our best to help you?Sincerely,Mandy
This comment was minimized by the moderator on the site
Thank you for solving a problem that I have been wrestling with for the longest time!  None of the "help" on CONCATENATE worked for me, but your formula above worked instantly.  Fabulous!
This comment was minimized by the moderator on the site
Hello,
You are welcome. Glad it helps. Any question, please feel free to contact us. Have a great day.
Sincerely,
Mandy
This comment was minimized by the moderator on the site
It doesn't work. I do not understand the message below. I don't need it explained to me. I just need a formula that works please. Thank you.
"There's a problem with this formula.
Not trying to type a formula?
When the first character is an equal(=) or minus (-) sign, Excel thinks it's a formula.
you type: =1=1, cell shows : 2
To get around this, type an apostrphe (') firts:
you type: '=1=1, cell shows: =1+1"
I have replaced the rows and cells numbers and letters and have done it several times.
This comment was minimized by the moderator on the site
You have to replace the comma after the cell selection (in this case A2 and B2) with a semicolon.
This comment was minimized by the moderator on the site
Apologies, I want to withdraw my previous comment. (I copied and pasted the formula, and I now realise that I can change the format.)
There are no comments posted here yet
Load More
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations