Forum Discussion
temporalnaut
Jul 25, 2020Copper Contributor
Numbering with prefix, without dragging
Hi, please, how thousands of rows in one column could be numbered, without dragging and with a letter prefix? Example: AHJS1000 AHJS1001 AHJS1002 ... thank you
- Jul 25, 2020Let's say you want to start in row 2. Select the range, starting in that row, that you want to number, for example A2 to A100. Enter the formula ="AHJS"&(ROW()+998) Confirm with Ctrl+Enter.
HansVogelaar
Jul 25, 2020MVP
Let's say you want to start in row 2.
Select the range, starting in that row, that you want to number, for example A2 to A100.
Enter the formula
="AHJS"&(ROW()+998)
Confirm with Ctrl+Enter.
temporalnaut
Jul 27, 2020Copper Contributor
Thank you! 🙂