Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 45
Default Key Word's for VLOOKUP

In one cell for instance I have the name "Steve H Martin". In another page I
have in the first column, names and in the second column, work positions. If
I write a Vlookup formula telling it to use "Steve H Martin" and go look on
the other page for the name and if found output the position that corresponds
to that name. I know how to do this but say in the name column his middle
intitial is not there. So under name column the name that appears is Steve
Martin, is there any way in the formula to have the formula identify matching
words and to pick it up even though it is not an exact match?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,836
Default Key Word's for VLOOKUP

Ahhhh, fuzzy logic. Try this:
=vlookup("*"&"aaa",
=vlookup("&"*"aaa",

The * is a wildcard character.
Modify this example to suit your needs...

HTH,
Ryan---

--
RyGuy


"Hamed parhizkar" wrote:

In one cell for instance I have the name "Steve H Martin". In another page I
have in the first column, names and in the second column, work positions. If
I write a Vlookup formula telling it to use "Steve H Martin" and go look on
the other page for the name and if found output the position that corresponds
to that name. I know how to do this but say in the name column his middle
intitial is not there. So under name column the name that appears is Steve
Martin, is there any way in the formula to have the formula identify matching
words and to pick it up even though it is not an exact match?

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 45
Default Key Word's for VLOOKUP

Here is what I have:

IF(ISERROR(VLOOKUP(AZ11,'Employee List ALL STORES'!$A:$B,2,FALSE))

In AZ11 is SCOTT PETERSON

Under employee list all stores column A is SCOTT B. PETERSON.

How do I use the Wildcard?

"ryguy7272" wrote:

Ahhhh, fuzzy logic. Try this:
=vlookup("*"&"aaa",
=vlookup("&"*"aaa",

The * is a wildcard character.
Modify this example to suit your needs...

HTH,
Ryan---

--
RyGuy


"Hamed parhizkar" wrote:

In one cell for instance I have the name "Steve H Martin". In another page I
have in the first column, names and in the second column, work positions. If
I write a Vlookup formula telling it to use "Steve H Martin" and go look on
the other page for the name and if found output the position that corresponds
to that name. I know how to do this but say in the name column his middle
intitial is not there. So under name column the name that appears is Steve
Martin, is there any way in the formula to have the formula identify matching
words and to pick it up even though it is not an exact match?

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Key Word's for VLOOKUP

Maybe...
=vlookup(substitute(AZ11," ","*"),'Employee List ALL STORES'!$A:$B,2,FALSE)




Hamed parhizkar wrote:

Here is what I have:

IF(ISERROR(VLOOKUP(AZ11,'Employee List ALL STORES'!$A:$B,2,FALSE))

In AZ11 is SCOTT PETERSON

Under employee list all stores column A is SCOTT B. PETERSON.

How do I use the Wildcard?

"ryguy7272" wrote:

Ahhhh, fuzzy logic. Try this:
=vlookup("*"&"aaa",
=vlookup("&"*"aaa",

The * is a wildcard character.
Modify this example to suit your needs...

HTH,
Ryan---

--
RyGuy


"Hamed parhizkar" wrote:

In one cell for instance I have the name "Steve H Martin". In another page I
have in the first column, names and in the second column, work positions. If
I write a Vlookup formula telling it to use "Steve H Martin" and go look on
the other page for the name and if found output the position that corresponds
to that name. I know how to do this but say in the name column his middle
intitial is not there. So under name column the name that appears is Steve
Martin, is there any way in the formula to have the formula identify matching
words and to pick it up even though it is not an exact match?

Thanks


--

Dave Peterson
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
Is there an Excel 2003 equivalent to Word's "versions" function? Steve Excel Discussion (Misc queries) 0 March 4th 07 02:01 AM
Symbols added to Word's AutoCorrect don't appear in Excel Abby Excel Discussion (Misc queries) 4 December 15th 06 02:37 AM
Excel counterpart to Word's ctrl-] ? MatthewS Excel Discussion (Misc queries) 1 November 21st 06 01:54 AM
Is there something like Word's "CREATEDATE" function in Excel? - ML - Excel Discussion (Misc queries) 5 July 25th 05 09:26 PM
Excel's VBA < Word's VBA? Sonny Maou Excel Programming 9 February 18th 04 02:56 PM


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

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"