I am trying to create a formula to name records by concatenating specific fields but using different groups of fields depending on the item type.
In other words:
IF {Item Type} is Watch,
THEN CONCANTENATE {Field 1} {Field 2} {Field 3}
ELSE
IF {Item Type} is Necklace CONCANTENATE {Field 4} {Field 5} {Field 6}
… and so on for 8 or so item types.
This is how the formula looks currently:

Is it possible to do this?
Help appreciated! I love Airtable but I have no formula skillz.
