Filtering with dates

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

Guest

How do I filter using dates? I am trying to filter out dates for each month,
example I want to collect all of the entries with dates in September. I am
using Office 2003.
 
Assuming you want to use either data>filter>autofilter or teh advanced filter

in autofilter use custom, where rows are greater than or equal to

09/01/04 (using US date format)

AND

is less than or equal to

09/30/04

click OK

using the advanced filter, you need 2 cells as criteria, leave the first one
blank,
assume we use D1:D2, leave D1 blank and in D2 put

=MONTH(A3)=9

where A3 is the first cell with the dates,

then do data>filter>advanced filter, preferably copy to another location and
in the criteria range use

$D$1:$D$2

Regards,

Peo Sjoblom
 

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