Feb 19, 2020 04:31 PM
can we connect two “multi select” rows with each other? Example:
Column 1: A, B, C
Column 2: 1,2,3
We would like to associate A with 1, B with 2 and C with 3.
In a nutshell, what we’re trying to do is this: For each software developer in our database, we want to display the number of years they have in a specific technology. Say 5 years in PHP or 2 years in Airtable etc
Can this be done?
Feb 19, 2020 10:32 PM
Hi @Dstep,
You won’t be able to have a multi select field that changes, the field should be a Formula field. You can use this Switch({Coulmn1}, ‘A’, 1, ‘B’, 2, ‘C’, 3)
Feb 19, 2020 11:08 PM
That won’t work for us I don’t think because our values change. No other way eh?
Feb 19, 2020 11:13 PM
Hi @Dstep,
Please show me a screenshot of your current setup and maybe I have another solution. Maybe a Lookup Field?
BR,
Mo
Feb 20, 2020 01:41 PM
Hi Mohamed,
This is what I’m trying to accomplish.
Feb 21, 2020 03:02 AM
Hi @Dstep,
And how is your current setup? Screenshot your table.