+ Reply to Thread
Results 1 to 9 of 9

Could You guys please help me out in sorting out return function in excel

  1. #1
    Registered User
    Join Date
    09-02-2014
    Location
    india
    MS-Off Ver
    2010
    Posts
    5

    Could You guys please help me out in sorting out return function in excel

    I have list of employees in column A and there corresponding salaries in column B

    In cloumn C i have some random employess number

    I need salary of column C employees in cloumn D ,which may or may not present in column A and B.

    A B C D
    1 x 1 x
    2 y 5 m
    3 z
    4 f
    5 m
    6 g

    (above is an just example)

    So in column D i need salaries of column c employees
    I have totally 325 employees in column A and 76 employees in Column C .


    Please help me
    I am new to excel


    thank u
    Last edited by bharathn999; 09-02-2014 at 09:45 AM.

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Could You guys please help me out in sorting out return function in excel

    in D1
    =VLOOKUP(C1,A$1:B$325,2,0)
    and copy down column D
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    09-02-2014
    Location
    india
    MS-Off Ver
    2010
    Posts
    5

    Re: Could You guys please help me out in sorting out return function in excel

    Thanks for your reply

    But i am getting - #N/A in all the columns

  4. #4
    Registered User
    Join Date
    09-02-2014
    Location
    india
    MS-Off Ver
    2010
    Posts
    5

    Re: Could You guys please help me out in sorting out return function in excel

    Thanks for your reply

    But i am getting - #N/A in all the columns

  5. #5
    Forum Expert
    Join Date
    03-28-2014
    Location
    Hyderabad,India
    MS-Off Ver
    Excel 2013
    Posts
    1,887

    Re: Could You guys please help me out in sorting out return function in excel

    Hi try this In d1

    =iferror(index(B:B,match(C1,A:A,0)),"")

    Punnam

  6. #6
    Forum Expert boopathiraja's Avatar
    Join Date
    07-12-2013
    Location
    Coimbatore,TamilNadu, India
    MS-Off Ver
    Excel 2007, 2013, 2016, 365
    Posts
    1,455

    Re: Could You guys please help me out in sorting out return function in excel

    Try

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Click just below left if it helps, Boo?ath?

  7. #7
    Registered User
    Join Date
    09-02-2014
    Location
    india
    MS-Off Ver
    2010
    Posts
    5

    Re: Could You guys please help me out in sorting out return function in excel

    I made a mistake there was a space before the employee numbers in column C,so it was showing N/A
    i removed it and tried, It worked like a CHARM!!!

    Thank you Special-k ,


    and Thank u punnam and boopathiraja

  8. #8
    Registered User
    Join Date
    09-02-2014
    Location
    india
    MS-Off Ver
    2010
    Posts
    5

    Re: Could You guys please help me out in sorting out return function in excel

    I made a mistake there was a space before the employee numbers in column C,so it was showing N/A
    i removed it and tried, It worked like a CHARM!!!

    Thank you Special-k ,


    and Thank u punnam and boopathiraja

  9. #9
    Forum Expert
    Join Date
    03-28-2014
    Location
    Hyderabad,India
    MS-Off Ver
    Excel 2013
    Posts
    1,887

    Re: Could You guys please help me out in sorting out return function in excel

    @ Bharath,

    If u r question solved , mark the thread Solved by using the THREAD TOOLS,
    U can also thank one u helped you bu adding reputations points, using the "Star" Add Reputation.
    Punnam

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Hello Guys! Y'all Excel Geniuses ^^
    By joeybidan in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 08-25-2014, 10:23 PM
  2. Hello Guys! I a novice and want to know Excel better.
    By excelalways in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 02-24-2014, 04:18 AM
  3. Hey guys! I am teaching myself Excel
    By kf4qhk in forum Hello..Introduce yourself
    Replies: 2
    Last Post: 02-06-2014, 01:00 AM
  4. Hey Guys, New to the site and New to Excel
    By Lekkiboy in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 01-30-2013, 07:20 AM
  5. Replies: 2
    Last Post: 12-01-2005, 01:10 AM

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