kingofaces
Board Regular
- Joined
- Aug 23, 2010
- Messages
- 68
I have a function called ModelAccuracy that returns multiple variables in an array on the spreadsheet.
Now if I enter the formula into an array that's 1 row by 7 columns, each variable is entered into the appropriate cell. However, if I make the array vertical (7 rows by 1 column) the CCC term is repeated for all 7 terms. Is there a way for all variables to show up in this vertical array?
Code:
ModelAccuracy = Array(CCC, R, Cb, RMSPE, ECT, ER, ED)
Now if I enter the formula into an array that's 1 row by 7 columns, each variable is entered into the appropriate cell. However, if I make the array vertical (7 rows by 1 column) the CCC term is repeated for all 7 terms. Is there a way for all variables to show up in this vertical array?