+ Reply to Thread
Results 1 to 5 of 5

Thread: Find Data In One Column & Report Corresponding Value In Another

  1. #1
    Registered User
    Join Date
    04-21-2010
    Location
    Maryland
    MS-Off Ver
    Excel 2007/2010
    Posts
    4

    Find Data In One Column & Report Corresponding Value In Another

    I have done this in the past but for some reason cannot remember how I have a list of names that I need to find salaries for. What I need is a function that will look through a column or a named range and report the salaries for each person when it finds. I tried doing an IF function but it only seemed to look at that same specific spot in the range and not search the entire range. Any help would be greatly appreciated!

    Thanks!

  2. #2
    Extremely Helpful member
    Join Date
    12-23-2006
    Location
    Belgium
    MS-Off Ver
    XL2003
    Posts
    6,127

    Re: Find Data In One Column & Report Corresponding Value In Another

    Hi
    Maybe you are looking for the VLOOKUP function ?
    Quoting entire posts clutters the forum and makes threads hard to read !

    If you are pleased with a member's answer then use the Star icon to rate it

    Click here to see forum rules

  3. #3
    Registered User
    Join Date
    04-21-2010
    Location
    Maryland
    MS-Off Ver
    Excel 2007/2010
    Posts
    4

    Re: Find Data In One Column & Report Corresponding Value In Another

    @arthurbr

    Thanks for your response. I tried using that and wasn't having any luck but that doesn't mean it is the functions fault I think that I have it working using SUMIF but if I don't know how it will hold up if I need something other than a number. Thanks again!

  4. #4
    Registered User
    Join Date
    01-12-2011
    Location
    Berkeley
    MS-Off Ver
    Excel 2007
    Posts
    1

    Re: Find Data In One Column & Report Corresponding Value In Another

    I think I had a similar issue. I got help from someone and he used the VLOOKUP function.

    For example, if your list of people you want salaries for is list 2, and the list of salaries for everyone is list 1 this formula will give you the resulting table below

    =IFERROR(VLOOKUP(D3,$A$3:$B$9,2,0),"")

    	A	B	C	D	E
    1	list 1			list 2	
    2	name	salary		name	salary
    3	Dave	25000		Amy	81000
    4	Jeff	150000		Karen	28000
    5	Dan	54000		Joe	21000
    6	Amy	81000			
    7	Joe	21000			
    8	Karen	28000			
    9	Mike	190000			
    10					
    11

    $A$3:$B$9 is the array. "D3" is the value you are going to search for in the array. "2" is the second column of the array, "0" tells the formula the results have to match exactly (e.g. Mike does not also include Mikel [if there was one]).

  5. #5
    Registered User
    Join Date
    04-21-2010
    Location
    Maryland
    MS-Off Ver
    Excel 2007/2010
    Posts
    4

    Re: Find Data In One Column & Report Corresponding Value In Another

    @captainentropy

    Thanks for your help, I'll give it a shot!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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.2.0