#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Lookup Help Please?!

I am trying to match one name record downloaded from a database to another
name record downloaded from our information system. The two name lists are
not in the same format, so an identical search will not work. The downloaded
database list may or may not have middle initial or middle name and also
contains business names, so parsing the information out into last name and
first name to concatenate for the match is also not feasible. Can anyone
think of a way to use the wildcard search to determine if a match is
identified between the two lists? Any and all help would be greatly
appreciated! Thanks, in advance!

Tammy
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Lookup Help Please?!

If looking for "Joe Smith" and cell A2 contains "Mr. Joe A Smith, ACME
industires"
=ISNUMBER(SEARCH("*Joe*Smith*",A2))

Returns true in this instance. Hopefully this provides a starting point for
what your are looking for.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Tammy Lowe" wrote:

I am trying to match one name record downloaded from a database to another
name record downloaded from our information system. The two name lists are
not in the same format, so an identical search will not work. The downloaded
database list may or may not have middle initial or middle name and also
contains business names, so parsing the information out into last name and
first name to concatenate for the match is also not feasible. Can anyone
think of a way to use the wildcard search to determine if a match is
identified between the two lists? Any and all help would be greatly
appreciated! Thanks, in advance!

Tammy

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Lookup Help Please?!

Hi Luke: Thanks for your suggestion. This would require me to type in every
name to do the lookup from one list to the other. Is that correct? Our
employee list is about 275 names long...and the GSA listing is nearly 70,000
names long (obviously split into two workbooks due to Excel's row
limitation). I also need to lookup the physician and vendor listings and
cross-reference them to the GSA list, both of which are significantly more
than 275 rows).

I am trying not to have to do that as I could just as easily go online and
type them into the searchable database (manual process). I am trying to
utilize a more electronic approach by downloading the database and using the
lookup function.

Would it be possible to utilize the information in one list with the
wildcard to search the other list? Please advise when you can. Thanks!

"Luke M" wrote:

If looking for "Joe Smith" and cell A2 contains "Mr. Joe A Smith, ACME
industires"
=ISNUMBER(SEARCH("*Joe*Smith*",A2))

Returns true in this instance. Hopefully this provides a starting point for
what your are looking for.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Tammy Lowe" wrote:

I am trying to match one name record downloaded from a database to another
name record downloaded from our information system. The two name lists are
not in the same format, so an identical search will not work. The downloaded
database list may or may not have middle initial or middle name and also
contains business names, so parsing the information out into last name and
first name to concatenate for the match is also not feasible. Can anyone
think of a way to use the wildcard search to determine if a match is
identified between the two lists? Any and all help would be greatly
appreciated! Thanks, in advance!

Tammy

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Lookup looks to the prior column if zero appears in the lookup col kenbquik Excel Discussion (Misc queries) 2 March 12th 09 03:41 AM
Matrix lookup/mulitple criteria lookup MarkFranklin Excel Discussion (Misc queries) 3 March 31st 08 10:15 AM
Join 2 Lists - Lookup value in 1 list & use result in 2nd lookup JBush Excel Worksheet Functions 3 January 3rd 07 11:14 PM
Sumproduct - Condition based on lookup of a Lookup Hari Excel Discussion (Misc queries) 12 May 31st 06 09:28 AM
Pivot table doing a lookup without using the lookup function? NGASGELI Excel Discussion (Misc queries) 0 August 2nd 05 05:08 AM


All times are GMT +1. The time now is 01:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"