So I have a range that is B2:B20. In this range I have strings, which include, 'I strongly agree,''I strongly disagree,' etc. I have multiple columns with each representing a question and which answer was given. I want to count the amount of each occurrence in B2:B20, C2:C20, etc and display them by dragging down a column. Photos are provided below since this is difficult to word.
[Data][1] https://i.stack.imgur.com/pXv92.png
[Counted data in chart][2] https://i.stack.imgur.com/es31C.png
Basically, I want to count how many of each response each question got (columns in Figure 1) in Figure 2. Ie. in Figure 2, Q1-Strongly agree counts the strongly agrees in Figure 1 column 1. Q2-Strongly agree counts the strongly agrees in Figure 1 column 2. Q3-strongly agree counts the strongly agrees in Figure 1 column 3. I hope this isn't too confusing. Thanks for your guys' time.