I have 5 tabs (Kinder STAR, 1st grade, 2nd grade, 3rd Grade, 4th grade, 5th grade). Within each tab are student names and test scores for different reading assessments. I need to be able to pull the data and create a graph with select students. What I need is a formula that will pull the all the testing scores based on the student name from any of the tabs. I have a formular for the 5th grade tab here.
=index('5th Grade'!AP:AP,Match(1,($A$1='5th Grade'!D😀)*(C4='5th Grade'!C:C),0))
So how can I get it to work to pull data from all the tabs and not just the 5th grade one?
=index('5th Grade'!AP:AP,Match(1,($A$1='5th Grade'!D😀)*(C4='5th Grade'!C:C),0))
So how can I get it to work to pull data from all the tabs and not just the 5th grade one?