list with index/match with multiple results w/between criteria

KDS14589

Board Regular
Joined
Jan 10, 2019
Messages
182
Office Version
  1. 2016
Platform
  1. Windows
I have a list of peoples scores. I wish a finale list of people that have a score between two numbers. I've tried several index/match formulas but nothing works. I think my problem is getting results between the criteria. My last attempt was
Rich (BB code):
[{=IFERROR(INDEX($B$4:$B$14,SMALL(INDEX(MATCH($C$1:$C$2,$C$4:$C$14,0),),ROWS($A$1:A1))),"")}/CODE] but no luck. I posted an image because of download L2BB problems.
 

Attachments

  • Mr Excel 6.4.21.png
    Mr Excel 6.4.21.png
    47.1 KB · Views: 15

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
How about
Excel Formula:
=IFERROR(INDEX($B$4:$B$14,AGGREGATE(15,6,(ROW($B$4:$B$14)-ROW($B$4)+1)/($C$4:$C$14>=$C$1)/($C$4:$C$14<=$C$2),ROWS(C$16:C16))),"")
 
Upvote 0
How about
Excel Formula:
=IFERROR(INDEX($B$4:$B$14,AGGREGATE(15,6,(ROW($B$4:$B$14)-ROW($B$4)+1)/($C$4:$C$14>=$C$1)/($C$4:$C$14<=$C$2),ROWS(C$16:C16))),"")
It works THANKS
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,415
Messages
6,124,764
Members
449,187
Latest member
hermansoa

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