Forum Discussion
katie_lacy
Jul 11, 2019Copper Contributor
Continue Pattern (includes letters and numbers)
I'd like to continue this pattern on this spreadsheet, but every time I try to drag it it will repeat the pattern (A, B, C, D, A, B, C, D) instead of continuing with the alphabet (A, B, C, D, E...
- Jul 11, 2019
Hi,
Please put this formula in the first cell, then drag it to the right and all the way down.
=ROW(A21)&RIGHT(B$1)
It's done by depending on the letters in the headers (Column A, Column B, etc) as a reference in the formula.
Hope that helps
Haytham Amairah
Jul 11, 2019Silver Contributor
Hi,
Please put this formula in the first cell, then drag it to the right and all the way down.
=ROW(A21)&RIGHT(B$1)
It's done by depending on the letters in the headers (Column A, Column B, etc) as a reference in the formula.
Hope that helps
- katie_lacyJul 11, 2019Copper Contributor
That worked, thank you! Haytham Amairah