Hello,
I currently have two columns that are pulling in from a separate resource that contains multi-contact columns. My hope is to cut down on the separate columns and combine them into one but when I try adding the two formulas under a single column, I no longer see the email contact formatting that I would in the other.
My formula is currently:
=index({Email}, Match([@[Building]], {Building}, 0),0) + "; "+ index({Email 2}, Match([@[Group]], {Group}, 0),0)
I've tried replacing the "; " with a "CHAR(10)" to see if it would work but there was no change.
Any one have any ideas? Worst comes to worst I can keep the two columns but it isn't the preference since I have an exclusions list I need to also incorporate and would need to add two more columns if I can't figure that out. Any help would be appreciated!