Hi. I have a schedule in table format showing the fruit that each team member is responsible for bringing on a certain date. I'd like to return a list that indicates:
1. Who is bringing which fruit on which date, e.g., Beth oranges Friday, April 11, Joyce raspberries Thursday, April 10
2. The last date that each fruit is being brought, e.g., apples on Thursday, April 17, bananas on Monday, April 7, and so on. For this one, I have figured out how to determine the name of the last person responsible for a fruit e.g., =ArrayFormula(LOOKUP(2,1/(B5:B36<>""),B5:B36)), but I also want to know which date they are assigned. It seems that I could someone combine the array with index, but I'm stuck.
Any tips would be greatly appreciated!
1. Who is bringing which fruit on which date, e.g., Beth oranges Friday, April 11, Joyce raspberries Thursday, April 10
2. The last date that each fruit is being brought, e.g., apples on Thursday, April 17, bananas on Monday, April 7, and so on. For this one, I have figured out how to determine the name of the last person responsible for a fruit e.g., =ArrayFormula(LOOKUP(2,1/(B5:B36<>""),B5:B36)), but I also want to know which date they are assigned. It seems that I could someone combine the array with index, but I'm stuck.
Any tips would be greatly appreciated!