I'm trying to make a simple loop in Excel VBA that grabs info from a row and copies that same info into the next following row (or insert a new one) depending on the value on a specific cell.
For example, row 1 has these values (house 1a, 3 levels)
then create the result on cell H5 like this
(house 1a, bottom level)
(house 1a, mid level)
(house 1a, top level)
meaning each level of house 1a was split into 3 rows. then imagine I would have a list of ten more houses with different levels up to 3, randomly.
sorry about the parenthesis but this editor keeps thinking i'm writing code.
any help would be greatly appreciated.