answersLogoWhite

0

Choose: Select

-> Sort & Filter

--> Custom Sort

Choose the columns that you want to determine the sort, starting with the main column, and adding any others as appropriate. So you might sort first on the Surname column and then on the firstname column. For each column, choose the order you want to sort. Then click OK to apply the sort.

User Avatar

Wiki User

8y ago

What else can I help you with?

Related Questions

When using the filter and sort dialogue box what is the maximum number of different fields that can be used when sorting?

4


Using only one program implement bubble sorting insertion sorting quick sorting and selection sorting?

Its simple!dirve a menu based prog by using switch case & then apply every sorting function to it.


When sorting a Excel worksheet can you sort multiple columns within the same sort?

You can sort multiple columns, based on one or more column. The first selected column is the one that determines the sort order when you have multiple columns selected. You can also sort using multiple columns to determine the sort, like sorting surnames, and within that, sorting people who have the same surname by firstname. All of this can be done through the sort options, rather than just clicking on the icon to do a simple sort.You can sort multiple columns, based on one or more column. The first selected column is the one that determines the sort order when you have multiple columns selected. You can also sort using multiple columns to determine the sort, like sorting surnames, and within that, sorting people who have the same surname by firstname. All of this can be done through the sort options, rather than just clicking on the icon to do a simple sort.You can sort multiple columns, based on one or more column. The first selected column is the one that determines the sort order when you have multiple columns selected. You can also sort using multiple columns to determine the sort, like sorting surnames, and within that, sorting people who have the same surname by firstname. All of this can be done through the sort options, rather than just clicking on the icon to do a simple sort.You can sort multiple columns, based on one or more column. The first selected column is the one that determines the sort order when you have multiple columns selected. You can also sort using multiple columns to determine the sort, like sorting surnames, and within that, sorting people who have the same surname by firstname. All of this can be done through the sort options, rather than just clicking on the icon to do a simple sort.You can sort multiple columns, based on one or more column. The first selected column is the one that determines the sort order when you have multiple columns selected. You can also sort using multiple columns to determine the sort, like sorting surnames, and within that, sorting people who have the same surname by firstname. All of this can be done through the sort options, rather than just clicking on the icon to do a simple sort.You can sort multiple columns, based on one or more column. The first selected column is the one that determines the sort order when you have multiple columns selected. You can also sort using multiple columns to determine the sort, like sorting surnames, and within that, sorting people who have the same surname by firstname. All of this can be done through the sort options, rather than just clicking on the icon to do a simple sort.You can sort multiple columns, based on one or more column. The first selected column is the one that determines the sort order when you have multiple columns selected. You can also sort using multiple columns to determine the sort, like sorting surnames, and within that, sorting people who have the same surname by firstname. All of this can be done through the sort options, rather than just clicking on the icon to do a simple sort.You can sort multiple columns, based on one or more column. The first selected column is the one that determines the sort order when you have multiple columns selected. You can also sort using multiple columns to determine the sort, like sorting surnames, and within that, sorting people who have the same surname by firstname. All of this can be done through the sort options, rather than just clicking on the icon to do a simple sort.You can sort multiple columns, based on one or more column. The first selected column is the one that determines the sort order when you have multiple columns selected. You can also sort using multiple columns to determine the sort, like sorting surnames, and within that, sorting people who have the same surname by firstname. All of this can be done through the sort options, rather than just clicking on the icon to do a simple sort.You can sort multiple columns, based on one or more column. The first selected column is the one that determines the sort order when you have multiple columns selected. You can also sort using multiple columns to determine the sort, like sorting surnames, and within that, sorting people who have the same surname by firstname. All of this can be done through the sort options, rather than just clicking on the icon to do a simple sort.You can sort multiple columns, based on one or more column. The first selected column is the one that determines the sort order when you have multiple columns selected. You can also sort using multiple columns to determine the sort, like sorting surnames, and within that, sorting people who have the same surname by firstname. All of this can be done through the sort options, rather than just clicking on the icon to do a simple sort.


What is the process that places records in order-alphabetical or numerical-using one of the fields?

The process of organizing records in some order based on some criteria is called sorting.


What interface do you implement to do the sorting?

we can do sorting by using two interfaces like comparator and comparable


Can you give me a sentence using the word sorting?

Processing of data mostly includes sorting algorithms.


What determines a table sort order in access?

In Microsoft Access, table sort order is determined by the settings applied to the fields in the table. You can specify the sort order (ascending or descending) in the query design view or in a datasheet view by clicking on the field header. Additionally, you can create custom sorting by using multiple fields, allowing for a prioritized sort based on your requirements. If no sort order is specified, records will be displayed in the order they were entered.


Where can Data only be sorted by a single column (In Excel)?

In Excel, data can only be sorted by a single column when using the "Sort" feature from the Data tab without selecting the "Sort by" options for multiple columns. This is typically the case when you're sorting a simple list or table where you focus on one specific column's values. If you need a more complex sorting arrangement, you would need to use the "Custom Sort" option, which allows for sorting by multiple columns.


What is the definition of internal sorting?

Sorting that is accomplished entirely in memory without using disks or tapes for temporary files.


What are the key steps involved in implementing the external merge sort algorithm for sorting large datasets stored on external storage devices?

The key steps in implementing the external merge sort algorithm for sorting large datasets on external storage devices are: Divide the dataset into smaller chunks that can fit into memory. Sort each chunk internally using a sorting algorithm. Merge the sorted chunks together using a merge process that involves reading and writing data to and from the external storage device. Repeat the merging process until all chunks are merged into a single sorted dataset.


What is the time complexity of an algorithm that involves sorting a list of elements using a comparison-based sorting algorithm with a worst-case time complexity of O(log(n!))?

The time complexity of sorting a list using a comparison-based sorting algorithm with a worst-case time complexity of O(log(n!)) is O(n log n).


What is the time complexity of an algorithm that sorts an array of elements using a comparison-based sorting algorithm with a complexity of n log n?

The time complexity of sorting an array using a comparison-based sorting algorithm with a complexity of n log n is O(n log n).