combining different formulas with vlookup

wbfd25

New Member
Joined
Jun 12, 2013
Messages
21
alright guys and gals i need some help with a formula i want to search a list of people which is set up as such colA last name, colB first name, ColC office num, colD fax num, colE home num, colF cell num ect. this list is located on sheet 2. i would like my users to be able to search this list on sheet 1 by just typing in their last name in a cell and first three in a different cell. i would like it to match the two and return a name in the name cell which will be used as a reference for other vlookup formulas to locate the numbers that go with that name....i have tried a lot of different way and have yet to get one that works for what i need it to do as there is also people with the same last name. im sorry i do not have an attatched sheet to help you help me. thank you again
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
this is the formula i have so far that allows me to search for a last name an return a first name =IF(ISNA(VLOOKUP(TRIM($D$4),Sheet2!$1:$65536,1,FALSE)),"",(VLOOKUP(TRIM($D$4),Sheet2!$1:$65536,2,FALSE)))
 
Upvote 0
i have a sheet however i cannot figure out how to post it here for the life of me lol

You just need to specify:

1. the look up values and the cells in which they are located;
2. the table area where they must be looked up (searched for).
 
Upvote 0

Forum statistics

Threads
1,223,243
Messages
6,170,967
Members
452,371
Latest member
Frana

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