Is it possible using a formula or automation to compare two multi-select fields and show which items are missing from the 2nd?
I'd like to have a 3rd field that would show just what was missing from the completed list.

Is it possible using a formula or automation to compare two multi-select fields and show which items are missing from the 2nd?
I'd like to have a 3rd field that would show just what was missing from the completed list.

Best answer by Sho
If you just want to text, you can do it in the formula field. Multiselect color will be lost.
REGEX_REPLACE({Languages Requested},SUBSTITUTE({Art Complete},", ","[, ]*|")&"[, ]*","")
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.