pulling names from 1 spreadsheet to another only if they are in a particular skill set

RMJ

New Member
Joined
Jul 28, 2020
Messages
10
Office Version
  1. 2010
Hello,

Hope everyone is having a good day; and have a good weekend.

Still working on my spreadsheet. :)

I'm working with 2 spreadsheets. The 1st spreadsheet has a list of team members that can work a particular queue; and the names change daily. Please see example:
20-Jul​
21-Jul​
22-Jul​
23-Jul​
24-Jul​
29-Jul​
30-Jul​
31-Jul​
u234987JohnNathersLALALALALALALA
a569254SusanPorterLALALALALA
davma00NahaliaSimmsLALALALALA
u874139TaylorJonesLALALALALALA
4​
7/29/2020​

The formula in B4 is: =SUMPRODUCT(($D$3:$J$6="LA")*(--$D$2:$J$2=TODAY())) - Thank you Toadstool
The number that appears in cell B4 is then shown on the 2nd spreadsheet
Now, I'm trying to find a way for me to show the names of those team members that are working the LA queue only on a specific day in a section on the 2nd spreadsheet. Instead of copying and pasting. I'm thinking something like this:
Team Member Working LA
John Nathers
Susan Porter
Nahalia Simms
Taylor Jones

I tried different formulas and still trying; but one that i used recently is: =IF(Sheet3!K3:K6="SKP",VLOOKUP(A2,Sheet3!A1:C6,2,FALSE),VLOOKUP(B2,Sheet3!A1:C6,3,FALSE))
but I realized that it doesn't give the flexibility that I need to keep the information changing from day to day nor does it contain a date for the system to reference.
Not sure what is best. I tried using Index and Match, Search formulas.
Any help is much appreciated.
I'll be checking out other options too. :)

Thank you in advance,
RMJ
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
How about
+Fluff New.xlsm
ABCDEFGHIJK
120/07/202021/07/202022/07/202023/07/202024/07/202029/07/202030/07/202031/07/2020
2u234987JohnNathersLALALALALALALA
3a569254SusanPorterLALALALALA
4davma00NahaliaSimmsLALALALALA
5u874139TaylorJonesLALALALALALA
6
7
8
9
10
11
12
13LA30/07/2020
14JohnNathers
15TaylorJones
16  
17  
18  
19
Sheet1
Cell Formulas
RangeFormula
A14:B18A14=IFERROR(INDEX(B$2:B$5,AGGREGATE(15,6,(ROW($B$2:$B$5)-ROW($B$2)+1)/(($D$1:$K$1=$B$13)*($D$2:$K$5=$A$13)),ROWS(A$14:A14))),"")
 
  • Like
Reactions: RMJ
Upvote 0
How about
+Fluff New.xlsm
ABCDEFGHIJK
120/07/202021/07/202022/07/202023/07/202024/07/202029/07/202030/07/202031/07/2020
2u234987JohnNathersLALALALALALALA
3a569254SusanPorterLALALALALA
4davma00NahaliaSimmsLALALALALA
5u874139TaylorJonesLALALALALALA
6
7
8
9
10
11
12
13LA30/07/2020
14JohnNathers
15TaylorJones
16  
17  
18  
19
Sheet1
Cell Formulas
RangeFormula
A14:B18A14=IFERROR(INDEX(B$2:B$5,AGGREGATE(15,6,(ROW($B$2:$B$5)-ROW($B$2)+1)/(($D$1:$K$1=$B$13)*($D$2:$K$5=$A$13)),ROWS(A$14:A14))),"")

Thank you for responding. :)
I'm not sure where I am going wrong. When I apply the formula to the spreadsheet, the return data is for someone that is not scheduled to work that queue. :)
I'll to working on it.
P.S. is that the Lancashire Rose ? :)
 
Upvote 0
Can you post your data using the XL2BB add-in as I did in post#2, that way it's possible to see what rows/columns your data is in?
 
Upvote 0
Hello,

Hope you had a wonderful weekend.

I'm not sure what I was doing wrong on Friday; but I went back today; and started from scratch; and it worked.

I do apologize for the inconvenience.

Thank you for your help. :)

RMJ
 
Upvote 0
Glad you got it sorted & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,691
Members
448,978
Latest member
rrauni

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