+ Reply to Thread
Results 1 to 2 of 2

Need help searching another sheet and retrieving a value

  1. #1
    Registered User
    Join Date
    07-27-2006
    Posts
    1

    Need help searching another sheet and retrieving a value

    Hello,

    I have multple sheets.

    Sheet A with
    Name, Dept#,Phone,Manager
    John Doe, 1105, 123-123-1234, blank

    Sheet B with
    Dept#,Manager
    1105, Mgr John Doe
    1123, Mgr Jane Doe

    I am to
    for each row in sheet a
    match a row in sheet b based on the dept#
    insert into the manager cell of sheet a with the value from manager cell sheet b

    Any direction would be great. Thanks.

  2. #2
    Biff
    Guest

    Re: Need help searching another sheet and retrieving a value

    Hi!

    Try this:

    =VLOOKUP(B2,'Sheet B'!A:B,2,0)

    Copy down as needed.

    Biff

    "JeffH" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hello,
    >
    > I have multple sheets.
    >
    > Sheet A with
    > Name, Dept#,Phone,Manager
    > John Doe, 1105, 123-123-1234, blank
    >
    > Sheet B with
    > Dept#,Manager
    > 1105, Mgr John Doe
    > 1123, Mgr Jane Doe
    >
    > I am to
    > for each row in sheet a
    > match a row in sheet b based on the dept#
    > insert into the manager cell of sheet a with the value from manager
    > cell sheet b
    >
    > Any direction would be great. Thanks.
    >
    >
    > --
    > JeffH
    > ------------------------------------------------------------------------
    > JeffH's Profile:
    > http://www.excelforum.com/member.php...o&userid=36866
    > View this thread: http://www.excelforum.com/showthread...hreadid=565861
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1