About 1,843,768 results (4,823 milliseconds)

Filter function with a list of matching values - Google Docs Editors ...

https://support.google.com/docs/thread/153722283/filter-function-with-a-list-of-matching-values?hl=en
Mar 6, 2022 ... I am trying to create a list of values from the column G if they are in the column A, i know that the function that i was trying to write cant work but i need ...

Can I copy SUBTOTAL visible values into a list when filtered ...

https://support.google.com/docs/thread/89069959/can-i-copy-subtotal-visible-values-into-a-list-when-filtered?hl=en
Dec 18, 2020 ... I am using the SUBTOTAL formula as a counter which works perfectly before and after filtering a column, the SUBTOTAL formula will count the ...

Sort & filter your data - Computer - Google Docs Editors Help

https://support.google.com/docs/answer/3540681?hl=en&co=GENIE.Platform%3DDesktop
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 ...

Create a dropdown list of unique items from a big list, based on a ...

https://support.google.com/docs/thread/116862503/create-a-dropdown-list-of-unique-items-from-a-big-list-based-on-a-criteria?hl=en
Jul 12, 2021 ... Column A is a dropdown list of the unique values from column B on ... I've added the information to the new tab I called 'Filtered Lists'.

Using Query to Filter items, based on a list of items on another sheet ...

https://support.google.com/docs/thread/25862454/using-query-to-filter-items-based-on-a-list-of-items-on-another-sheet?hl=en
Jan 16, 2020 ... I am trying to query a single column (Row ID) from the "Source" tab. I want to filter the data based on the table from "Excluded based on Criteria".

How can I count the number of unique entries in a filtered list ...

https://support.google.com/docs/thread/198582382/how-can-i-count-the-number-of-unique-entries-in-a-filtered-list?hl=en
Jan 23, 2023 ... ... values that I filtered out with the column filter ... https://infoinspired.com/google-docs/spreadsheet/count-unique-values-in-visible-rows/.

Filter a table based on the data within a cell - Google Docs Editors ...

https://support.google.com/docs/thread/32195669/filter-a-table-based-on-the-data-within-a-cell?hl=en
Mar 3, 2020 ... Though instead of adding filters across the headers and filtering on a particular column (standard way of filtering data), I want to be able ...

Create an in-cell dropdown list - Computer - Google Docs Editors Help

https://support.google.com/docs/answer/186103?hl=en&co=GENIE.Platform%3DDesktop
The order of options goes down columns first, then across rows. Optional: To add more dropdown values: Go to the Data validation rules panel. Under "Criteria," ...

FILTER function - Google Docs Editors Help

https://support.google.com/docs/answer/3093197?hl=en
In order to filter both rows and columns, use the return value of one FILTER function as range in another. ... Filter. 1 of 4. Google Sheets function list. 2 ...

Pivot Table - Filter Section - Item that is checked doesn't stay ...

https://support.google.com/docs/thread/268657053/pivot-table-filter-section-item-that-is-checked-doesn-t-stay-checked?hl=en
Apr 10, 2024 ... So I have an excel sheet and in a column I have a data validation rule. It's a drop down box with 9 items and the column is called "location ...

FILTER function - Google Docs Editors Help

https://support.google.com/docs/answer/3093197?hl=en
In order to filter both rows and columns, use the return value of one FILTER function as range in another. ... Filter. 1 of 4. Google Sheets function list. 2 ...

Google Sheets function list - Google Docs Editors Help

https://support.google.com/docs/table/25273?hl=en
Returns the maximum value in a range of cells, filtered by a set of criteria. Learn more. Statistical, MEDIAN, MEDIAN(value1, [value2, ...]) Returns the ...

Generate a unique list if another column is blank - Google Docs ...

https://support.google.com/docs/thread/192727083/generate-a-unique-list-if-another-column-is-blank?hl=en
Dec 13, 2022 ... The Filter part with blank column B seems to work on its own ... This does a great job of giving me a list of unique values when the ...

Create Master List of All checkboxes from different sheets - Google ...

https://support.google.com/docs/thread/137888389/create-master-list-of-all-checkboxes-from-different-sheets?hl=en
Nov 30, 2021 ... Filter() is expecting a column of True/False values, and that is provided directly by the checkboxes. So you can skip the =TRUE part. ​. Learn ...

Compare 2 sheets for similarities and differences even if on different ...

https://support.google.com/docs/thread/10262301/compare-2-sheets-for-similarities-and-differences-even-if-on-different-rows?hl=en
Jul 20, 2019 ... There are formulas in A1, B1, and D1 that compare the two sheets in the respective columns. It uses filter to make a two column list of values ...

FILTER() - AppSheet Help

https://support.google.com/appsheet/answer/10108196?hl=en
gets a list of row references (values of the key column) for select rows in Orders . AND(..., ..., ...) limits the results to only those rows that match all of ...

Using multiple filters of "Text does not contain" - Google Docs ...

https://support.google.com/docs/thread/8668649/using-multiple-filters-of-text-does-not-contain?hl=en
Jun 25, 2019 ... It sounds like you want the list of cells in sheet1 column A that have none of the words in sheet2 column C. The problem with that is there aren ...

How can I exclude blank cells from a filter function? - Google Docs ...

https://support.google.com/docs/thread/24137024/how-can-i-exclude-blank-cells-from-a-filter-function?hl=en
Dec 29, 2019 ... I am using the following formula to populate a list of failed questions for an internal health and safety audit document.

Need help counting cells with specific text within a filtered list ...

https://support.google.com/docs/thread/12826797/need-help-counting-cells-with-specific-text-within-a-filtered-list?hl=en
Aug 25, 2019 ... The subtotal function is the only one that can ignore cells just because they are hidden. You could use a helper column as shown here or you ...

Compare two lists and return only those values that are missing from ...

https://support.google.com/docs/thread/7345105/compare-two-lists-and-return-only-those-values-that-are-missing-from-one-list?hl=en
Jun 3, 2019 ... In the formula that Rich+ provided, the Filter formula will look at the list in cells A3 to the bottom of the column and then eliminate any ...