Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Index, Match Help

Here is the situation:

I have two worksheets.

Sheet1 has a list of user names in colA
Sheet2 has a list of user names in colA, with the corresponding Person
in colB.

How can I have it match the user names up and then return the
corresponding person name to sheet 1, so that it will also list the
persons name, not just the username.

Hope I am making sense.

SHEET1
A1: PTJSM
A2: PTZDP
A3: PTHLC
A4: PTPDJ

SHEET2
A1: PTPDJ B1:Paul Jones
A2: PTHLC B2: Harrie Carry
A3: PTJSM B3: Jimmie Maxwell
A4: PTZDP B4: Zach Pox

Also, I would like for it to return nothing, just be blank, if their
is no corresponding match.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,420
Default Index, Match Help

=VLOOKUP(Sheet1!A2,SHeet2!A:B,2,False)

--
__________________________________
HTH

Bob

wrote in message
...
Here is the situation:

I have two worksheets.

Sheet1 has a list of user names in colA
Sheet2 has a list of user names in colA, with the corresponding Person
in colB.

How can I have it match the user names up and then return the
corresponding person name to sheet 1, so that it will also list the
persons name, not just the username.

Hope I am making sense.

SHEET1
A1: PTJSM
A2: PTZDP
A3: PTHLC
A4: PTPDJ

SHEET2
A1: PTPDJ B1:Paul Jones
A2: PTHLC B2: Harrie Carry
A3: PTJSM B3: Jimmie Maxwell
A4: PTZDP B4: Zach Pox

Also, I would like for it to return nothing, just be blank, if their
is no corresponding match.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Index, Match Help

On Apr 24, 12:12*pm, "Bob Phillips" wrote:
=VLOOKUP(Sheet1!A2,SHeet2!A:B,2,False)

--
__________________________________
HTH

Bob

wrote in message

...

Here is the situation:


I have two worksheets.


Sheet1 has a list of user names in colA
Sheet2 has a list of user names in colA, with the corresponding Person
in colB.


How can I have it match the user names up and then return the
corresponding person name to sheet 1, so that it will also list the
persons name, not just the username.


Hope I am making sense.


SHEET1
A1: PTJSM
A2: PTZDP
A3: PTHLC
A4: PTPDJ

That did it!

Thanks a bunch.

SHEET2
A1: PTPDJ B1:Paul Jones
A2: PTHLC B2: Harrie Carry
A3: PTJSM B3: Jimmie Maxwell
A4: PTZDP B4: Zach Pox


Also, I would like for it to return nothing, just be blank, if their
is no corresponding match.


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
Find Exact Match using INDEX, MATCH DoubleUU Excel Worksheet Functions 3 August 15th 08 02:42 PM
index(match) Wind Uplift Calculations (match four conditions) JMeier Excel Worksheet Functions 8 August 1st 08 01:45 AM
index match array function-returning only first match, need last. Julie Olsen Excel Worksheet Functions 3 December 29th 06 12:50 AM
How do I display more than one match in a Index/Match formula? Trish Excel Worksheet Functions 0 September 26th 05 10:21 PM
index,match,match on un-sorted data Brisbane Rob Excel Worksheet Functions 3 September 24th 05 10:04 PM


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

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

About Us

"It's about Microsoft Excel"