For every production I do I have a different list of emails of the people involved.(attendence list)I now have made a system where each email of each person is looked up, and put in 2 columns.And I then copy that column and paste in into my email.But, these column takes allot of space on the sheet, so I would prefer to get one cell that contains all emails, so that I can copy and paste that content into the mail.How can I put the value of all these cells into one cell, with the ; as a seperator?Now I have this, =TEXTJOIN(CHAR(59);;B79:B126) but 1) it is only for one column), and 2) I can't seem to find out how to keep out the blanks.And is this the best way to do it?Another problem now is, that if I want to copy the value, I only get the code from the cell, not the value itself. I'm kind of a nube in this, so I hope someone can help me.Is there maybe a way to get the value copied to the clipboard to paste it from there?
ThanksDidier