Restructure: Stack Worksheets...
Stack Columns with Common Label from worksheets in a Workbook
Minimum Origin Version Required: 2022
1. wstacksheets -r 2 iwp:=[Book1] label:="Long Name" common:="Time Fine" filter:=<[<col("Fine")>0.5>]>;
2. wstacksheets iwp:=[Book1] label:="Long Name" common:="Count_ID CountData" idpos:=1;
Please refer to the page for additional option switches when accessing the x-function from script
Input
WorksheetPage
The syntax is: ([BookName]
string
col(CountData) > 0
int
Format is start:increment. For example, >code?1:2</code> will indentify source worksheets as 1,3,5,...
You can hide a worksheet in the Navigate Worksheets dialog.
Output
Worksheet
This X-Function joins all worksheets in the selected workbook by matching specified column labels. See also this page.
wstackcol, wAppend, wjoinbylabel, wjoinbycol