Hello,
I am currently working on a function that will count the number of a specific type of response a user had to a survey. My current function is as follows:
=(COUNTIFS(Sheet2!$J$3:$J$2164,"LISA",Sheet2!$F$3:$F$2164,"Other"))+((COUNTIFS(Sheet2!J8:J2169,"LISA",Sheet2!F8:F2169,"Yes, but perhaps another answer")))
Where it says LISA, I need to have it reference text in column A, where there is a list of the people who took the test.
In Column A, the names are listed. I just need a way to reference the text in a cell in column A to replace the individual's name, as I don't want to fill it in every time over and over again.
Bookmarks