I'm trying to put together a workbook that keeps track of the monthly productivity of 50 officers in 5 different categories over a period of 6 months. The first 6 tabs of the workbook will be the months. Each will have the names of the officers listed alphabetically down column B, followed by their productivity numbers in the 5 categories for that month across the row. The list of officer names for each month will be identical.
The 7th tab will be the officer activity tab, a 32 line printable summary page for each officer that shows their productivity in each of the 6 months, their totals, and their monthly averages.
Problem 1: In the officer activity tab, I want the name of the first officer to appear in cell A10, and then each subsequent name to appear 32 lines down (A42, A74, A106, etc.). Is there a formula to output the names listed from column B in the first tab (April) to the proper cells in the officer activity tab?
Problem 2: I used the TRANSPOSE function to get the monthly data for the first officer into the proper cells in the officer activity tab. (Data for Officer A came from April!C2:G2, May!C2:G2, etc.) I would like to copy the 32 line summary page for each officer. How can this be done so that the right data appears for the right officer? (Data for Officer B comes from April!C3:G3, May!C3:G3, etc.)
Solved by G. E. in 26 mins