The problem I have is given a column1 to pass the [dynamic] data to
column2 with the following conditions:
a) quote with quotation marks each data from column1 to the
column2 and that the first data is added to the parenthesis at the beginning
left and the last data is added to the end of the last data
right parentheses and have the data copied to the clipboard
example
columna1 resultado de la columna2
a ('a'
b 'b'
c 'c')
b) The second case is similar, but at the beginning of column 2 it should be add a text x according to three criteria which makes a loop example
columna1 resultado de la columna2
text1
a ('a'
b 'b'
c c)
text2
a ('a'
b 'b'
c c)
text2
('a'
'b'
c)
text3
('a'
'b'
c)