Filtering by a date

C

CR

I am needing to filter by a date in a spreadsheet. I have a list of dates in
a column and I want to only return dates that are = Current Date + 1 day. I
am running a Macro everyday that needs to look out 1 day ahead and return all
dates up to that date.

Thanks,

CR
 
P

Pete_UK

Have you tried using a Custom filter? You have choices like Less
Than ... , Greater Than ..., and so on.

Hope this helps.

Pete
 
C

CR

Yes. Custom Filters do not allow you to do a complex filter such as =Before
Today's Date + (1) Day.

Thanks,

Chad
 
D

Dave Peterson

But you could add one to today's date and filter by that -- all in your macro.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top