Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Excel で 21/10/2013 18:45 のような日付を作成したいと思います。
I have one cell with the date : 21/10/2013 one more cell with : 18:45 How can i create a date like this 21/10/2013 18:45?
日付が A1 で時刻が A2 の場合、次の式を使用します。
=A1+A2
次に、セルを d/m/yyyy hh:mm としてフォーマットします
Excel の日付は、1899 年 12 月 31 日からの日数を表す整数です。Excel の時間は 0 から 1 までの 10 進数で、1 日の経過時間を表します。正午は 1 日 1/2 なので 0.5 になります。そのため、それらを一緒に追加することができます。
その質問に関して: 2つの列(SQL)で同じ値を持つ行をカウントする方法は?
カウントが3未満の行のみを返す方法