Fill in cells with an array

D

dgh

I have a row of numbers that I want to fill into a row only if a variable
cell increments by 1. For instance:

Array = 200 10 5 6 8

Variables 0 1 1 2 2 3

Row 1 200 10 5 6 8
Row 2 200 10 5 6 8
Row 3 200 10 5 6 8



I want to be able to change the variables so the array can stat at different
cells within the row.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top