Libreria formule

Funzioni Google Sheets

Una scheda strutturata per ogni funzione: sintassi, argomenti, esempi pratici, errori comuni, FAQ e collegamenti a formule correlate.

Digita almeno 2 lettere per vedere i suggerimenti.

Filter

FILTER

FILTER(range, condition1, [condition2])

Returns a filtered version of the source range, returning only rows or columns which meet the specified conditions. Learn more

Apri scheda
Filter

SORT

SORT(range, sort_column, is_ascending, [sort_column2], [is_ascending2])

Sorts the rows of a given array or range by the values in one or more columns. Learn more

Apri scheda
Filter

SORTN

SORTN(range, [n], [display_ties_mode], [sort_column1, is_ascending1], ...)

Returns the first n items in a data set after performing a sort. Learn more

Apri scheda