Rolling 12 months expiry dates view

hafe4k

New Member
Joined
Jan 7, 2019
Messages
26
Hi there,

I have a list of rows (books) around 1500 records - each book has a date they need to be checked and audited to ensure the conditions of the book is up to scratch. Some books need this reviewing every 3 months, 6 months , some 12 months and some 24 months. The key field is 'review by' date - this date is in the future and is manually updated by somebody.

Currently its a really manual task in checking through the list using filters.

I would like to create an easy to see report or some sort which will easily show me a list of:

In the next 3 months these books are due:
In the next 6 months these:
In the next 12 months these books:
and these are books that have over 12 months left. see an easy way

What would be the best approach please

Thanks in advance.
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Office 365?

MrExcelPlayground2.xlsx
ABCDEFGHIJKLMN
1BookReview By Date3 months6 months12 monthsGreater than 12 months
2Book 15/1/2021BookReview By DateBookReview By DateBookReview By DateBookReview By Date
3Book 25/14/2021Book 15/1/2021Book 15/1/2021Book 15/1/2021Book 235/2/2022
4Book 35/16/2021Book 25/14/2021Book 25/14/2021Book 25/14/2021Book 245/29/2022
5Book 46/9/2021Book 35/16/2021Book 35/16/2021Book 35/16/2021Book 256/4/2022
6Book 56/22/2021Book 46/9/2021Book 46/9/2021Book 46/9/2021Book 266/24/2022
7Book 67/20/2021Book 56/22/2021Book 56/22/2021Book 56/22/2021Book 277/1/2022
8Book 78/13/2021Book 67/20/2021Book 67/20/2021Book 67/20/2021Book 287/20/2022
9Book 89/4/2021Book 78/13/2021Book 78/13/2021Book 297/23/2022
10Book 910/3/2021Book 89/4/2021Book 89/4/2021Book 307/26/2022
11Book 1010/28/2021Book 910/3/2021Book 910/3/2021Book 318/10/2022
12Book 1111/12/2021Book 1010/28/2021Book 328/23/2022
13Book 1211/27/2021Book 1111/12/2021Book 339/15/2022
14Book 1311/30/2021Book 1211/27/2021Book 349/25/2022
15Book 1412/21/2021Book 1311/30/2021Book 3510/17/2022
16Book 151/4/2022Book 1412/21/2021Book 3610/28/2022
17Book 161/19/2022Book 151/4/2022Book 3710/28/2022
18Book 171/28/2022Book 161/19/2022Book 3811/6/2022
19Book 182/4/2022Book 171/28/2022Book 3912/1/2022
20Book 192/18/2022Book 182/4/2022Book 4012/13/2022
21Book 203/1/2022Book 192/18/2022Book 4112/19/2022
22Book 213/10/2022Book 203/1/2022Book 4212/31/2022
23Book 224/4/2022Book 213/10/2022Book 431/22/2023
24Book 235/2/2022Book 224/4/2022Book 442/19/2023
25Book 245/29/2022
26Book 256/4/2022
27Book 266/24/2022
28Book 277/1/2022
29Book 287/20/2022
30Book 297/23/2022
31Book 307/26/2022
32Book 318/10/2022
33Book 328/23/2022
34Book 339/15/2022
35Book 349/25/2022
36Book 3510/17/2022
37Book 3610/28/2022
38Book 3710/28/2022
39Book 3811/6/2022
40Book 3912/1/2022
41Book 4012/13/2022
42Book 4112/19/2022
43Book 4212/31/2022
44Book 431/22/2023
45Book 442/19/2023
Sheet13
Cell Formulas
RangeFormula
D3:E8D3=FILTER(A2:B45,B2:B45<TODAY()+93,"")
G3:H11G3=FILTER(A2:B45,B2:B45<TODAY()+183,"")
J3:K24J3=FILTER(A2:B45,B2:B45<TODAY()+366,"")
M3:N24M3=FILTER(A2:B45,B2:B45>TODAY()+365,"")
Dynamic array formulas.
 
Upvote 0
Thanks James for your swift response. That actually could work, however trying to test it only shows one row of data?
So from your example it only shows Row D3 and E3. D4-D8 does not show. Am I doing something incorrect?
 
Upvote 0
Actually i've noticed it works when the fields are shown as 02/05/21 but not when its full 2021? I've ensured the cell properties is dates and correct.
 
Upvote 0
Did you try entering it with CTRL-SHIFT-ENTER instead of just ENTER?
 
Upvote 0
I have done - if the date ends in 2021 it wont show - the ones without 20xx does. I have too many records to manually adjust each date. Any ideas?
 
Upvote 0
I don't think I understand how your date data looks. Is it just years?

Could you post some of your data?
 
Upvote 0
Of course. So attached.
as you can see when the dates are formatted with the 2021 they don’t appear, if I manually take out the 20 and leave it as 21 then it works fine.
I have formulas calculating things too so a simple replace all won’t work.

is there a script to run on my data which will change all the 2021, 2022, 2023 to 21, 22, 23.

which I’m hoping will fix the issue. Hope it makes sense.
 

Attachments

  • FF0C5BBD-2B5F-4C0A-9730-4A9D22679EE6.png
    FF0C5BBD-2B5F-4C0A-9730-4A9D22679EE6.png
    91.4 KB · Views: 7
Upvote 0
I see what you mean - Your book - your best day is today - has the date field that looks like it's stored as text and not a date at all. That's why it is left justified instead of right justified like the dates that work. I don't think you have to take the '20' part out, I think you would only have to enter the cell and hit enter. You might try selecting all the data "review date" and under DATA and DATA TOOLS - select TEXT TO COLUMNS - and have it reformat all of you text correctly for date format.
 
Upvote 0
I thought I had amended all fields to Date fields – but the latter steps TEXT TO COLUMNS did the trick – thanks so much! Helps us massively.

With that is there an easy way to filter out duplicates? But making sure it doesn’t take out one of the same name but Medienart is different.

So in this example the highlighted – ideally I would want to see the duplicate books one: e.g:



‘The Shaurya Unbound-Tales of | Hardcover

‘The Shaurya Unbound-Tales of | Softcover

… other books list



40 Years with Abdul Kalam-Untold Stories | Hardcover

40 Years with Abdul Kalam-Untold Stories | Softcover

40 Years with Abdul Kalam-Untold Stories | eBook

… other books list
 

Attachments

  • 7D303184-7C44-4393-9CA3-4641B97F59EB.png
    7D303184-7C44-4393-9CA3-4641B97F59EB.png
    85.1 KB · Views: 3
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,550
Members
449,088
Latest member
davidcom

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