C CBrausa Feb 24, 2006 #1 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?
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 Feb 24, 2006 #2 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?
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?