Skip to main content

How to Filter Report Data in Excel and Google Sheets

Learn basic filtering and formatting for data exported to Excel or Google Sheets

Written by John Reynolds
Updated over 6 months ago

How to Filter and Sort Reports in Excel and Google Sheets

After exporting your reports from Civic Review, you can use powerful filtering and sorting tools in Excel and Google Sheets to analyze your data. This guide will walk you through a few common ways to organize your information.


Sorting Alphabetically (A-Z)

To quickly organize your data alphabetically, you can sort any column from A to Z. This is useful for organizing your list of businesses, applicants, or any other text-based column.
​

In Excel:

  1. Select the column you want to sort.

  2. Go to the "Data" tab in the ribbon.

  3. Click the "Sort A to Z" icon.

In Google Sheets:

  1. Select the column you want to sort.

  2. Go to "Data" in the menu bar.

  3. Click on "Sort range" and choose "Sort by column A (A-Z)."


Sorting by Dates

Sorting by date allows you to view your records chronologically, which is helpful for tracking deadlines, application submissions, or approvals.
​

In Excel:

  1. Select the column containing the dates.

  2. Go to the "Data" tab.

  3. Click the "Sort Oldest to Newest" or "Sort Newest to Oldest" icon.

In Google Sheets:

  1. Select the column with the dates.

  2. Go to "Data" > "Sort range."

  3. Choose the date column and select "Sort Z to A" for newest first or "Sort A to Z" for oldest first.


Calculating a Total for Fees

You can easily sum a column of fees to find the total revenue collected for a specific report.
​

In Excel:

  1. Click on an empty cell where you want the total to appear.

  2. Type the formula =SUM( and then select the range of cells in the fees column you wish to add.

  3. Close the parenthesis ) and press Enter. For example, =SUM(B2:B50).

In Google Sheets:

  1. Select an empty cell.

  2. Type =SUM( and then click and drag to select the column of fees.

  3. Press Enter to get the total.


Finding the Total Number of Licenses or Projects

To get a quick count of how many items are in your report, you can use the COUNT function.

In Excel:

  1. Click on an empty cell.

  2. Type =COUNT( and then select a column that contains data for every row, such as the permit number column.

  3. Close the parenthesis and press Enter. This will give you the total count.

In Google Sheets:

  1. Select an empty cell.

  2. Type =COUNT( and select the column you want to count.

  3. Press Enter.


Filtering by Project or License Type

Filtering allows you to hide all data except for a specific type, which is useful for focusing on a single category of licenses or projects.

In Excel:

  1. Click on any cell in your dataset.

  2. Go to the "Data" tab and click the "Filter" button (it looks like a funnel).

  3. Click the dropdown arrow that appears in the header of the "Project Type" column.

  4. Uncheck "Select All" and then check only the specific project type you want to see.

In Google Sheets:

  1. Select your data range.

  2. Go to "Data" and click "Create a filter."

  3. Click the filter icon that appears in the header of the "Project Type" column.

  4. In the filter menu, click "Clear" and then select the specific project type you want to display.

Did this answer your question?