mark hansen
Well-known Member
- Joined
- Mar 6, 2006
- Messages
- 534
- Office Version
- 2016
- Platform
- Windows
I have a data set where the first two columns are cohort and person. This data will build line by line with additional cohorts and new people. I want to make dynamic charts to evaluate the beginning test score against the ending test score. We will be selecting the cohort to look at, and need the people (max 12 per group), and their scores to first populate a grid then we will make the chart from the grid.
I've been using index match to create (and build) a unique list of cohorts to select from using this formula:
{=IFERROR(INDEX(CohortList,MATCH(0,COUNTIF($D$6:D6,CohortList),0)),"")}
But I need help with getting the people for the selected group. I was thinking it would also be a Index match sort of formula to get the person's name that will go to the chart, but I don't need a unique list of names for the people, I need the list of people for the group.
The data starts at AB34 with the group name, and the person name is starting at AC34. I don't know how long the data set will be, but 1000 rows is a safe maximum.
Thanks for any help.
Mark
I've been using index match to create (and build) a unique list of cohorts to select from using this formula:
{=IFERROR(INDEX(CohortList,MATCH(0,COUNTIF($D$6:D6,CohortList),0)),"")}
But I need help with getting the people for the selected group. I was thinking it would also be a Index match sort of formula to get the person's name that will go to the chart, but I don't need a unique list of names for the people, I need the list of people for the group.
The data starts at AB34 with the group name, and the person name is starting at AC34. I don't know how long the data set will be, but 1000 rows is a safe maximum.
Thanks for any help.
Mark