Lock rows together

C

CBrausa

Is there a way to lock 3 or 4 rows of information together so that when
you do a filter or data sort they will stay together?
 
D

Dave Peterson

Put the same key into a cell on each row--and maybe use a second column to
indicate which record they are of that group.

But that gets pretty crummy pretty fast.

There's no way you can use one long row and hide/show the columns when you need
them?
 
Top