I have Excel data on same column from 2 different dates like below:

However to read the data, I have to ignore only the value that says "2-Jun". So in all, I need to read the 6 rows.
It could be any date, so I can't make it to filter out just "2-Jun".
Also I can't get rid of this date. It has to be there on the original file, after I do the manipulations based on the 6 rows.
Things I tried but were not successful:
1. Reading the Excel data using SQL queries, couldn't get rid of this cell temporarily.
2. Set a list variable to have all dates from 1st to 31st and put for each loop to read the number.

Please guide me on how I can do this.
Thanks.