Find Text Within Text Range, Return specific value

bellous

New Member
Joined
Sep 19, 2014
Messages
2
Frist time poster, having a difficult time putting together a formula for this problem I have. The issue is I have a column of zip codes, I then have a column of full addresses (ie street name, state, zip code, etc). My goal is for the cell to cross reference the zip codes with the addresses, if it finds a match, to then return the value of a third cell which will be their ID number.
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
What columns are your cells in? Where do you want it to return? Can you post a sample data? It seems like a simple vlookup/index match.
 
Upvote 0
What columns are your cells in? Where do you want it to return? Can you post a sample data? It seems like a simple vlookup/index match.

Zip codes are in G2:G350
Addresses are in K2:K427 on a separate sheet
ID are in C2:C427 on a separate sheet

Example:

ZipAddressCustomer ID
123456123 fake street, AZ 123456 US895623
456123456 nope lane, FL 456123784512

<tbody>
</tbody>

I am trying to enter the forumla in a cell, have it use the zip code in adjacent cell, search for the zip code in the range of addresses, if found, return the adjacent customer ID
 
Upvote 0

Forum statistics

Threads
1,215,036
Messages
6,122,796
Members
449,095
Latest member
m_smith_solihull

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