autofilter dates

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Using the autofilter on a column how can you autofilter dates? when you
custome the criteria seems that * or ? does not work?
Thanks :)
 
Hi
you can't use * or ? for dates as they're internally stored as values.
What are you trying to achieve?
 
If I want to see the data between two dates, I use the Custom Filter.

And then use greater than (date1)
and less than (date2)

(use the dropdown to select date1 and date2--or even type them!)

If I want to see the data for a certain Month (across years), I'll insert a
helper column and use a formula like:

=month(a2)

And filter on that.
 

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

Back
Top