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:
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:
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
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 | ||||
u234987 | John | Nathers | LA | LA | LA | LA | LA | LA | LA | ||
a569254 | Susan | Porter | LA | LA | LA | LA | LA | ||||
davma00 | Nahalia | Simms | LA | LA | LA | LA | LA | ||||
u874139 | Taylor | Jones | LA | LA | LA | LA | LA | LA | |||
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