Hello There!

Yeft

New Member
Joined
Jan 6, 2023
Messages
37
Office Version
  1. 365
Platform
  1. Windows
I'm wondering if some one can help me with a macro that shows Aging more than 30 days Data.
Sheet name "Products"
Starting Row A3
Column 2 ("Input Dates") ----- the one with the dates to filter.

Thanks in advance!
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Hi Yeft,
Frist of all going forward please use the subject line to give a one line summary what the post is about rather than saying Hello. Just a friendly suggestion.

To answer your question I can think of 2 solutions.
1- you can use a helper column. by Column 2 if you mean Column B you can use this formula on an empty column: =TODAY()-B1. This will give you the day difference between "today" and the inputted date. then you can use filter.

OR

2- you can use a conditional formatting. Highlight the column (assuming B) then go to conditional formatting>New Rule> Use formula... > Type "=Today()-B1>30" on the box and select what kind of formatting you like it to show if it is more than 30 days by clicking on the Format button.

I hope these suggestions help.
 
Upvote 0
Solution

Forum statistics

Threads
1,223,911
Messages
6,175,325
Members
452,635
Latest member
laura12345

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