I have two worksheets. One has a list of account numbers, and sheet two needs to have nine itterations of that account number. While being extremely naive, I tried this:
=Sheet2!$A$2$ (for the first nine iterations of the first account number)
=Sheet2!$A(2+b1) (B was the column I was going to run single digits down to increase the value).
It ended in a collosal mess...so what I'm trying to figure out how to do, is get nine iterations of each account number from sheet 2 to appear in column 1 of sheet 1 without having to do it manually (there are 300 of these babies).
Thanks!
=Sheet2!$A$2$ (for the first nine iterations of the first account number)
=Sheet2!$A(2+b1) (B was the column I was going to run single digits down to increase the value).
It ended in a collosal mess...so what I'm trying to figure out how to do, is get nine iterations of each account number from sheet 2 to appear in column 1 of sheet 1 without having to do it manually (there are 300 of these babies).
Thanks!