Pulling Data Based On Skill Number

tomass1984

New Member
Joined
Mar 12, 2020
Messages
7
Office Version
  1. 2010
Platform
  1. Windows
Hi all, I have configured the below S/s -

1675089257003.png

I would like another sheet so i could identify a users training needs based on their skill level, so if user 1 has a skill of 2 or below assigned to Task 9 in the above S/s ,this would automatically populate another sheet like the below -

1675089202086.png

So you can see where the user needs to concentrate, please can you advise on the best approach?
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Here is my first take on the problem

Book2
DEFGHIJKLMNOPQRST
24Team MemberJob RoleTask 1Task 2Task 3Task 4Task 5Task 6Task 7Task 8Task 9Task 10Task 11Task 12Task 13Task 14Task 15
25User 1Test Team3x4423224
26User 2Test Team3441xxx1144x
27User 3Test Team3x32341
28User 4Test Team342441
29User 5Test Team3342244444
Sheet1



Book2
ABCDE
1User 1User 2User 3User 4User 5
2Task 5Task 3Task 2Task 3Task 2
3Task 6Task 5Task 4Task 4Task 3
4Task 7Task 9Task 5Task 5Task 6
5Task 8Task 10Task 6Task 7Task 7
6Task 10Task 14Task 8Task 8Task 8
7Task 11Task 15Task 9Task 9Task 14
8Task 13Task 10Task 10Task 15
9Task 14Task 13Task 11
10Task 15Task 14Task 13
11Task 15Task 14
12Task 15
Sheet2
Cell Formulas
RangeFormula
A2:A10,E2:E8,D2:D12,C2:C11,B2:B7A2=LET(Ary,INDEX(Sheet1!$F$25:$T$29,MATCH(Sheet2!A$1,Sheet1!$D$25:$D$29,0),),TRANSPOSE(FILTER(Sheet1!$F$24:$T$24,Ary<3,"")))
Dynamic array formulas.
 
Upvote 0
OP is using 2010, they wont have LET, TRANSPOSE, or FILTER
but nice solution
 
Upvote 0
Can you post some sample data.

MrExcel has a tool called “XL2BB” that lets you post samples of your data that will allow us to copy/paste it to our Excel spreadsheets, so we can work with the same copy of data that you are. Instructions on using this tool can be found here: XL2BB Add-in

Note that there is also a "Test Here” forum on this board. This is a place where you can test using this tool (or any other posting techniques that you want to test) before trying to use those tools in your actual posts.
 
Upvote 0

Forum statistics

Threads
1,214,989
Messages
6,122,622
Members
449,093
Latest member
catterz66

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top