I have years worth of data in the following form: each row is a volunteer, each column is a day, and the data are either blanks (signifying not volunteering that day) or numbers (signifying the number of shifts that volunteer worked that day).
What I would like is a formula that will look across the entire data and, for each volunteer, calculate the longest streak that vol has of volunteering on a given day of the week. So in other words, if Bob never came on a weekday, came three times in a row on Saturday, and came 12 times on Sunday 10 of which were consecutive, the formula would return "10."
I'd love one formula to cover all the days, but if it needs to be one formula for each day and then I just add a colum to take the maximum of those 7 columns, that's fine too.
We're a wildlife rehabilitation center, so you'll be helping save injured wild animals if you can give me an answer. Thanks in advance for any help!
What I would like is a formula that will look across the entire data and, for each volunteer, calculate the longest streak that vol has of volunteering on a given day of the week. So in other words, if Bob never came on a weekday, came three times in a row on Saturday, and came 12 times on Sunday 10 of which were consecutive, the formula would return "10."
I'd love one formula to cover all the days, but if it needs to be one formula for each day and then I just add a colum to take the maximum of those 7 columns, that's fine too.
We're a wildlife rehabilitation center, so you'll be helping save injured wild animals if you can give me an answer. Thanks in advance for any help!