abitslow
Technical User
- Apr 25, 2003
- 44
Hi, I'm trying to use named arrays in Excel with the TREND function. I can do a SUM using named arrays to select data, such as
Note: {} achieved by Ctrl+Shift+Enter after typing in the formula
I'm failing to do a TREND in the same way, such as
Can it be done? What am I doing wrong?
Many thanks in advance,
Matt.
Code:
{=SUM(IF((Array1="yes")*(Array2="Big"),Array3,""))}
Note: {} achieved by Ctrl+Shift+Enter after typing in the formula
I'm failing to do a TREND in the same way, such as
Code:
{=TREND(IF((Array1="Yes"),ArrayY,""),IF((Array1="Yes"),ArrayX,""),NewX)}
Can it be done? What am I doing wrong?
Many thanks in advance,
Matt.