Modalità esperto · accesso rapido

Formula reference avanzata

Cerca per funzione o sintassi, filtra i casi d’uso e passa direttamente agli strumenti operativi senza onboarding.

Digita almeno 2 lettere per vedere i suggerimenti.

Azzera

99 formule trovate · pagina 2 di 3

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

HEX2OCT

HEX2OCT(signed_hexadecimal_number, significant_digits)

Converts a signed hexadecimal number to signed octal format. Learn more

Automazione

Apri scheda
Engineering Avanzato

IMABS

IMABS(number)

Returns absolute value of a complex number. Learn more

Automazione

Apri scheda
Engineering Avanzato

IMAGINARY

IMAGINARY(complex_number)

Returns the imaginary coefficient of a complex number. Learn more

Automazione

Apri scheda
Engineering Avanzato

IMARGUMENT

IMARGUMENT(number)

The IMARGUMENT function returns the angle (also known as the argument or \theta) of the given complex number in radians. Learn more.

Automazione

Apri scheda
Engineering Avanzato

IMCONJUGATE

IMCONJUGATE(number)

Returns the complex conjugate of a number. Learn more

Automazione

Apri scheda
Engineering Avanzato

IMCOS

IMCOS(number)

The IMCOS function returns the cosine of the given complex number. Learn more.

Automazione

Apri scheda
Engineering Avanzato

IMCOSH

IMCOSH(number)

Returns the hyperbolic cosine of the given complex number. For example, a given complex number "x+yi" returns "cosh(x+yi)." Learn more.

Automazione

Apri scheda
Engineering Avanzato

IMCOT

IMCOT(number)

Returns the cotangent of the given complex number. For example, a given complex number "x+yi" returns "cot(x+yi)." Learn more.

Automazione

Apri scheda
Engineering Avanzato

IMCOTH

IMCOTH(number)

Returns the hyperbolic cotangent of the given complex number. For example, a given complex number "x+yi" returns "coth(x+yi)." Learn more.

Automazione

Apri scheda
Engineering Avanzato

IMCSC

IMCSC(number)

Returns the cosecant of the given complex number. Learn more.

Automazione

Apri scheda
Engineering Avanzato

IMCSCH

IMCSCH(number)

Returns the hyperbolic cosecant of the given complex number. For example, a given complex number "x+yi" returns "csch(x+yi)." Learn more.

Automazione

Apri scheda
Engineering Avanzato

IMDIV

IMDIV(dividend, divisor)

Returns one complex number divided by another. Learn more

Automazione

Apri scheda
Engineering Avanzato

IMEXP

IMEXP(exponent)

Returns Euler's number, e (~2.718) raised to a complex power. Learn more.

Automazione

Apri scheda
Engineering Avanzato

IMLOG

IMLOG(value, base)

Returns the logarithm of a complex number for a specified base. Learn more.

Automazione

Apri scheda
Engineering Avanzato

IMLOG10

IMLOG10(value)

Returns the logarithm of a complex number with base 10. Learn more.

Automazione

Apri scheda
Engineering Avanzato

IMLOG2

IMLOG2(value)

Returns the logarithm of a complex number with base 2. Learn more.

Automazione

Apri scheda
Engineering Avanzato

IMPRODUCT

IMPRODUCT(factor1, [factor2, ...])

Returns the result of multiplying a series of complex numbers together. Learn more

Automazione

Apri scheda
Engineering Avanzato

IMREAL

IMREAL(complex_number)

Returns the real coefficient of a complex number. Learn more

Automazione

Apri scheda
Engineering Avanzato

IMSEC

IMSEC(number)

Returns the secant of the given complex number. For example, a given complex number "x+yi" returns "sec(x+yi)." Learn more.

Automazione

Apri scheda
Engineering Avanzato

IMSECH

IMSECH(number)

Returns the hyperbolic secant of the given complex number. For example, a given complex number "x+yi" returns "sech(x+yi)." Learn more.

Automazione

Apri scheda
Engineering Avanzato

IMSIN

IMSIN (number)

Returns the sine of the given complex number. Learn more.

Automazione

Apri scheda
Engineering Avanzato

IMSINH

IMSINH(number)

Returns the hyperbolic sine of the given complex number. For example, a given complex number "x+yi" returns "sinh(x+yi)." Learn more.

Automazione

Apri scheda
Engineering Avanzato

IMSUB

IMSUB(first_number, second_number)

Returns the difference between two complex numbers. Learn more

Automazione

Apri scheda
Engineering Avanzato

IMSUM

IMSUM(value1, [value2, ...])

Returns the sum of a series of complex numbers. Learn more

Automazione

Apri scheda
Engineering Avanzato

IMTAN

IMTAN(number)

Returns the tangent of the given complex number. Learn more.

Automazione

Apri scheda
Engineering Avanzato

IMTANH

IMTANH(number)

Returns the hyperbolic tangent of the given complex number. For example, a given complex number "x+yi" returns "tanh(x+yi)." Learn more.

Automazione

Apri scheda
Engineering Avanzato

OCT2BIN

OCT2BIN(signed_octal_number, [significant_digits])

Converts a signed octal number to signed binary format. Learn more

Automazione

Apri scheda
Engineering Avanzato

OCT2DEC

OCT2DEC(signed_octal_number)

Converts a signed octal number to decimal format. Learn more

Automazione

Apri scheda
Engineering Avanzato

OCT2HEX

OCT2HEX(signed_octal_number, [significant_digits])

Converts a signed octal number to signed hexadecimal format. Learn more

Automazione

Apri scheda
Filter Base

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

Analisi dati Marketing Automazione

Apri scheda
Google Avanzato

ARRAYFORMULA

ARRAYFORMULA(array_formula)

Enables the display of values returned from an array formula into multiple rows and/or columns and the use of non-array functions with arrays. Learn more

Automazione

Apri scheda
Google Intermedio

DETECTLANGUAGE

DETECTLANGUAGE(text_or_range)

Identifies the language used in text within the specified range. Learn more

Automazione

Apri scheda
Google Avanzato

GOOGLEFINANCE

GOOGLEFINANCE(ticker, [attribute], [start_date], [end_date|num_days], [interval])

Fetches current or historical securities information from Google Finance. Learn more

Automazione Finance

Apri scheda
Google Intermedio

GOOGLETRANSLATE

GOOGLETRANSLATE(text, [source_language], [target_language])

Translates text from one language into another Learn more

Automazione

Apri scheda
Google Intermedio

IMAGE

IMAGE(url, [mode], [height], [width])

Inserts an image into a cell. Learn more

Automazione

Apri scheda
Google Avanzato

QUERY

QUERY(data, query, [headers])

Runs a Google Visualization API Query Language query across data. Learn more

Automazione Marketing Analisi dati

Apri scheda
Google Intermedio

SPARKLINE

SPARKLINE(data, [options])

Creates a miniature chart contained within a single cell. Learn more

Automazione

Apri scheda
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
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