Enumlist - Show column A in dropdown but log column B in sheet

I'm using an enumlist in the way described here :

https://www.googlecloudcommunity.com/gc/Tips-Tricks/Many-to-Many-Relationships/m-p/261816

But I want to edit this so the dropdown will show column [Model] but in the sheet it will log the value from column [ID] from that same row.

Can't seem to figure out how to make this work.

I have this valid if formula in my enumlist with ref type: Table1[Model]

Solved Solved
0 4 115
1 ACCEPTED SOLUTION

So I accidentally stumbled upon the solution myself.

I had my ID column both as KEY and as LABEL. But changing the LABEL from my ID column to my MODEL column gave me the result I wanted.
Model value is shown in the dropdown and the ID value is logged in the sheet.

View solution in original post

4 REPLIES 4
Top Labels in this Space