The problem is that the format is this: LastName , FirstName
It could show up like this in the other report: LastName Suffix , FirstName
-or- LastName MarriedName , FirstName -or- Lastname , First Name Initial, or
any combination. So the wildcard needs find a match even though the extra
characters could be in the beginning, middle or end of the string.
(Impossible! Right???) If our departments would just talk to one another and
get a standard format for names, I would not be greying so early!
> Perhaps you can do a "wild card" lookup:
>
[quoted text clipped - 31 lines]
> > > > many times to get the department that creates the extra space report to just
> > > > remove the extra space with no luck)
Toppers - 19 Mar 2007 16:45 GMT
For the following combinations:
Doe, John Jr
Jr Doe, John
Doe James, Mary
Doe Jr Martin, Alfie
With C1="Doe" matches are found BUT there is a problem if there is more than
one "Doe".
=VLOOKUP("*" & C1 &"*",A1:B4,2,0)
As you say, the real unswer is a company standard format.
> The problem is that the format is this: LastName , FirstName
> It could show up like this in the other report: LastName Suffix , FirstName
[quoted text clipped - 39 lines]
> > > > > many times to get the department that creates the extra space report to just
> > > > > remove the extra space with no luck)
clarknv - 19 Mar 2007 16:52 GMT
Thankx so much for your help today. I will use this site often.
> For the following combinations:
>
[quoted text clipped - 53 lines]
> > > > > > many times to get the department that creates the extra space report to just
> > > > > > remove the extra space with no luck)