+ Reply to Thread
Results 1 to 2 of 2

Adding a value to a new column after comparing to columns

Hybrid View

  1. #1
    Registered User
    Join Date
    02-21-2013
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    2

    Adding a value to a new column after comparing to columns

    Hi,

    I have been trying for hours and I'm sure this is basic for most people out there.

    I have a spreadsheet all on the one sheet. I have a sheet called employee skills which has a list of employees with an id and the skill name and the skill description. There can be multiples of the same skill name and employee id. As an employee can have more than one skill.

    Then I have another sheet which is called skills has has skill id, skill name and skill description.

    I need to grab the skill id from sheet skill and compare against the employee skills name and skill skill name to get the skill id.

    So to make it clearer. I have the two below sheets. I need skill id to appear in column D of employee skill if the two skill names match.

    Employee Skill
    A B C D
    Payroll Skill Skill Description
    123 Excel MS Excel
    124 Word MS Word

    Skill
    A B C
    SkillID Skill Skill Description
    1 Excel MS Excel
    2 Word MS Word

    Thanks for any assistance

  2. #2
    Registered User
    Join Date
    02-21-2013
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Adding a value to a new column after comparing to columns

    This is resolved now. By a vlookup.

    =VLOOKUP(B2,Sheet2!$A$1:$E$344,5,FALSE)

+ 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.6.0 RC 1