Thank you for your assistance. This is crossposted in openoffice forum. I have a table with sku# and quantity looks like
sku, qty
abc, 2
def, 3
I would like to turn it into this, the formula should repeat the sku in the next row based on the number in the qty column :
sku2
abc
abc
def
def
def