I need to repeat a value x time in rows. when it is done repeat another value n time. I found SEQUENCE()
but it works only for the first value.
EXAMPLE:
Repeat in rows starting from C1
Repeat A1 value: 42
N time A2 value: 3
then Repeat B1 value: 67
M time B2 value: 5
In C8 I should have the last 67 value
Is there a way to concatenate the =SEQUENCE?
Thanks enter image description here
Column A | Column B |
---|---|
42 | 67 |
3 | 5 |