ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   VLOOKUP and MATCH w/ name search? (https://www.excelbanter.com/excel-worksheet-functions/89907-vlookup-match-w-name-search.html)

LTUser54

VLOOKUP and MATCH w/ name search?
 

I have a worksheet with info from 2 databases. I'm trying to match names
in different columns that have different formats. One has LN, FN,
Initial format with info presented in 1 column (Column B), the other
has LN,FN with info in 2columns, H:I, all names sorted alpha ascending.


Due to the queries involved (PeopleSoft & Employease DB's), I do not
have a matching determinate like SSN.

I poked around using MS Help - that was an exercise in frustration, and
even tried to cobble together a funtion using VLOOKUP and MATCH (or LEN)
was futile. The shortest employee name is 4 characters.

Can you give me an example I can use for this problem? Any help is
sincerely appreciated.

Thanks.

Mark
Boston


--
LTUser54
------------------------------------------------------------------------
LTUser54's Profile: http://www.excelforum.com/member.php...o&userid=33459
View this thread: http://www.excelforum.com/showthread...hreadid=544325


Miguel Zapico

VLOOKUP and MATCH w/ name search?
 
You can check this page:
http://www.contextures.com/xlFunctions03.html

The example 4 of INDEX and MATCH can be useful in your case.

Hope this helps,
Miguel.

"LTUser54" wrote:


I have a worksheet with info from 2 databases. I'm trying to match names
in different columns that have different formats. One has LN, FN,
Initial format with info presented in 1 column (Column B), the other
has LN,FN with info in 2columns, H:I, all names sorted alpha ascending.


Due to the queries involved (PeopleSoft & Employease DB's), I do not
have a matching determinate like SSN.

I poked around using MS Help - that was an exercise in frustration, and
even tried to cobble together a funtion using VLOOKUP and MATCH (or LEN)
was futile. The shortest employee name is 4 characters.

Can you give me an example I can use for this problem? Any help is
sincerely appreciated.

Thanks.

Mark
Boston


--
LTUser54
------------------------------------------------------------------------
LTUser54's Profile: http://www.excelforum.com/member.php...o&userid=33459
View this thread: http://www.excelforum.com/showthread...hreadid=544325



Don Guillett

VLOOKUP and MATCH w/ name search?
 
you could do this first to change dd, ee to dd,ee

Sub trimcells()
For Each c In Selection
c.Value = Application.Substitute(c, ", ", ",")
Next c
End Sub


--
Don Guillett
SalesAid Software

"LTUser54" wrote in
message ...

I have a worksheet with info from 2 databases. I'm trying to match names
in different columns that have different formats. One has LN, FN,
Initial format with info presented in 1 column (Column B), the other
has LN,FN with info in 2columns, H:I, all names sorted alpha ascending.


Due to the queries involved (PeopleSoft & Employease DB's), I do not
have a matching determinate like SSN.

I poked around using MS Help - that was an exercise in frustration, and
even tried to cobble together a funtion using VLOOKUP and MATCH (or LEN)
was futile. The shortest employee name is 4 characters.

Can you give me an example I can use for this problem? Any help is
sincerely appreciated.

Thanks.

Mark
Boston


--
LTUser54
------------------------------------------------------------------------
LTUser54's Profile:
http://www.excelforum.com/member.php...o&userid=33459
View this thread: http://www.excelforum.com/showthread...hreadid=544325





All times are GMT +1. The time now is 07:37 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com