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

Excelで重複する日付/時刻範囲を見つける方法は?

この記事では、以下のスクリーンショットに示すように、日付範囲または時間範囲がExcelで他の範囲と重複しているかどうかを検索または確認する方法について説明します。
docは重複する日時を見つけます1

式を使用して重複する日付/時刻範囲を確認します


矢印青い右バブル 式を使用して重複する日付/時刻範囲を確認します

1.開始日のセルを選択し、に移動します 名前ボックス 名前を入力してを押す 入力します この範囲に範囲名を付けるためのキー。 スクリーンショットを参照してください:
docは重複する日時を見つけます2

2.次に、終了日を選択し、に別の範囲名を付けます。 名前ボックス を押し 入力します キー。 スクリーンショットを参照してください:
docは重複する日時を見つけます3

3.判定を配置する空白のセルを選択し、この数式を入力します = SUMPRODUCT((A2 = startdate))> 2、自動入力ハンドルを数式のあるセルまでドラッグします。 セルが表示された場合 TRUE、それは相対的な日付範囲が他と重複していることを意味します。そうでない場合、データ範囲は他と重複していません。
docは重複する日時を見つけます4

式で、A2とB2は確認する日付範囲であり、enddateとstartdateは上記の手順で指定した範囲名です。

ヒント。 場合によっては、日付に日を追加したい場合があります。クイックアドインに興味がある場合は、Kutools forExcelを紹介します。 現在までの日数を追加 ユーティリティを使用すると、次のスクリーンショットに示すようにタスクを簡単に処理できます。 30日間は制限なく全機能をご利用いただけます。 今すぐダウンロードして無料トライアルをお試しください。

doc追加日

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

🤖 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 (5)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Formel ergänzen: "A2<=" statt "A2<"
=SUMMENPRODUKT((A2<=Enddatum)*(B2>=Startdatum))>1
This comment was minimized by the moderator on the site
Hi,

I have been having problem with some overlapping events: I would like to calculate each even’ts non-overlap minutes from a time series of downtime events.

A generic formula supposed to work for any duration of a time event condition such as multiple events overlap, some, non etc. Up to that point no problem but when total duration of some random events overlap with a single event then I am having issues in terms of a generic excel formulation to calculate non-overlap time of each event. That sheet will be automated so I can’t use different formula for each row since when sheet gets updated all new downtime will be on it. Here is an example:

If you specifically look up 12/14/2017 8:00 am to 12/15/2017 9:00, you can see my point.

Downtime Start (with date) Downtime End (with date)
12/14/2017 6:00 12/14/2017 7:30
12/14/2017 6:30 12/14/2017 7:30
12/14/2017 6:30 12/14/2017 16:00
12/14/2017 7:00 12/14/2017 8:15
12/14/2017 7:30 12/14/2017 8:30
12/14/2017 7:30 12/14/2017 15:00
12/14/2017 7:45 12/14/2017 8:00
12/14/2017 8:00 12/15/2017 9:00
12/14/2017 9:00 12/14/2017 10:00
12/14/2017 11:00 12/15/2017 16:00

Your help would be really appreciated!

Thanks

G.S
This comment was minimized by the moderator on the site
Sorry, I did not have any idea about your question, you can go to our forum https://www.extendoffice.com/forum/kutools-for-excel.html, maybe someone can help you.
This comment was minimized by the moderator on the site
Hi, I a m looking for a formula to resolve the below issue. I have unique Employee ID with duplicate Leaves. I want to highlight duplicate or overlapped leaves (start Date and End Date) under 'My Remark' column. Appreciate your assistance.

find the attached template for your review.
This comment was minimized by the moderator on the site
Sorry I do not understand your question clearly. What you need is to highlight the groups by same values as below screenshot shown?
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations