C
Craig
I saw this example of an array formula that sums the 3
largest values in a list. I understand how you enter
arrays (ctrl-shift-enter). What I don't understand is how
whoever did this got the curly braces around just the
{1,2,3} values, and not the whole formula. Because if you
try to type this formula into Excel, you'll get an error
message.
=SUM(LARGE(A1:A100,{1,2,3}))
largest values in a list. I understand how you enter
arrays (ctrl-shift-enter). What I don't understand is how
whoever did this got the curly braces around just the
{1,2,3} values, and not the whole formula. Because if you
try to type this formula into Excel, you'll get an error
message.
=SUM(LARGE(A1:A100,{1,2,3}))