Lookup function or Index/Match Combo?

Slinger16

New Member
Joined
Apr 6, 2011
Messages
1
I'm having issues solving a problem. (Excel 07, Windows XP)

I have a Table that is in this format:

Jerry Miller Corporation
101 Carter Ave.
Minneapolis, MN 72821

What formula do I use to Lookup the person's name and then return only the street address?

Edit: The first name in the top row is supposed to be in its own column.
 
Last edited:

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
hi - welcome to the board.

should be able to sort this out, but might need more info on your data setup.

e.g. do you have one long column of data with always 3 lines for each entry:

name
street
city

...and given name you want street, or are there variations in the data set up?

if it's regular as described above then with data in col a and name to lookup in b1 it's just:

=index($a41:$a$100,match(b1,$a$1:$a$100,0)+1)


...if not, then post back with more details re set up
 
Upvote 0

Forum statistics

Threads
1,224,566
Messages
6,179,555
Members
452,928
Latest member
101blockchains

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