...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 {=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...