Assigning multiple enum values to one label
Is it possible to assign multiple enum values to one label? We have various spellings of the same value (ex. vp-level, VP-level, VP-Level) across our data but I would like to display only one version (ex. VP-Level) in the attribute drop-down list. I tried to do this by adding all the enum values and pointing duplicates to the same label but I end up with an equally long drop-down. My goal is to have a clean and condensed drop-down list without missing any contacts due to discrepancies in spelling. Is there another way to achieve this?

