Forum Discussion

Trumpetnut's avatar
Trumpetnut
Copper Contributor
May 07, 2024

Output names to a grid comparing two data points

Hi I have a table with columns for student names and assessment scores for multiple assessments, each graded 1 to 9. I also have a tracking table where grades for one assessment go horizontally an...
  • HansVogelaar's avatar
    May 07, 2024

    Trumpetnut 

    In C4 on the Tracking Grid sheet:

     

    =TEXTJOIN(", ", TRUE, FILTER('Raw Data'!$A$2:$A$100, ('Raw Data'!$B$2:$B$100=C$3)*('Raw Data'!$C$2:$C$100=$B4), ""))

     

    Adjust the ranges if the data on Raw Data extend below row 100.

    Fill to the right and down.

Resources