I am trying to do the following formula using an entire column in the range:
INDEX(COLLECT(ColA:ColA, ColB:ColB, ColC@row, ....
But, this doesn't work. Instead, I am forced to enter row numbers in the range as follows:
INDEX(COLLECT(ColA1:ColA52, ColB1:ColB52, ColC@row, ....
However, using row numbers in the formula now means I cannot make it a column formula. Is this a bug in the COLLECT formula? I can use entire column references in the MATCH() formula (and other formulas) just fine.