I currently have a spreadsheet with the following format
A1 = <Name>
B1 = <Email>
C1 = New-MailContact
D1 = '-Name
E1 = '-ExternalEmailAddress
F1 = =(C1&" "&D1&" ""&A1&"" "&E1&" ""&B1&""")
My issue is that my F1 column results in the following output:
New-MailContact -Name "&A1&" -ExternalEmailAddress "&B1&"
Can someone please help me to fix the A1 and B1 records so they show up as the actual name and email rather than A1 and B1?