Hi, everybody,
I have an Excel file listing the trip location per driver and per day.
The result I am looking for is a synthesis table of the number of days worked per weekday and per driver.
I try to find a formula to count the number of non-empty cells according to the name of the driver and the day of the week.
Function.png
So far, by combining the functions "Counta/Index/Match/Match" I only manage to find the number of days on the first week, the function stops after finding the result of the first Match.
=COUNTA(INDEX($A$1:$U$21,MATCH($A25,$A$1:$A$21,0),MATCH(B$24,$A$1:$U$1,0)))
The result I'm looking for would be for example: for Driver 1, Sunday = 2.
Does someone have any ideas?
I hope my question is clear enough, I attach the file for more clarity.
Thank you in advance for your help !
Anais
Bookmarks