Jun 12 2023 05:48 AM
Hi,
I have a sequence of two numbers 1 and 15 stacked on top of each other "=SEQUENCE(2,,,14)".
I just want to have that pattern repeated 4x in one single "spilled" array, like this:
1
15
1
15
1
15
1
15
I tried to accomplish this by using MAKEARRAY and TOCOL but I keep getting the #CALC! error.
What am I missing here? Any help is greatly appreciated...
Thanks in advance!
Jun 12 2023 06:00 AM
Jun 12 2023 06:28 AM
SolutionJun 12 2023 06:51 AM
Jun 12 2023 06:28 AM
Solution
Slightly simpler might be:
=TOCOL(IF(SEQUENCE(,B2),A2:A3),,1)