J
Jon Dow
How do you know when to use ctrl+shift+enter to create an array formula vs
just hitting enter?
just hitting enter?
Bernard Liengme said:So what are array formula?
a) if the formula returns more than one value (formula using functions like
LINEST, FREQUENCY, etc come to mine) must be entered as an array.
....b) when you use an 'ordinary function but add something that makes an array
of data. For example =AVERAGE(IF(A1:A5>0,A1:A5,FALSE)). The IF generates an
array of five values. If you enter this with just Enter you get a #Value!
error.