Fixing First Row in OO Spreadsheet | Arrange Columns & Maintain Order

  • Thread starter Thread starter neutrino
  • Start date Start date
Click For Summary
SUMMARY

This discussion focuses on fixing the first row of a spreadsheet in Open Office to maintain column titles while sorting data. Users can achieve this by utilizing macros to automate the sorting process for each column. The suggested method involves recording a macro that sorts the entire table based on the selected column while ensuring that related data remains aligned. This approach allows for efficient organization of data without losing the context of the associated rows.

PREREQUISITES
  • Familiarity with Open Office spreadsheet functionalities
  • Basic understanding of macros in Open Office
  • Knowledge of sorting algorithms and their application in spreadsheets
  • Experience with organizing tabular data
NEXT STEPS
  • Learn how to create and manage macros in Open Office
  • Explore advanced sorting techniques in Open Office spreadsheets
  • Investigate data validation methods to maintain data integrity during sorting
  • Study the use of named ranges for better data management in spreadsheets
USEFUL FOR

This discussion is beneficial for spreadsheet users, data analysts, and anyone looking to enhance their skills in organizing and sorting data in Open Office effectively.

neutrino
Messages
2,093
Reaction score
2
I've made a spreadsheet doc with Open Office. It's basically a list of CD's with artist name, CD title, etc. Is it possible "fix" the first row (title of the columns) in place so that it is not affected when I arrange the rest of the column from a-z or z-a? Also, what should I do make sure that if one column is arranged in a certain way other parts of the row also stick to it? i.e., if I want to arrange by CD title, I would want the artist's name to match the CD title.
 
Computer science news on Phys.org
neutrino said:
I've made a spreadsheet doc with Open Office. It's basically a list of CD's with artist name, CD title, etc. Is it possible "fix" the first row (title of the columns) in place so that it is not affected when I arrange the rest of the column from a-z or z-a? Also, what should I do make sure that if one column is arranged in a certain way other parts of the row also stick to it? i.e., if I want to arrange by CD title, I would want the artist's name to match the CD title.

One way to solve that is to make macros for sorting tables. Just Record one macro for each column.
Example:
If The columntitles are @ the first row...
Start record a macro. Call it Title.
Mark the whole table from A2 to D65000.
Then sort the table.
(1) Column A (a-z)
(2) Column B (a-z)
Click A1, then stop record.
Point a button to it.

Repeat this for each column you want.
 
If you have the columns titled, you can highlight the entire worksheet then hit the sort button, in Excel you are prompted to pick your preference.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
Replies
10
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 4 ·
Replies
4
Views
8K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
14K
  • · Replies 38 ·
2
Replies
38
Views
9K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 3 ·
Replies
3
Views
14K