find and get text using other list

tOpasio

New Member
Joined
Sep 26, 2014
Messages
15
hi guys..


a1:race12345-2win
b1:flamegx55hex
c1:theacefc312mobs

sheet2
a1:12345-2
b1:gx55
c1:fc312
d1:xx314
e1:hs556

question
how can i get the specific text or value using my list in sheet2
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
If you mean how dan you reference your data on Sheet 2 to create the values in A1, B1, and C1 on Sheet 1, then you can use CONCATENATE or a combination of & to combine text.

Otherwise, you need to elaborate on what you're trying to do.
 
Upvote 0
no.. i dont need to combine text

i need to get the exact text..

1st i need to know if in that celll(a1) is available in my list (sheet2)
if so, i should get the match value (12345-2.)
 
Upvote 0
Do you want the text strings in Sheet 2 to cycle through all the data sets in Sheet 1 to see if they reside in them?
 
Upvote 0
Hi.

In Sheet1 B1:

=LOOKUP(2^15,SEARCH(Sheet2!$A$1:$A$5,Sheet1!A1),Sheet2!$A$1:$A$5)

Copy down as required.

Regards
 
Upvote 0
You're welcome.

The largest possible numerical return from the SEARCH function is 32,767. Since 2^15=32,768, we are guaranteed that our choice of lookup_value is sufficiently large here.

Regards
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,750
Members
448,989
Latest member
mariah3

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