Locating and returning cell value

Tessag

New Member
Joined
Sep 9, 2020
Messages
3
Office Version
  1. 365
Platform
  1. Windows
Good evening

This is my first time posting on this forum so I apologize in advance if I step out of line in any way, shape or form.

Please can I ask for assistance with a formula that will help me to locate and return a value.

I have a 120 line (not too big) list of values. These values range between 0 and 400.

I want to extract the relevant values within specified parameters (e.g. 0 - 99, 100- 199. 200 - 299, 300 - 399) and display in 4 separate columns.

Thank you for any assistance in this regard.

T
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
The Data is in cells A1 to A120 for example, I just showed an extract of the result

Book1
EFGH
30-99100-199200-299300-399
463147224344
531128243313
676194281324
712159285333
830105258340
978166256389
1045161228354
1113163245368
Sheet1
Cell Formulas
RangeFormula
E4:E37,H4:H28,G4:G34,F4:F33E4=FILTER($A$1:$A$120,($A$1:$A$120>=LEFT(E$3,FIND("-",E$3)-1)+0)*($A$1:$A$120<=RIGHT(E$3,LEN(E$3)-FIND("-",E$3))+0))
Dynamic array formulas.
 
Upvote 0
Thank you Momentman for your quick assistance.

Please forgive my limited understanding in this regard.

I have inserted the formula as provided but it keeps given me an error on the formula.

I'm also struggling to understand the relation between the original data range in Col A and the formula insertion in Col E to H, and the application of the Range as you stipulated.

Again, sorry for all the uncertainty. I'm still learning :)

Regards

T
 
Upvote 0
@Tessag : Not a problem at all, the filter function works in Office 365 and as i can see you are using that

Essentially when i have 0-99, i am filtering the data set to show me data that is greater than equal to 0 and less than equal to 99 and the same for other columns

See if the sample workbook below helps

Sample Workbook
 
Upvote 0
@Momentman : Thank you so very much.

You are a lifesaver!

I have learnt something new :biggrin:

Thank you for your time. I really appreciate it.

T
 
Upvote 0

Forum statistics

Threads
1,215,043
Messages
6,122,816
Members
449,095
Latest member
m_smith_solihull

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