I am trying to make a formula where I can generate the following variable sequence depending on the value in A1.
If A1 = 2 the formula would cycle between A1,A2,B1,B2,A1,A2,B1,B2, and so on, but if the A1 = 5 it would cycle between A1,A2,A3,A4,A5,B1,B2,B3,B4,B5,C1,C2,C3,C4,C5,D1,D2,D3,D4,D5,E1,E2,E3,E4,E5,A1,A2,A3,A4,A5, before returning to A and repeating
Any pointers would be appreceated!
If A1 = 2 the formula would cycle between A1,A2,B1,B2,A1,A2,B1,B2, and so on, but if the A1 = 5 it would cycle between A1,A2,A3,A4,A5,B1,B2,B3,B4,B5,C1,C2,C3,C4,C5,D1,D2,D3,D4,D5,E1,E2,E3,E4,E5,A1,A2,A3,A4,A5, before returning to A and repeating
Any pointers would be appreceated!
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2 | A1 | A2 | B1 | B2 | A1 | A2 | B1 | B2 | A1 | A2 | B1 | B2 | A1 | A2 | B1 | B2 | A1 | A2 | B1 | B2 |
3 | A1 | A2 | A3 | B1 | B2 | B3 | C1 | C2 | C3 | A1 | A2 | A3 | B1 | B2 | B1 | C1 | C2 | C3 | A1 | A2 |
4 | A1 | A2 | A3 | A4 | B1 | B2 | B3 | B4 | C1 | C2 | C3 | C4 | D1 | D2 | D3 | D4 | A1 | A2 | A3 | A4 |
Last edited: