How to use Filter function on Google Sheets
Online office services now also provide users with basic editing features, especially some tools that will automatically save content without pressing Save as the online office toolkit. by Google.
With Google Sheets, we can completely create a basic data table, along with many functions as well as support features in the process of working with data tables. Filter filter on Google Sheets will help users to filter much of the data they need, based on usage conditions. In the article below, Network Administrator will guide you how to use Filter data filter on Google Sheets.
Step 1:
In the following data table with content listing members' age, I will filter data with people over the age of 18.
Step 2:
Filter data filter on Google Sheets has a formula like below.
- = filter (range, condition 1, [condition 2] .)
Inside
- range: is the cell containing the source data that we want to retrieve data.
- condition 1, condition 2: are the specific conditions you use.
Applying to the data table above, we will proceed to enter the formula to find people over the age of 18. At frame fx above enter the formula = filter (Sheet1! A1: C6, Sheet1! C1: C6> 18) .
In this formula, Sheet1! A1: C6 is the data area you want to retrieve. Sheet1! C1: C6> 18 is a condition for obtaining data for people over 18 years old.
Then press Enter so that Google Sheets conducts data filtering.
Step 3:
Then we will get the result as shown below. There will be 3 people over the age of 18 filtered and listed on Google Sheets.
So with the Filter function on Google Sheets, we get the data we need the fastest. The general formula for the Filter function is that the entire data area and the data area need to be filtered together with filtering conditions. Just change the range and apply the right formula for different situations to filter the data.
I wish you all success!
You should read it
- How to create graphs, charts in Google Sheets
- How to filter duplicate data from 2 Sheets in Excel
- How to create a phone number can be called on Google Sheets
- 5 Google Sheets features you should know
- How to link data between spreadsheets in Google Sheets
- How to set up the right to edit spreadsheets on Google Sheets
- How to write notes, comments on Google Sheets
- How to insert checkboxes on Google Sheets
May be interested
- How to use the FLOOR function in Google Sheetsgoogle sheets is one of the best spreadsheet programs. it has some of the most accessible functions, especially when compared to excel. one of these functions is the floor function.
- Tricks using Google Sheets should not be ignoredgoogle sheets is now considered an online version of microsoft excel and is widely used by many people. we can conduct online data storage, perform calculations like when used with excel.
- How to generate random numbers in Google Sheetsgoogle sheets provides a simple function for generating random numbers in spreadsheets without leaving the document or installing add-ons. this function returns a random integer between two values. and this is how to use it.
- Keep track of the stock market with Google Sheetsnot only does it help with calculating tasks, making statistics lists, google sheets also owns a feature that few people know, which is to monitor the stock value over time, constantly updated.
- How to create graphs, charts in Google Sheetsgoogle sheets also features a graphical representation, showing the data that are included so that users can change the chart.
- How to align spreadsheets before printing on Google Sheetsbefore printing spreadsheet data on google sheets, users should adjust the data sheet before printing to get a better layout.
- How to use the QUERY function in Google Sheetsif you need to manipulate data in google sheets, the query function can help you! the following article will show you how to use the query function in google sheets.
- How to count on multiple sheets of Google Sheetsto sum a cell or region on multiple sheets on google sheets, users will still use the sum function.
- How to filter duplicate data on 2 Excel sheetsto filter duplicate data from 2 sheets in excel, you can use the vlookup function.
- How to use the AVERAGE function in Google Sheetsaverage function in google sheets to calculate the average value between arguments.