I have two worksheets in excel my first sheet looks like this showing staff names and skills numbered from 1-5. The numbers represent the level of skill they have in that area of work.e.g Holly Jenkinson has a skill level 4 for tailings and skill level 3 for water.
[TABLE="width: 500"]
a
[/td]b
[/td]c
[/td]d
[/td]e
[/td]f
[/td]5
[/td]Hydraulics
[/td]Tailings
[/td]Water
[/td]Hydrology
[/td]6
[/td]Name
[/td]Surname
[/td]7
[/td]Holly
[/td]Jenkinson
[/td]1
[/td]4
[/td]3
[/td]5
[/td]8
[/td]Tim
[/td]Newman
[/td]0
[/td]2
[/td]2
[/td]0
[/td]9
[/td]Louise
[/td]Cooper
[/td]1
[/td]5
[/td]4
[/td]3
[/td]10
[/td]Lee
[/td]Lynch
[/td]4
[/td]2
[/td]3
[/td]5
[/td]11
[/td]Elaine
[/td]Fisher
[/td]0
[/td]0
[/td]2
[/td]3
[/td]12
[/td]Mark Dillon
[/td]1
[/td]5
[/td]4
[/td]0
[/td]
[/TABLE]
my second sheets looks like this.The idea is that cell B2 and B3 are drop down boxes containing all the firstnames and surnames from sheet one.Cells B5:F5 represent the skill levels numbered from 1-5.
[TABLE="width: 500"]
a
[/td]b
[/td]c
[/td]d
[/td]e
[/td]f
[/td]1
[/td]2
[/td]Firstname
[/td]Holly
[/td]3
[/td]Surname
[/td]Jenkinson
[/td]4
[/td]5
[/td]Skill
[/td]5
[/td]4
[/td]3
[/td]2
[/td]1
[/td]6
[/td]7
[/td]8
[/td]9
[/td]10
[/td]
[/TABLE]
I want to search using the surname and skill level in sheet one and return the name of the skills in sheet 2 e.g If I select Jenkinson in cell B6 want to select all the skills she has at level 5. Then in cell C6 all the skills at level 4 etc etc. Therefore in cell B6 I should return values Hydrology and in cell C6 I should return values tailings.