filtering dates

  • Thread starter Thread starter RobcPettit
  • Start date Start date
R

RobcPettit

hi, could you please advise me how, using advance filter, to filter a
list of dates so Im left with fridays dates only. So far Ive tried,
dates in a3:a2893, Title DATES in a2, and my criteria in A1 which is
=weekday(5) or =weekday(date)=5. Im using USE date format mm/dd/yy. Im
not sure that I setting up the advance filter correctly. Any advice
appreciated,
Regards Robert
 
If you are going to use advanced filter and a formula criteria you need to
use 2 cells as criteria and the top cell should be empty, so insert an empty
row at the top,leave A1 empty and in A2 use

=WEEKDAY(A4,2)=5

assuming that the header will now be in A3 and the dates start in A4 (always
refer to the first data cell in the range)


criteria range would be $A$1:$A$2

--
Regards,

Peo Sjoblom

(No private emails please)
 
If you have the room to insert a helper column, say column Z, then you can
get the desired with just autofilter. Set cell Z3 to =weekday(A3) and then
copy down to Z2893. Switch on the autofilter. Click the column Z pull-down
and select 6 (Friday)
 

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

Similar Threads


Back
Top