Entering arrays into functions.
I've been trying to use =large(), which will accept an array as its first argument. I can get this to work with a contiguous array, but I can't figure out how to enter a set of non-contiguous cells.
It seems like it should accept this, but I...