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

113 formule trovate · pagina 3 di 3

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

CONVERT

CONVERT(value, start_unit, end_unit)

Converts a numeric value to a different unit of measure. Learn more

Automazione

Apri scheda
Parser Avanzato

TO_DATE

TO_DATE(value)

Converts a provided number to a date. Learn more

Automazione

Apri scheda
Parser Avanzato

TO_DOLLARS

TO_DOLLARS(value)

Converts a provided number to a dollar value. Learn more

Automazione

Apri scheda
Parser Avanzato

TO_PERCENT

TO_PERCENT(value)

Converts a provided number to a percentage. Learn more

Automazione

Apri scheda
Parser Avanzato

TO_PURE_NUMBER

TO_PURE_NUMBER(value)

Converts a provided date/time, percentage, currency or other formatted numeric value to a pure number without formatting. Learn more

Automazione

Apri scheda
Parser Avanzato

TO_TEXT

TO_TEXT(value)

Converts a provided numeric value to a text value. Learn more

Automazione

Apri scheda
Text Avanzato

REGEXEXTRACT

REGEXEXTRACT(text, regular_expression)

Extracts matching substrings according to a regular expression. Learn more

Marketing

Apri scheda
Text Avanzato

REGEXMATCH

REGEXMATCH(text, regular_expression)

Whether a piece of text matches a regular expression. Learn more

Marketing

Apri scheda
Text Avanzato

REGEXREPLACE

REGEXREPLACE(text, regular_expression, replacement)

Replaces part of a text string with a different text string using regular expressions. Learn more

Marketing

Apri scheda
Web Avanzato

ENCODEURL

ENCODEURL(text)

Encodes a string of text for the purpose of using in a URL query. Learn more.

Automazione

Apri scheda
Web Avanzato

HYPERLINK

HYPERLINK(url, [link_label])

Creates a hyperlink inside a cell. Learn more

Automazione

Apri scheda
Web Avanzato

IMPORTDATA

IMPORTDATA(url)

Imports data at a given url in .csv (comma-separated value) or .tsv (tab-separated value) format. Learn more

Automazione

Apri scheda
Web Avanzato

IMPORTFEED

IMPORTFEED(url, [query], [headers], [num_items])

Imports a RSS or ATOM feed. Learn more

Automazione

Apri scheda
Web Avanzato

IMPORTHTML

IMPORTHTML(url, query, index)

Imports data from a table or list within an HTML page. Learn more

Automazione

Apri scheda
Web Avanzato

IMPORTRANGE

IMPORTRANGE(spreadsheet_url, range_string)

Imports a range of cells from a specified spreadsheet. Learn more

Automazione

Apri scheda
Web Avanzato

IMPORTXML

IMPORTXML(url, xpath_query)

Imports data from any of various structured data types including XML, HTML, CSV, TSV, and RSS and ATOM XML feeds. Learn more

Automazione Marketing

Apri scheda
Web Avanzato

ISURL

ISURL(value)

Checks whether a value is a valid URL. Learn more

Automazione

Apri scheda