A
Alan
Hi All,
I am trying to use the OFFSET function with an array argument as
follows:
A1 = "Alan"
A2 = "Bob"
C1 = "Charles"
C2 = "Doug"
This is my formula:
{=OFFSET(A1,0,{0;2},Height,1)}
When I set HEIGHT equal to 2, I was expecting / hoping that it would
return an array as follows:
={"Alan","Bob";"Charles","Doug"}
However, it actually only returns:
={"Alan";"Charles"}
I guess that the height argument is not working in conjunction with
the array argument?
Does anyone know why this is the case, and is there a way around it
(without using a UDF or VBA).
Thanks,
Alan.
I am trying to use the OFFSET function with an array argument as
follows:
A1 = "Alan"
A2 = "Bob"
C1 = "Charles"
C2 = "Doug"
This is my formula:
{=OFFSET(A1,0,{0;2},Height,1)}
When I set HEIGHT equal to 2, I was expecting / hoping that it would
return an array as follows:
={"Alan","Bob";"Charles","Doug"}
However, it actually only returns:
={"Alan";"Charles"}
I guess that the height argument is not working in conjunction with
the array argument?
Does anyone know why this is the case, and is there a way around it
(without using a UDF or VBA).
Thanks,
Alan.