I have a dropdown menu to select a choice of up to 19 out of a possible 42 items, each item selected needs to be separated into its own column as each selection is mapped. The way the mapping has been set up is the first selection in dropdown needs to be at position 1 even if it is the 4th option and the second selection needs to be at position 2 even if it is the 6th on the dropdown options for example. An added complication is that each of the 42 selections fall under 1 of 3 categories which are also mapped, (NB a selection for 1 row can be a different category to the same selection in a different row). There are a further 2 column for each selection.
I was planning on using an automation as I know if I have "Beans" selected then I can automatically fill in the Category, and other 2 columns based on that selection.
The roadblock I hit is how to then do this for selection 2, 3 and so on - is there a better option or do I need to come up with a more complete / complex automation with additional conditions?
Any help advice most welcome.
PS I have tried HAS Formula which again works for 1st column but I don't know how to make it work for second if the first is the 4th option for example especially as in a different row the selections are different…….I have also tried helper columns with Join, collect and the AI formulas to return the first selection etc do not work!