Look up question responses and give me top and bottom 5

gentelmanJ

New Member
Joined
Jun 11, 2015
Messages
1
Hi new and first question can you please help?

In col A are questions and in Col B are a rating from 0-5. total of 126 questions.

I need a formula to give me the Highest 5 and lowest 5 response from col b but I need them to tie into question.

Col A questions will remain consistent but the answers in Col b change.

I need to be able to see the question and top 5 and bottom 5 responses.


thanks
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Ok, so there are 126 questions that can be answered from 0 to 5. Will there be multiple copies of the 126 questions compiled?
My first impression is to "stack" all the questions and answers in column A & B.
So if 10 people answer, then there should be 1260 rows.
for the first 126 rows (each question) enter

Code:
C1:  =SUMIF($A$1:$A$16,A1,B1)

Then use Data: Filter: Auto Filter and pick the top/bottom 5 to display.

Tubal
 
Upvote 0

Forum statistics

Threads
1,203,069
Messages
6,053,359
Members
444,657
Latest member
jessejames1of3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top