Forum Discussion
calculation creating unique email address
HiHelen15
You can use =Textjoin
=TEXTJOIN("; ",1,B2:I2)
the first part "; " is simply a delimiter.
the 1 is set to ignore blank cells
while B2:I2 is the range where your email address are found.
Forgot to select only the unique email address.
Try this instead:
=TEXTJOIN("; ",1,UNIQUE(B2:I2,1,0))
- Helen15Nov 20, 2020Copper ContributorThe first one works a treat but for some reason when I put unique in the formula it doesn't work for me, saying #name? . Any ideas?
Thank you every so much in replying ☺️- SergeiBaklanNov 20, 2020Diamond Contributor
Please check this https://techcommunity.microsoft.com/t5/excel/removing-duplicates-when-using-textjoin/m-p/188950 thread. If you have no UNIQUE() other variants of formula are here.
- Helen15Nov 20, 2020Copper Contributor
SergeiBaklan I have attached the file as its easier to explain i think. I also watched the video and tried to copy the formula but it's not removing the duplicates. Any help would be appreciated.
Thanks so much again.
- BennadeauNov 20, 2020Iron Contributor
Can you copy your formula with "unique" here so I can see what's going on?
- Helen15Nov 20, 2020Copper Contributor
Bennadeau I have attached the file as its easier to explain i think. I also watched the video and tried to copy the formula but it's not removing the duplicates. Any help would be appreciated. My excel doesn't allow the "unique" formula. Think its a version thing. Thanks so much again.