Lock row in place

D

Dennis1188

Is it possible to lock a row in place so that when I sort the entire sheet it
stays in the bottom.
 
P

Pete_UK

You could exclude it from your sort range.

Or, you could amend the sort key for that row by appending "ZZZ" to
the beginning of it - it will always be sorted to the bottom.

Hope this helps.

Pete
 
D

Dennis1188

The "ZZZ" idea worked great... Thanks.

Pete_UK said:
You could exclude it from your sort range.

Or, you could amend the sort key for that row by appending "ZZZ" to
the beginning of it - it will always be sorted to the bottom.

Hope this helps.

Pete
 
Top