+ Reply to Thread
Results 1 to 4 of 4

If, Then Funtion. Please Help

  1. #1
    Registered User
    Join Date
    10-22-2003
    Posts
    5

    If, Then Funtion. Please Help

    Hi. I need a function to do this for me.

    If I enter a number in Cell A1, say 129, I want cell B1 to Display the name that corresponds to that employee number. So if A1 is 129, I need B1 to Display Jon Smith. If A2 is 130, then B2 should display Joanna Smith. Etc, etc.

    Can anyone provide an easy solution to this for me?

    Thanks

  2. #2
    Forum Contributor
    Join Date
    04-23-2013
    Location
    Abu Dhabi United Arab Emirates
    MS-Off Ver
    Excel 2010
    Posts
    178

    Re: If, Then Funtion. Please Help

    You may use Vlookup() function, but you need to define those lookup value in another sheet or another column:
    let say your lookup value is in column A and the result value is in Column B, then your lookup range let say Sheet2!A1:B10, to use the formula:
    in Sheet1
    column
    A1 B1
    120 =Vlookup(A1,Sheet2!$A$1:$B$10,2,False)

  3. #3
    Registered User
    Join Date
    10-22-2003
    Posts
    5

    Re: If, Then Funtion. Please Help

    Thank you so much. I already had a file with all the employee numbers with their names right beside it! This was exactly what I needed.

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: If, Then Funtion. Please Help

    Based on your last post it seems that you are satisfied with the solution(s) you've received but you haven't marked your thread as SOLVED. If your problem has not been solved you can use Thread Tools (located above your first post) and choose "Mark this thread as unsolved".
    Thanks.

    Also, as a relatively new member of the forum, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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