Don Swanson
New Member
- Joined
- Nov 30, 2022
- Messages
- 3
- Office Version
- 365
- Platform
- Windows
Hello,
I am struggling with a formula for work. I have an array with dates assigned to specific individuals. Several of these dates have positive and negative numbers associated with them. Also several of the dates are eligible and some are not. I want a formula that can return the most recent date assigned to a specific person that has a positive sum for all of the numbers associated with that date for that person. In my head I imagine the formula creates a dynamic array with eligible dates per person with the respective sums for each of those dates, then selects the most recent date in column E. I would be able to drag this formula down as my data set grows.
I arranged some data illustrate what I am looking for. Column E demonstrates what the formula would be doing.
John is the best example. He receives 1 point on 9/20, so on 9/21, Column E shows 9/20. However, by the time you get to E10. John has had both a negative and positive eligible point on 9/21, so the date with the most recent sum of positive points is 9/20/22.
Any help would be appreciated.
I am struggling with a formula for work. I have an array with dates assigned to specific individuals. Several of these dates have positive and negative numbers associated with them. Also several of the dates are eligible and some are not. I want a formula that can return the most recent date assigned to a specific person that has a positive sum for all of the numbers associated with that date for that person. In my head I imagine the formula creates a dynamic array with eligible dates per person with the respective sums for each of those dates, then selects the most recent date in column E. I would be able to drag this formula down as my data set grows.
I arranged some data illustrate what I am looking for. Column E demonstrates what the formula would be doing.
John is the best example. He receives 1 point on 9/20, so on 9/21, Column E shows 9/20. However, by the time you get to E10. John has had both a negative and positive eligible point on 9/21, so the date with the most recent sum of positive points is 9/20/22.
Any help would be appreciated.