I have written a formula using a concatenate function how can I run that formula which I have created?
This is the function I have created
=CONCATENATE($I$4,TEXTJOIN(";",TRUE,I6:I13),$K$4)
This will brings the result as:
=QUERY({IMPORTRANGE("Sheet link","Sheet1!A2:J");IMPORTRANGE("Sheet link","Sheet1!A2:J")},"SELECT * WHERE Col1 IS NOT NULL")
I need to run this function =CONCATENATE($I$4,TEXTJOIN(";",TRUE,I6:I13),$K$4)
automatically in another sheet.
Now I am manually copying the function and pasting it as a value to run this function.
Is there any alternative way to run this automatically...?