We are facing an issue with formulas SLOPE, INTERCEPT and CORREL when using datas that are located into another sheet.
I use the cloud try environment and the sample spreadsheet file to reproduce the issue.
On Sheet1, I am able to calculate SLOPE, INTERCEPT and CORREL whith those formulas :
- =SLOPE(D3:D27,E3:E27)
- =INTERCEPT(D3:D27,E3:E27)
- =CORREL(D3:D27,E3:E27)
- =SLOPE(Sheet1!D3:D27,Sheet1!E3:E27)
- =INTERCEPT(Sheet1!D3:D27,Sheet1!E3:E27)
- =CORREL(Sheet1!D3:D27,Sheet1!E3:E27)
Thanks
Louis