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...