Thread: Auto Filter
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
R.VENKATARAMAN R.VENKATARAMAN is offline
external usenet poster
 
Posts: 110
Default Auto Filter

try
assming the dates e.g. 5/19 is in text format
introduce a header row if it is not avilable

autofilter
custom
equlas to 5/*

* is wild card




"Oldjay" wrote in message
...
I have a membership list with col F having the birthdays with a text

format
of 05/19 (I could change the format if necessary). I need to make a list

of
birthdays occuring in a certain month

Any help would be appreicated

oldjay