I have a multi-select list that looks like the below. My goal is to map form results to a PDF and I've used helper columns to turn the responses into checkboxes [formula for those: =HAS([Indicate the type of referral source]@row, "Yes, parent")]. However….I do not have the multi-select limited to my answers so that staff can enter in the value instead of a separate question to enter in the "please specify" relationship. Is there a way to isolate the value that is NOT contained in the original list? This is a multi-select which has made this difficult but if they select "Yes, child" and type in "friend", I would like the "friend" value to show up in a separate cell so that I can map that value to the text box below. Any help would be greatly appreciated!