You can sort data in alphabetical and numerical order, or use filters to hide data you don't want to find.
To get an example spreadsheet and follow along with the video, click “Make a Copy” below.
Sort data in alphabetical or numerical order
- On your computer, open a spreadsheet in Google Sheets.
- Highlight the group of cells you'd like to sort.
- If your sheet includes a header row, freeze the first row.
- Click Data Sort range Advanced range sorting options.
- If your columns have titles, click Data has header row.
- Select the column you'd like to be sorted first and choose a sorting order.
- To add another sorting rule, click Add another sort column.
- Click Sort.
- On your computer, open a spreadsheet in Google Sheets.
- At the top, right-click the letter of the column you want to sort by.
- Click Sort sheet A to Z or Sort sheet Z to A.
- On your computer, open a spreadsheet in Google Sheets.
- Select a range of cells.
- Click Data Create a filter.
- To find the filter options, go to the top of the range and click Filter .
- Sort by color: Choose which text or fill color to filter or sort by. Cells with the color you choose to sort by will move to the top of the range. You can sort by conditional formatting colors, but not alternating colors.
- To turn the filter off, click Data Remove filter.
Filter your data
Important: When you add a filter, anyone with access to your spreadsheet will find the filter too. Anyone with permission to edit your spreadsheet will be able to change the filter.
- On your computer, open a spreadsheet in Google Sheets.
- To create a filter, select an option:
- Select a range of cells, then click Data Create a filter.
- Right click on a cell or a range of cells, then click Create a filter.
- To find the filter options, go to the top of the range and click Filter .
- Filter by condition: Choose conditions or write your own custom formulas.
Custom formula examplesFind unique values within a data range
- Select Custom formula is
- Type
=COUNTIF(data_range, data_range)=1
- Select Custom formula is
- Type
=OR(REGEXMATCH(data_range, "Good"), REGEXMATCH(data_range, "Great"))
- Filter by values: To hide data points, uncheck the box next to the data point and click OK.
- To create a filter and filter by cell value, right click on a cell then click Filter by cell value.
- Search: Search for data points by typing in the search box.
- Filter by color: Choose which text or fill color to filter by. You can filter by conditional formatting colors, but not alternating colors.
- Filter by condition: Choose conditions or write your own custom formulas.
- To remove the filter, select an option:
- Click Data Remove filter.
- Right click on any cell then click Remove filter.
Once filtered, at the bottom right users can find the number of rows being displayed out of the total rows in the table.
Tip: Filters also apply to merged cells. Learn how to merge rows or columns.
Create, save, delete, or share a filter view
Important: If you only have permission to view a spreadsheet, you can create a temporary filter view that only you can use. Your filter view won’t be saved.
On a computer, you can filter data so the filtered data only applies to your view of the spreadsheet. Your filter view changes are automatically saved.
- On your computer, open a spreadsheet in Google Sheets.
- Click Data Create filter view.
- Sort and filter the data.
- To save your filter view, at the top right, click Save View.
- Click Save.
To delete or duplicate a filter view, at the top right, click Options Delete view or Duplicate view.
To remove all filters, go to each filter view and click Options Delete view.
Tip: You can’t change the order of filter views.
Find an existing filter viewImportant: You can only apply one filter view at a time.
- On your computer, open a spreadsheet in Google Sheets.
- Click Data Change view.
- Select a filter view.
- Your filter will be applied to the spreadsheet.
- To close your filter view, in the top right, click Close .
- On your computer, open a spreadsheet in Google Sheets.
- Apply a filter.
- Click Data Save as filter view.
- On your computer, open a spreadsheet in Google Sheets.
- Click Data Change view.
- Select a filter view.
- At the top left of the sheet, next to "Name", click the filter view name and type the new name.
- Press Enter.
- On your computer, open a spreadsheet in Google Sheets.
- Apply the filter view .
- Copy the URL.
- Share the filter view link.
Learn more about filters & filter views
Filters and filter views help you analyze a set of data in a spreadsheet.
You can use filters to:
- Show a specific filter when people open your spreadsheet.
- Sort your data after using a filter.
You can use filter views to:
- Save multiple filters.
- Name your filter.
- Let multiple people find different filter views at the same time.
- Share different filters with people.
- Make a copy or create another view with similar rules.
- Filter or sort a spreadsheet you don't have edit access to. In this case, a temporary filter view will be created.
Tip: When you have a formula that points to a cell inside a filtered range, note that sorting the filtered range won't change the formula. For example "=B2" will continue to be "=B2" when B2 is within the filtered range.