Help

Re: Display unique values in a lookup

5169 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Cassie_Taylor
4 - Data Explorer
4 - Data Explorer

Hi all - here’s my set up:

Table 1 - [3 designs] with [multiple components each]
Table 2 - [many interview questions] each tagged with [a specific design component] and [one of 3 interview guide types]

In Table 1, I link to the interview questions for each component. This is great! I can see which interview questions have been developed for each component.

In Table 1, I also want to include which guides the component is tested in. If I add the lookup, it repeats the guide name for every single question. This gives me a set of ~10 “Student” tags and ~10 “Advisor” tags - I really just want to know which of the 3 guide options (student, advisor, instructor) each component is tested in.

Is this possible?

3 Replies 3

Welcome to the Airtable community!

You cannot get a lookup field to display only unique values. However, you can get a rollup field to show only unique values. Rollup fields are very similar to lookup fields, except that you can use formulas and you loose some formatting.

Try the ARRAYUNIQUE(values) formula for the rollup.

Perfect, thank you! That solves what I wanted.

Thomas_de_Beauc
6 - Interface Innovator
6 - Interface Innovator

Hi 👋I came up with a pretty satisfying solution using the Scripting automation. You can find it here