Hlookup or Vlookup for certain text in a cell

CassieL

Board Regular
Joined
Jun 14, 2016
Messages
90
Hi, I am trying to extract certain text from a cell, I hope you can help.

(AAA)Which system use on {AAA}? 1111
(BBB) Which system use on {BBB}?2221
(CCC) Which system use on {CCC}?1111
(AAA) What type of expenses processed through system? {AAA}-Rent1
(BBB)What type of expenses processed through system? {BBB}-Rent1
(AAA) What type of expenses process through system? {AAA}-Utility1
(CCC) What type of expenses process through system? {CCC)-Utility1

<tbody>
</tbody>

From above table, I want to run some function to tell me,
1) Which account uses 111?
AAA
CCC
2) Which account uses 222?
BBB
3) Rent that processed through system?
AAA
BBB
4) Utility that processed through system?
AAA
CCC

Please help, I have a list of over 10000 similar question that loop the same question (64 questions) through different account (AAA,BBB,CCC)..

Your help will much appreciated
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Hi Cassie,
I'm trying to understand what your data looks like, is the whole text in one cell ( "(AAA)Which system use on {AAA}? 111" ) ? My first hunch is to use the search function with * signs, e.g: =SEARCH("*Which system*111";A1) and to add columns after your data for every question, on which you can then use a filter to get your lists of AAA, CCC etc.
Koen
 
Upvote 0

Forum statistics

Threads
1,215,417
Messages
6,124,789
Members
449,188
Latest member
Hoffk036

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