Looking to Display a list of results when a cell contains certain text

beekeeper37

New Member
Joined
Mar 27, 2018
Messages
3
I am looking for a formula that will give me a list of results based on a text.

This is what I would like to achieve.

EquipmentUnit #FindCONV
EVENFLOW FEED 1 BELTPCB0849
EVENFLOW TILT BELTPCB0850AResultsDISCH CONV 1 FROM BARREL WASHPCB0875
UNDERSIZE LENGTH COLLECT BELTPCB0856 RAW REC WASTE 2 CONVPCB0893
BARREL WASHER FD BELT 1PCB0867 RAW REC WASTE 3 CONVPCB0894
BARREL WASHER FD BELT 2PCB0868 RAW REC WASTE 4 CONVPCB0895
SCRUBBER BY PASS BELTPCB0869 RAW REC WASTE 5 CONV TO HOPPERPCB0896
DISCH CONV 1 FROM BARREL WASHPCB0875 DISCH CONV 2 FROM BARREL WASHPCB0900
RAW REC WASTE 2 CONVPCB0893 DISCH CONV 3 FROM BARREL WASHPCB0901
RAW REC WASTE 3 CONVPCB0894 STEAM PEEL SURGE BIN 1 CONVPCB0902
RAW REC WASTE 4 CONVPCB0895 STEAM PEEL SURGE BIN 2 CONVPCB0915
RAW REC WASTE 5 CONV TO HOPPERPCB0896 DESKINNER FEED CONVPCB0926
DISCH CONV 2 FROM BARREL WASHPCB0900 FEED CONV 1 TO ROLL SIZERPCB0929A
DISCH CONV 3 FROM BARREL WASHPCB0901 DISCH CONV 2 TO TRIM ROOMPCB0929B
STEAM PEEL SURGE BIN 1 CONVPCB0902
STEAM PEEL HOPPER 1 BELTPCB0903
STEAM PEEL SURGE BIN 2 CONVPCB0915
STEAM PEELER HOPPER 2 BELTPCB0917
STEAM PEEL BYPASS 1 BELTPCB0925
DESKINNER FEED CONVPCB0926
FEED CONV 1 TO ROLL SIZERPCB0929A
DISCH CONV 2 TO TRIM ROOMPCB0929B

<colgroup><col><col><col span="2"><col><col></colgroup><tbody>
</tbody>


Is this possible?

Thank you
Wendell
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().

Book1
ABCDEF
1EquipmentUnit #FindCONV
2EVENFLOW FEED 1 BELTPCB0849
3EVENFLOW TILT BELTPCB0850AResultsDISCH CONV 1 FROM BARREL WASHPCB0875
4UNDERSIZE LENGTH COLLECT BELTPCB0856RAW REC WASTE 2 CONVPCB0893
5BARREL WASHER FD BELT 1PCB0867RAW REC WASTE 3 CONVPCB0894
6BARREL WASHER FD BELT 2PCB0868RAW REC WASTE 4 CONVPCB0895
7SCRUBBER BY PASS BELTPCB0869RAW REC WASTE 5 CONV TO HOPPERPCB0896
8DISCH CONV 1 FROM BARREL WASHPCB0875DISCH CONV 2 FROM BARREL WASHPCB0900
9RAW REC WASTE 2 CONVPCB0893DISCH CONV 3 FROM BARREL WASHPCB0901
10RAW REC WASTE 3 CONVPCB0894STEAM PEEL SURGE BIN 1 CONVPCB0902
11RAW REC WASTE 4 CONVPCB0895STEAM PEEL SURGE BIN 2 CONVPCB0915
12RAW REC WASTE 5 CONV TO HOPPERPCB0896DESKINNER FEED CONVPCB0926
13DISCH CONV 2 FROM BARREL WASHPCB0900FEED CONV 1 TO ROLL SIZERPCB0929A
14DISCH CONV 3 FROM BARREL WASHPCB0901DISCH CONV 2 TO TRIM ROOMPCB0929B
15STEAM PEEL SURGE BIN 1 CONVPCB0902
16STEAM PEEL HOPPER 1 BELTPCB0903
17STEAM PEEL SURGE BIN 2 CONVPCB0915
18STEAM PEELER HOPPER 2 BELTPCB0917
19STEAM PEEL BYPASS 1 BELTPCB0925
20DESKINNER FEED CONVPCB0926
21FEED CONV 1 TO ROLL SIZERPCB0929A
22DISCH CONV 2 TO TRIM ROOMPCB0929B
Sheet1
Cell Formulas
RangeFormula
F3=IF($E3="","",VLOOKUP($E3,$A$2:$B$22,2,FALSE))
E3{=IFERROR(INDEX($A$2:$A$22,SMALL(IF(ISNUMBER(FIND($E$1,$A$2:$A$22)),ROW($A$2:$A$22)-ROW($A$2)+1),ROWS($E$3:$E3))),"")}
Press CTRL+SHIFT+ENTER to enter array formulas.


WBD
 
Upvote 0
That works perfectly! I just had to remove the curly brackets and then Ctrl+shift+enter the formula.

Thank you so much. That's amazing.

Wendell
 
Upvote 0
Yes - note the instructions underneath the formula:

Entered with Ctrl+Shift+Enter. If entered correctly, Excel will surround with curly braces {}.
Note: Do not try and enter the {} manually yourself


Glad it's working for you.

WBD
 
Upvote 0

Forum statistics

Threads
1,215,563
Messages
6,125,560
Members
449,237
Latest member
Chase S

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