I need a single cell formula to create a sequence of numbers with a limit in Google Sheets as shown in the image.
3 rows repeat the value
then Increment by 5
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Use this formula, you can adjust the
Sequence()
andREPT
(rg&",",3)
parameters to your need.In this example
Sequence
(number_of_unique_numbers,columns,start_at,increment_by)
And
REPT
(rg&",",Repeat_N_times)
Used formulas help
ARRAYFORMULA
–FLATTEN
–SPLIT
–BYROW
–SEQUENCE
–LAMBDA
–IF
–REPT
Share
Edit
Follow
edited 1 hour ago
answered 1 hour ago
Osm
2,20811 gold badge22 silver badges2020 bronze badges
Add a comment
1
Use
MAKEARRAY
withFLATTEN
. Multiply the row index number by 5:Share
Edit
Follow
answered 9 mins ago
TheMaster
42.1k66 gold badges4949 silver badges7575 bronze badges
Add a comment
0
try: