Return multiple results Excel 2003

Hmbrown97

New Member
Joined
Mar 24, 2021
Messages
2
Office Version
  1. 2007
Platform
  1. Windows
Hi

I am trying to get a formula that will return all possible results from single column. Sample below. I am using 2003 version on a Work computer that I can't access internet on. The list I have actually has over 400 items. Need one that will return results of only partial words are entered. For example, if I enter "abd", it will list anything that has "abd" in the words. I found a formula on the internet, but can't get it to work with this older version.

Complaint
Abd pain
Abdominal cramping
Abdominal swelling
Ankle swelling
Ankle injury
Arm burn
Arm pain

Thank You
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Map2
ABCD
1complaitabdCabdriver
2Abd painAbdominal swelling
3Abdominal crampingAbdominal cramping
4Abdominal swellingAbd pain
5Ankle swelling 
6Ankle injury 
7Arm burn 
8Arm pain 
9Cabdriver 
10Contain 
Sheet1
Cell Formulas
RangeFormula
D1:D10D1=IF(ROW()<=COUNT((SEARCH($C$1,$A$1:$A$10))),INDEX($A$1:$A$10,LARGE(ISNUMBER((SEARCH($C$1,$A$1:$A$10)))*ROW($A$1:$A$10),ROW())),"")
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0
Solution
Map2
ABCD
1complaitabdCabdriver
2Abd painAbdominal swelling
3Abdominal crampingAbdominal cramping
4Abdominal swellingAbd pain
5Ankle swelling 
6Ankle injury 
7Arm burn 
8Arm pain 
9Cabdriver 
10Contain 
Sheet1
Cell Formulas
RangeFormula
D1:D10D1=IF(ROW()<=COUNT((SEARCH($C$1,$A$1:$A$10))),INDEX($A$1:$A$10,LARGE(ISNUMBER((SEARCH($C$1,$A$1:$A$10)))*ROW($A$1:$A$10),ROW())),"")
Press CTRL+SHIFT+ENTER to enter array formulas.
Thank you this works great.
 
Upvote 0

Forum statistics

Threads
1,214,657
Messages
6,120,764
Members
448,991
Latest member
Hanakoro

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