advanced filtering

S

spence

i am using advanced filtering to filter a list. i am
filtering it in place. it is a 15 column table with
headings, so rows 1 and 2 are exactly the same as rows 3
and 4 respectively. one of the columns is a date
column. can someone tell me what i would enter in the
criteria range to filter the list for all entries made in
the month of january? TIA
 
C

Cecilkumara Fernando

Spence,
so rows 1 and 2 are exactly the same as rows 3 and 4 respectively.
What you mean by this?
anyway if your dates are in colA, A1 is header, and dates starts in A2
put this formula in a cell of a blank column with some empty cells above it.
=MONTH(A2)=1
select this cell and the empty cell above as the criteria.
HTH
Cecil
 
G

Guest

Easy

he month of the date column using "=MONTH(date col)" and then use Autofilter to select all Months=1.
 

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