I’m going to be using calc as a contact manager. I know I can sort by name, date, etc. What I want to do is guard against sorting on, say, date and only the date column sorts, leaving all the other columns to stay in the same place. I know there is a way to do this temporarily, but I want to do it permanently. I want all the columns in a row to always stay together.
In other words, if I sort on date
8/15/2024 Joel massachusetts
2/10/2024 Dave Vermont
7/22/2024 Mary florida
I don’t want:
2/10/2024 Joel massachusetts
7/22/2024 Dave Vermont
8/15/2024 Mary florida
I do want:
2/10/2024 Dave Vermont
7/22/2024 Mary florida
8/15/2024 Joel massachusetts