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.

Azzera

5 formule trovate

Non sai da dove partire? Percorsi per livello e use case
Base Intermedio Avanzato Use case Sfida del giorno
Logical Base

AND

AND(logical_expression1, [logical_expression2, ...])

Returns true if all of the provided arguments are logically true, and false if any of the provided arguments are logically false. Learn more

Produttivita

Apri scheda
Logical Base

IF

IF(logical_expression, value_if_true, value_if_false)

Returns one value if a logical expression is `TRUE` and another if it is `FALSE`. Learn more

Produttivita

Apri scheda
Logical Base

IFERROR

IFERROR(value, [value_if_error])

Returns the first argument if it is not an error value, otherwise returns the second argument if present, or a blank if the second argument is absent. Learn more

Produttivita

Apri scheda
Logical Base

NOT

NOT(logical_expression)

Returns the opposite of a logical value - `NOT(TRUE)` returns `FALSE`; `NOT(FALSE)` returns `TRUE`. Learn more

Produttivita

Apri scheda
Logical Base

OR

OR(logical_expression1, [logical_expression2, ...])

Returns true if any of the provided arguments are logically true, and false if all of the provided arguments are logically false. Learn more

Produttivita

Apri scheda