Missing statements

primuspaul

Board Regular
Joined
Dec 23, 2015
Messages
75
Office Version
  1. 2021
  2. 2019
Platform
  1. Windows
I am analyzing some information from my old bank statements. There are many accounts and there are in no particular order (date or account #). So for each monthly statement (each statement could have one or more entries), I input the info that I needed and also included two columns: start date and end date. Is there a way to analyze this data to see what statements I have and what statements I am missing?
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Please post a sample of your data and expected output.
 
Upvote 0
Code:
account#    startdate     enddate
444555       1/1/13        1/31/13
444555       5/1/13        5/30/13
888888       1/22/14       3/21/14
888888       5/22/14       7/21/14

I expect a result that can help me easily conclude that I am missing 2/1/13 --> 4/30/13 for account 444555 and 3/22/14 --> 5/21/14 for account 888888. Unfortunately, statement beginning and end dates can vary and can be for varying periods of time. Some statements have cut offs in the middle of months. Others are monthly. Some are quarterly or bimonthly.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,376
Messages
6,119,178
Members
448,871
Latest member
hengshankouniuniu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top