Add a counter for a Specific Item(Column) in Excel File and Reset after 24 hours

I have an excel file which contains Columns “Item”,“Counter” and “Date”. I want to create a process in which when the “Counter” of “Item1” reaches to 10 it should assign the work to “Item2” and so on. Also the counter resets after 24 hours.
I was trying to read the row from the datatable and define the contrition but its not working.
Please suggest any working approach for this process.