Help

If a cell in table 1 contains text found in table 2, return value(s) in table 2

Topic Labels: Formulas
71 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Ben_Faust
4 - Data Explorer
4 - Data Explorer

“Client Table” contains clients in column A. One client to a row. Each client belongs to a group (Group 1, Group 2, Group 3, etc), which is listed in column B.  

“Project Table” contains projects. The name of each project is in column A. Each project has one or more clients. One project could have clients from multiple groups. 

I’d like a column in the Project Table to list all the groups represented in a project.  

Thanks!

2 Replies 2
DisraeliGears01
7 - App Architect
7 - App Architect

This is a pretty simple lookup field. Just make the second field in your project table (the one with the clients) a linked record to the client table, and then the third field in the project table is a lookup of group field in the client table. 

Depending on how your data's set up a lookup field might end up displaying some duplicates.  If that happens, try creating a rollup field with 'ARRAYUNIQUE':
Screenshot 2024-12-19 at 11.02.55 AM.png

Screenshot 2024-12-19 at 11.02.58 AM.png

Screenshot 2024-12-19 at 11.03.03 AM.png

Link to base