I have a data set in excel with 3084 rows. I need to delete 4 rows, then keep one: deleting Tuesday, Wednesday, Thursday, Friday but keeping Monday to create a weekly rather than daily data set.
- Note: The data is coinciding with a date not a day of the week so I cant simply filter out Tuesdays and so forth [the date appears as 14-Jun-00]).
Is there any way to do this without having to manually go through and delete four rows at a time?