I have excel sheets, sheet1 and sheet2. I use output tool's overwrite sheet/range option to overwrite columns from sheet1 to sheet2.
Currently my range looks something like :-
|||sheet_name$A1:AP3162
I want the end row number range to be dynamically set instead of typing something like 3162
Also sometimes the number of rows in sheet2 are more than sheet1 and vice versa, so ideally I want it something like :-
|||sheet_name$A1:AP[var1 +var2]
where var1 and var2 are the number of rows in sheet1 and sheet2 respectively.
But I'm not sure about the syntax needed to implement this. I looked it up and couldn't find anything in the documentation for the output tool either.