Hi All,
Trying to create a function or any approach that will produce the following. Any ideas are welcome.
I have a worksheet with active products. Each row as details such as item number, version, sku and price. I need a function that looks at the version and if its is anything higher than 1, insert a duplicate line below for the number of previous versions. copy all data except the version number. that needs to count down. So if it is version 22, the function will insert 21 lines below it (without overwriting lines that are already there). Each line is a duplicate of the original except for the version, which is a count down to 1. There are no 0 versions.
thank you so much in advance