I am analyzing data sets in Excel. I am determining whether there is a correlation between the data set in File 1 and multiple data sets in File 2. File 3 contains the correlation analyses of the data set in File 1 with the other data sets in File 2. See example below. Rather than manually entering in the new row and column information for each data set in the Excel CORREL equation I would like to create a function in Excel that essential does this.
For Cell A1 of File 3 the Excel function is: = CORREL('File1'!$A$1:$Z$100,'File2'!A1:Z100),
For Cell A2 of File 3 the Excel function is: = CORREL('File1'!$A$1:$Z$100,'File2'!A101:Z200),
For Cell A3 of File 3 the Excel function is: = CORREL('File1'!$A$1:$Z$100,'File2'!A201:Z300),
and so on. Thank you.
Bookmarks