Find a number sequence in cell range and return all information from cell if found

vman5781

Board Regular
Joined
Dec 9, 2015
Messages
59
I am try to cross reference 2 sheets -- 1 tab will have a Column of Account numbers (data) -- the other tab (TRECS) may have the account number within a sequence of other information (description) -- if account number is found I want it to bring all the info from cell it was found in

eg:

Data tab =b2= 111104618

TRECS tab c1772 = 0264-CK-0111104618-0000 - CK - TTC - Flexible Reimbursement Account


Any help on thi ? I have tried Vlookup, Find and search -- not sure if I am writing it correctly
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Something like
=VLOOKUP("*"&B2&"*",TRECS!C$2:C$2000,1,0)
 
Last edited:
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,215,461
Messages
6,124,954
Members
449,198
Latest member
MhammadishaqKhan

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