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

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
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,599
Messages
6,120,448
Members
448,966
Latest member
DannyC96

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