Sep 20 2021 05:14 AM
Sep 20 2021 05:32 AM
Can you please share some file with raw data? It will be easier to assist you.
Sep 20 2021 05:55 AM
Sep 20 2021 08:42 PM
Sep 21 2021 12:30 PM - edited Sep 21 2021 11:35 PM
Please find a data set. To confirm I am after a formula in D2 to auto populate based on the entry in WC column (C) based on the team leader for that person in WC column. This team info is in sheet two.
Hope this is clear.
Many thanks,
Sep 21 2021 04:32 PM - edited Sep 21 2021 04:45 PM
The two most important columns in sheet1 are non existent. Are the ID and Team Leaders column unavailable because those columns are the ones that will make your life easier.
which list are the team leader and how can I tell which one is the team leader for which group?
Please elaborate
Sep 21 2021 10:13 PM
Sep 21 2021 10:48 PM - edited Sep 21 2021 11:50 PM
SolutionSep 21 2021 11:31 PM
Sep 21 2021 11:37 PM
Sep 21 2021 11:42 PM - edited Sep 21 2021 11:47 PM
How to use INDEX and MATCH | Exceljet
Exceljet has lots of cool and intuitive tutorials you can learn many things from that site.
btw this is the main formula:
INDEX(teams[#All],MATCH(C97,teams[[#All],[team member]],0),2)
The rest is just to support the main formula
=IF(
ISBLANK(C97),
//Do this//
"Blank",
//Otherwise do this//
IF(
ISNA(INDEX(teams[#All],MATCH(C97,teams[[#All],[team member]],0),2)),
//Then display//
"Not Found",
//Otherwise do the main formula//
INDEX(teams[#All],MATCH(C97,teams[[#All],[team member]],0),2)
)
)
Sep 22 2021 12:32 AM
Sep 22 2021 02:09 AM
Sep 22 2021 07:46 AM
there is nothing to see in this thread except dummy information if you bother to open the attachments
Sep 22 2021 12:03 PM