(hopefully) simple query

justDave

Board Regular
Joined
Mar 2, 2006
Messages
83
Hi all,

I maintain a spreadsheet showing all work we have quoted in our office, this contains the usual data - company name, account number and the date we quoted/date of inception.

Is it possible to get a message to pop up highlighting accounts we quoted, say, 11 months ago?

Sorry if this is very easy, my Excel and in particular VBA skills have really gone downhill in the last 12 months or so!

Many thanks,

Dave
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
could you add a column to your data ?

assuming row 2 contains first record, Col a = name, b = a/c and c = date then in D2

=DATEDIF(C2,TODAY(),"m")

copy down for all records

then highlight A1:D1 and create a filter (Data/Filter/AutoFilter) then use filter in D to select appropriate records according which records you want to display (ie months old)
 
Upvote 0
thanks lasw10, that is the way we do it at the moment but unfortunately I work with a lot of 'forgetful' people who don't bother looking so I am hoping to get a message to pop up when they open the sheet which they won't be able to ignore!
 
Upvote 0

Forum statistics

Threads
1,214,619
Messages
6,120,550
Members
448,970
Latest member
kennimack

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