I have what I feel like should be so simple, but I can't get it to work. I have tried =TEXTJOIN, but can't get it to quite work right since there are multiple delimters.
I have a list of serial numbers (about 1500) and I need to add a " before the value and a " after the value and then a , at the end. (that is a quotation mark before and after and a comma after)
So, if this was my list
1
2
3
4
5
I would end up with : "1", "2", "3", "4", "5"
Any thoughts?
I have a list of serial numbers (about 1500) and I need to add a " before the value and a " after the value and then a , at the end. (that is a quotation mark before and after and a comma after)
So, if this was my list
1
2
3
4
5
I would end up with : "1", "2", "3", "4", "5"
Any thoughts?