I'm brand new to this forum and hoping you can help. I'm also relatively new to excel.
I'm using the below formula to arrange a group of numbers into 3 mini groups. I want the formula to copy in the following manner:
1. The table has 5 columns and 1000 rows. (I want the list of 1000 numbers in column A to fill the 5 columns going across, then to the next row and across again, and so on.) Here's the beginning:
2. The answer to the below formula in A1 goes into B1.
3. The answer to the below formula for A2 goes into C1.
4. The answer for A3 goes into D1.
5. The answer for A4 goes into E1.
6. The answer for A5 goes into F1.
7. The answer for A6 goes into B2.
8. The answer for A7 goes into C2.
And, so on.....
=IF(AND(A1>=1,A1<=12),1,IF(AND(A1>=13,A1<=24),2,IF(AND(A1>=25,A1<=36),3,0)))
Any assistance is greatly appreciated.
Thanks much.
John
I'm using the below formula to arrange a group of numbers into 3 mini groups. I want the formula to copy in the following manner:
1. The table has 5 columns and 1000 rows. (I want the list of 1000 numbers in column A to fill the 5 columns going across, then to the next row and across again, and so on.) Here's the beginning:
2. The answer to the below formula in A1 goes into B1.
3. The answer to the below formula for A2 goes into C1.
4. The answer for A3 goes into D1.
5. The answer for A4 goes into E1.
6. The answer for A5 goes into F1.
7. The answer for A6 goes into B2.
8. The answer for A7 goes into C2.
And, so on.....
=IF(AND(A1>=1,A1<=12),1,IF(AND(A1>=13,A1<=24),2,IF(AND(A1>=25,A1<=36),3,0)))
Any assistance is greatly appreciated.
Thanks much.
John