Forum Discussion
Bryan Kospender
Jan 15, 2018Copper Contributor
Can I lock a column so it doesn't get sorted?
I have created a table on a sheet in excel. I made the first column a column of numbers, 1-100, so that when I print it all my rows will be numbered for easy reference. ie. me telling "Joe" look at l...
- Jan 24, 2018
I ended up just creating a column to the left that wasn't included in the table that was numbered.
SergeiBaklan
Jan 15, 2018MVP
Hi,
Instead of sequential numbers you may use in first column something like
=ROW()-ROW($A$2)
if you data starts from row 2
- dschulzeMay 05, 2023Copper ContributorI know your tip is 5 years old, but it's great!
- SergeiBaklanMay 08, 2023MVP
Thank you, in modern Excel SEQUENCE() works great.
- dschulzeMay 08, 2023Copper ContributorI appreciate that update. After a bit more Googling, saw that function too! Thanks again!