In google drive, I have two different workbooks/files, let's call them this: Workbook (A) Workbook (B)
Workbook (B) has 3 different sheets included (Sheet 1, Sheet 2, Sheet 3) with cells "A1", "B1", "C1" occupied with some numerical, date or string values.
Workbook (A) has only 1 sheet (Sheet 1) and blank columns "A", "B", "C".
I want to set an automatic and/or global function/script/hyperlink between WB(B) and WB(A), in which it transfers values of cells "A1", "B1", "C1" of WB(B) from Sheet 1, Sheet 2, Sheet 3, to WB(A) in columns "A", "B", "C" accordingly. each in its own new row as a set.
and whenever someone adds a new sheet in WB(B), i.e. Sheet 4, the rule will apply on it automatically without manually setting it.
I already tried the importrange() function, but it needs to be set manually every time!. I know programming and sometimes I write my own codes, I tried writing a script for it but I couldn't reach what I want (lack of experience) and I am so in dire need of help because it's a heavy task at work and we are trying to apply a new work methodology, would you please help me with the code?