Month Filter

  • Thread starter Thread starter Joseph
  • Start date Start date
J

Joseph

I keep a log of checks that I receive in my department throughout the year.
I have the checks listed by date (mm/dd/yy), payee, check #, etc. What I
want to do is be able to filter the list by month (ex., March 2005). Is
there a way to do this?

Thanks
Joseph
 
Another way is to use a helper column.

Put a formula like:
=text(a2,"mmm yyyy")

or use a formula like
=a2
and give it a custom format of "mmm yyyy"

or just use a custom filter to show those dates:
greater than or equal to March 1, 2005
but less than April 1, 2005
 

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