I have 30 different spreadsheets. From each of these, I must take (read) the value of one cell of data. The cell is always the same in all the files. Thus, in total I have to read 30 values. These values have to be written in another unique excel file, in a single column, for example: cell A1 from File1.xlsx has to be pasted in the cell B1 in FinalFile.xlsx; cell A1 from File2.xlsx has to be pasted in the cell B2 in FinalFile.xlsx; ... cell A1 from Filen.xlsx has to be pasted in the cell Bn in FinalFile.xlsx; cell A1 from File30.xlsx has to be pasted in the cell B30 in FinalFile.xlsx.
Can someone help me to write a script that automates this process?
I thank in advance who will be able to answer me.