+ Reply to Thread
Results 1 to 3 of 3

Information in Cells

  1. #1
    Registered User
    Join Date
    01-03-2014
    Location
    Houston
    MS-Off Ver
    Excel 2010
    Posts
    9

    Information in Cells

    What i am wanting to do is type in the employee number on my scheduel and once I am done it will enter the employees name. How is that accomplished?

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

    Re: Information in Cells

    Enter a 2-column 3-row table of employees say in Sheet 2!A1:B3

    123 Fred Bloggs
    456 Joe Smith
    789 Charlie Smithers

    in Sheet1!A1 enter the employee number, e.g. 456
    in B1
    =VLOOKUP(A1,Sheet2!A$1:B$3,2,0)

    Google VLOOKUP to find a description of how it works, basically it's
    Lookup value
    Table to lookup
    column number to retrieve from the table
    and 0 to match the lookup value exactly
    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
    01-03-2014
    Location
    Houston
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: Information in Cells

    Excellent I knew there was a simple way to accomplish it. It has been awhile since I have had to use VLOOKUP. Thanks

+ 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. Replies: 16
    Last Post: 08-01-2015, 07:45 AM
  2. [SOLVED] Auto fill Cells Down if other cells have information
    By Learning ExL in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-31-2015, 05:08 AM
  3. Formula to pull information based on information in different cells.
    By apmi in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-26-2014, 03:57 PM
  4. Replies: 3
    Last Post: 09-29-2014, 02:32 PM
  5. Replies: 1
    Last Post: 06-25-2013, 11:13 AM
  6. Copying cells based on another cells information
    By stuckwithexcel in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-08-2009, 04:10 PM
  7. Protecting cells in a range, if cells contain information
    By vvebmike in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-03-2008, 06:41 PM

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