Formula Hlelp Sort Range Between 2 Values

ststern45

Well-known Member
Joined
Sep 17, 2005
Messages
961
Office Version
  1. 365
  2. 2010
Platform
  1. Windows
Hello everyone,

I have a range of values in cell range W20:BF20

In cell BR20 I would like to list all the values from W20:BF20 where the values range from 100 through 199.

Also sort the list from small to large values.

Cell range W20:BF20 does contain empty cells.

Values in range W20:BF20 min = 100 max = 999

Thank you in advance!!
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Put this in BR20 and drag down:

=IFERROR(AGGREGATE(15,6,$W$20:$BF$20/(($W$20:$BF$20>=100)*($W$20:$BF$20<=199)),ROWS($BR$20:$BR20)),"")


If you want all the values in a single cell, that will require either VBA or the TEXTJOIN function. Do you have that?
 
Last edited:
Upvote 0
Thanks Eric.
Works great!!

I don't need a TEXTJOIN function.

Thanks
 
Upvote 0

Forum statistics

Threads
1,214,925
Messages
6,122,301
Members
449,078
Latest member
nonnakkong

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