tark_o,
Welcome to the forum!
Attached is an example workbook based on the criteria you described.
Row 1 is a header row so actual data starts on row 2
In column A you type the value that will be repeated (like "Car" or "Moto")
In column B you enter the quantity (how many times the value will be repeated)
Then column C generates the list based on your entries. In cell C2 and copied down to C101 (so the list can show 100 total items, copy down further as needed) is this formula:
=IF(ROWS(C$1:C1)>SUM(B$2:B2),"",INDEX(A$2:A2,MATCH(ROWS(C$1:C1)-0.1,INDEX(SUBTOTAL(9,OFFSET(B$1,,,INDEX(ROW(B$1:B2),))),))))
Does that work for you?
Bookmarks