View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.misc
Connie Martin Connie Martin is offline
external usenet poster
 
Posts: 251
Default Date list excluding weekends

Thank you, David. This is very easy. Don't know why I didn't think of it.
Thanks so much. Connie

"David Biddulph" wrote:

Use a helper column =LEFT(TEXT(A1,"ddd"))
Data/ Autofilter to select those where the entry is S
Select those rows, and Delete row
Disable the Autofilter, & delete the helper column.
--
David Biddulph

"Connie Martin" wrote in message
...
If I have a column of dates (365 days) from Jan. 1 to Dec. 31, is there a
way
to delete all weekends without the long, manual way of doing it? Connie



.