Excel 2007 functions English-Italian
You can use the search function (CTRL + F) to find a specific function.
Function | Funzione | Description |
Add-in and Automation functions | Funzioni di automazione e dei componenti aggiuntivi | |
CALL | RICHIAMA | Calls a procedure in a dynamic link library or code resource |
EUROCONVERT | EUROCONVERT | Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation) |
GETPIVOTDATA | INFO.DATI.TAB.PIVOT | Returns data stored in a PivotTable report |
REGISTER.ID | IDENTIFICATORE.REGISTRO | Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered |
SQL.REQUEST | SQL.REQUEST | Connects with an external data source and runs a query from a worksheet, then returns the result as an array without the need for macro programming |
Cube functions | Funzioni cubo | |
CUBEKPIMEMBER | MEMBRO.KPI.CUBO | Returns a key performance indicator (KPI) name, property, and measure, and displays the name and property in the cell. A KPI is a quantifiable measurement, such as monthly gross profit or quarterly employee turnover, used to monitor an organization's performance. |
CUBEMEMBER | MEMBRO.CUBO | Returns a member or tuple in a cube hierarchy. Use to validate that the member or tuple exists in the cube. |
CUBEMEMBERPROPERTY | PROPRIETÀ.MEMBRO.CUBO | Returns the value of a member property in the cube. Use to validate that a member name exists within the cube and to return the specified property for this member. |
CUBERANKEDMEMBER | MEMBRO.CUBO.CON.RANGO | Returns the nth, or ranked, member in a set. Use to return one or more elements in a set, such as the top sales performer or top 10 students. |
CUBESET | SET.CUBO | Defines a calculated set of members or tuples by sending a set expression to the cube on the server, which creates the set, and then returns that set to Microsoft Office Excel. |
CUBESETCOUNT | CONTA.SET.CUBO | Returns the number of items in a set. |
CUBEVALUE | VALORE.CUBO | Returns an aggregated value from a cube. |
Database functions | Funzioni di database | |
DAVERAGE | DB.MEDIA | Returns the average of selected database entries |
DCOUNT | DB.CONTA.NUMERI | Counts the cells that contain numbers in a database |
DCOUNTA | DB.CONTA.VALORI | Counts nonblank cells in a database |
DGET | DB.VALORI | Extracts from a database a single record that matches the specified criteria |
DMAX | DB.MAX | Returns the maximum value from selected database entries |
DMIN | DB.MIN | Returns the minimum value from selected database entries |
DPRODUCT | DB.PRODOTTO | Multiplies the values in a particular field of records that match the criteria in a database |
DSTDEV | DB.DEV.ST | Estimates the standard deviation based on a sample of selected database entries |
DSTDEVP | DB.DEV.ST.POP | Calculates the standard deviation based on the entire population of selected database entries |
DSUM | DB.SOMMA | Adds the numbers in the field column of records in the database that match the criteria |
DVAR | DB.VAR | Estimates variance based on a sample from selected database entries |
DVARP | DB.VAR.POP | Calculates variance based on the entire population of selected database entries |
Date and time functions | Funzioni data e ora | |
DATE | DATA | Returns the serial number of a particular date |
DATEVALUE | DATA.VALORE | Converts a date in the form of text to a serial number |
DAY | GIORNO | Converts a serial number to a day of the month |
DAYS360 | GIORNO360 | Calculates the number of days between two dates based on a 360-day year |
EDATE | DATA.MESE | Returns the serial number of the date that is the indicated number of months before or after the start date |
EOMONTH | FINE.MESE | Returns the serial number of the last day of the month before or after a specified number of months |
HOUR | ORA | Converts a serial number to an hour |
MINUTE | MINUTO | Converts a serial number to a minute |
MONTH | MESE | Converts a serial number to a month |
NETWORKDAYS | GIORNI.LAVORATIVI.TOT | Returns the number of whole workdays between two dates |
NOW | ADESSO | Returns the serial number of the current date and time |
SECOND | SECONDO | Converts a serial number to a second |
TIME | ORARIO | Returns the serial number of a particular time |
TIMEVALUE | ORARIO.VALORE | Converts a time in the form of text to a serial number |
TODAY | OGGI | Returns the serial number of today's date |
WEEKDAY | GIORNO.SETTIMANA | Converts a serial number to a day of the week |
WEEKNUM | NUM.SETTIMANA | Converts a serial number to a number representing where the week falls numerically with a year |
WORKDAY | GIORNO.LAVORATIVO | Returns the serial number of the date before or after a specified number of workdays |
YEAR | ANNO | Converts a serial number to a year |
YEARFRAC | FRAZIONE.ANNO | Returns the year fraction representing the number of whole days between start_date and end_date |
Engineering functions | Funzioni ingegneristiche | |
BESSELI | BESSEL.I | Returns the modified Bessel function In(x) |
BESSELJ | BESSEL.J | Returns the Bessel function Jn(x) |
BESSELK | BESSEL.K | Returns the modified Bessel function Kn(x) |
BESSELY | BESSEL.Y | Returns the Bessel function Yn(x) |
BIN2DEC | BINARIO.DECIMALE | Converts a binary number to decimal |
BIN2HEX | BINARIO.HEX | Converts a binary number to hexadecimal |
BIN2OCT | BINARIO.OCT | Converts a binary number to octal |
COMPLEX | COMPLESSO | Converts real and imaginary coefficients into a complex number |
CONVERT | CONVERTI | Converts a number from one measurement system to another |
DEC2BIN | DECIMALE.BINARIO | Converts a decimal number to binary |
DEC2HEX | DECIMALE.HEX | Converts a decimal number to hexadecimal |
DEC2OCT | DECIMALE.OCT | Converts a decimal number to octal |
DELTA | DELTA | Tests whether two values are equal |
ERF | FUNZ.ERRORE | Returns the error function |
ERFC | FUNZ.ERRORE.COMP | Returns the complementary error function |
GESTEP | SOGLIA | Tests whether a number is greater than a threshold value |
HEX2BIN | HEX.BINARIO | Converts a hexadecimal number to binary |
HEX2DEC | HEX.DECIMALE | Converts a hexadecimal number to decimal |
HEX2OCT | HEX.OCT | Converts a hexadecimal number to octal |
IMABS | COMP.MODULO | Returns the absolute value (modulus) of a complex number |
IMAGINARY | COMP.IMMAGINARIO | Returns the imaginary coefficient of a complex number |
IMARGUMENT | COMP.ARGOMENTO | Returns the argument theta, an angle expressed in radians |
IMCONJUGATE | COMP.CONIUGATO | Returns the complex conjugate of a complex number |
IMCOS | COMP.COS | Returns the cosine of a complex number |
IMDIV | COMP.DIV | Returns the quotient of two complex numbers |
IMEXP | COMP.EXP | Returns the exponential of a complex number |
IMLN | COMP.LN | Returns the natural logarithm of a complex number |
IMLOG10 | COMP.LOG10 | Returns the base-10 logarithm of a complex number |
IMLOG2 | COMP.LOG2 | Returns the base-2 logarithm of a complex number |
IMPOWER | COMP.POTENZA | Returns a complex number raised to an integer power |
IMPRODUCT | COMP.PRODOTTO | Returns the product of complex numbers |
IMREAL | COMP.PARTE.REALE | Returns the real coefficient of a complex number |
IMSIN | COMP.SEN | Returns the sine of a complex number |
IMSQRT | COMP.RADQ | Returns the square root of a complex number |
IMSUB | COMP.DIFF | Returns the difference between two complex numbers |
IMSUM | COMP.SOMMA | Returns the sum of complex numbers |
OCT2BIN | OCT.BINARIO | Converts an octal number to binary |
OCT2DEC | OCT.DECIMALE | Converts an octal number to decimal |
OCT2HEX | OCT.HEX | Converts an octal number to hexadecimal |
Financial functions | Funzioni finanziarie | |
ACCRINT | INT.MATURATO.PER | Returns the accrued interest for a security that pays periodic interest |
ACCRINTM | INT.MATURATO.SCAD | Returns the accrued interest for a security that pays interest at maturity |
AMORDEGRC | AMMORT.DEGR | Returns the depreciation for each accounting period by using a depreciation coefficient |
AMORLINC | AMMORT.PER | Returns the depreciation for each accounting period |
COUPDAYBS | GIORNI.CED.INIZ.LIQ | Returns the number of days from the beginning of the coupon period to the settlement date |
COUPDAYS | GIORNI.CED | Returns the number of days in the coupon period that contains the settlement date |
COUPDAYSNC | GIORNI.CED.NUOVA | Returns the number of days from the settlement date to the next coupon date |
COUPNCD | DATA.CED.SUCC | Returns the next coupon date after the settlement date |
COUPNUM | NUM.CED | Returns the number of coupons payable between the settlement date and maturity date |
COUPPCD | DATA.CED.PREC | Returns the previous coupon date before the settlement date |
CUMIPMT | INT.CUMUL | Returns the cumulative interest paid between two periods |
CUMPRINC | CAP.CUM | Returns the cumulative principal paid on a loan between two periods |
DB | DB | Returns the depreciation of an asset for a specified period by using the fixed-declining balance method |
DDB | AMMORT | Returns the depreciation of an asset for a specified period by using the double-declining balance method or some other method that you specify |
DISC | TASSO.SCONTO | Returns the discount rate for a security |
DOLLARDE | VALUTA.DEC | Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number |
DOLLARFR | VALUTA.FRAZ | Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction |
DURATION | DURATA | Returns the annual duration of a security with periodic interest payments |
EFFECT | EFFETTIVO | Returns the effective annual interest rate |
FV | VAL.FUT | Returns the future value of an investment |
FVSCHEDULE | VAL.FUT.CAPITALE | Returns the future value of an initial principal after applying a series of compound interest rates |
INTRATE | TASSO.INT | Returns the interest rate for a fully invested security |
IPMT | INTERESSI | Returns the interest payment for an investment for a given period |
IRR | TIR.COST | Returns the internal rate of return for a series of cash flows |
ISPMT | INTERESSE.RATA | Calculates the interest paid during a specific period of an investment |
MDURATION | DURATA.M | Returns the Macauley modified duration for a security with an assumed par value of $100 |
MIRR | TIR.VAR | Returns the internal rate of return where positive and negative cash flows are financed at different rates |
NOMINAL | NOMINALE | Returns the annual nominal interest rate |
NPER | NUM.RATE | Returns the number of periods for an investment |
NPV | VAN | Returns the net present value of an investment based on a series of periodic cash flows and a discount rate |
ODDFPRICE | PREZZO.PRIMO.IRR | Returns the price per $100 face value of a security with an odd first period |
ODDFYIELD | REND.PRIMO.IRR | Returns the yield of a security with an odd first period |
ODDLPRICE | PREZZO.ULTIMO.IRR | Returns the price per $100 face value of a security with an odd last period |
ODDLYIELD | REND.ULTIMO.IRR | Returns the yield of a security with an odd last period |
PMT | RATA | Returns the periodic payment for an annuity |
PPMT | P.RATA | Returns the payment on the principal for an investment for a given period |
PRICE | PREZZO | Returns the price per $100 face value of a security that pays periodic interest |
PRICEDISC | PREZZO.SCONT | Returns the price per $100 face value of a discounted security |
PRICEMAT | PREZZO.SCAD | Returns the price per $100 face value of a security that pays interest at maturity |
PV | VA | Returns the present value of an investment |
RATE | TASSO | Returns the interest rate per period of an annuity |
RECEIVED | RICEV.SCAD | Returns the amount received at maturity for a fully invested security |
SLN | AMMORT.COST | Returns the straight-line depreciation of an asset for one period |
SYD | AMMORT.ANNUO | Returns the sum-of-years' digits depreciation of an asset for a specified period |
TBILLEQ | BOT.EQUIV | Returns the bond-equivalent yield for a Treasury bill |
TBILLPRICE | BOT.PREZZO | Returns the price per $100 face value for a Treasury bill |
TBILLYIELD | BOT.REND | Returns the yield for a Treasury bill |
VDB | AMMORT.VAR | Returns the depreciation of an asset for a specified or partial period by using a declining balance method |
XIRR | TIR.X | Returns the internal rate of return for a schedule of cash flows that is not necessarily periodic |
XNPV | VAN.X | Returns the net present value for a schedule of cash flows that is not necessarily periodic |
YIELD | REND | Returns the yield on a security that pays periodic interest |
YIELDDISC | REND.TITOLI.SCONT | Returns the annual yield for a discounted security; for example, a Treasury bill |
YIELDMAT | REND.SCAD | Returns the annual yield of a security that pays interest at maturity |
Information functions | Funzioni relative alle informazioni | |
CELL | CELLA | Returns information about the formatting, location, or contents of a cell |
ERROR.TYPE | ERRORE.TIPO | Returns a number corresponding to an error type |
INFO | INFO | Returns information about the current operating environment |
ISBLANK | VAL.VUOTO | Returns TRUE if the value is blank |
ISERR | VAL.ERR | Returns TRUE if the value is any error value except #N/A |
ISERROR | VAL.ERRORE | Returns TRUE if the value is any error value |
ISEVEN | VAL.PARI | Returns TRUE if the number is even |
ISLOGICAL | VAL.LOGICO | Returns TRUE if the value is a logical value |
ISNA | VAL.NON.DISP | Returns TRUE if the value is the #N/A error value |
ISNONTEXT | VAL.NON.TESTO | Returns TRUE if the value is not text |
ISNUMBER | VAL.NUMERO | Returns TRUE if the value is a number |
ISODD | VAL.DISPARI | Returns TRUE if the number is odd |
ISREF | VAL.RIF | Returns TRUE if the value is a reference |
ISTEXT | VAL.TESTO | Returns TRUE if the value is text |
N | NUM | Returns a value converted to a number |
NA | NON.DISP | Returns the error value #N/A |
TYPE | TIPO | Returns a number indicating the data type of a value |
Logical functions | Funzioni logiche | |
AND | E | Returns TRUE if all of its arguments are TRUE |
FALSE | FALSO | Returns the logical value FALSE |
IF | SE | Specifies a logical test to perform |
IFERROR | SE.ERRORE | Returns a value you specify if a formula evaluates to an error; otherwise, returns the result of the formula |
NOT | NON | Reverses the logic of its argument |
OR | O | Returns TRUE if any argument is TRUE |
TRUE | VERO | Returns the logical value TRUE |
Lookup and reference functions | Funzioni di ricerca e di riferimento | |
ADDRESS | INDIRIZZO | Returns a reference as text to a single cell in a worksheet |
AREAS | AREE | Returns the number of areas in a reference |
CHOOSE | SCEGLI | Chooses a value from a list of values |
COLUMN | RIF.COLONNA | Returns the column number of a reference |
COLUMNS | COLONNE | Returns the number of columns in a reference |
HLOOKUP | CERCA.ORIZZ | Looks in the top row of an array and returns the value of the indicated cell |
HYPERLINK | COLLEG.IPERTESTUALE | Creates a shortcut or jump that opens a document stored on a network server, an intranet, or the Internet |
INDEX | INDICE | Uses an index to choose a value from a reference or array |
INDIRECT | INDIRETTO | Returns a reference indicated by a text value |
LOOKUP | CERCA | Looks up values in a vector or array |
MATCH | CONFRONTA | Looks up values in a reference or array |
OFFSET | SCARTO | Returns a reference offset from a given reference |
ROW | RIF.RIGA | Returns the row number of a reference |
ROWS | RIGHE | Returns the number of rows in a reference |
RTD | DATITEMPOREALE | Retrieves real-time data from a program that supports COM automation (Automation: A way to work with an application's objects from another application or development tool. Formerly called OLE Automation, Automation is an industry standard and a feature of the Component Object Model (COM).) |
TRANSPOSE | MATR.TRASPOSTA | Returns the transpose of an array |
VLOOKUP | CERCA.VERT | Looks in the first column of an array and moves across the row to return the value of a cell |
Math and trigonometry functions | Funzioni matematiche e trigonometriche | |
ABS | ASS | Returns the absolute value of a number |
ACOS | ARCCOS | Returns the arccosine of a number |
ACOSH | ARCCOSH | Returns the inverse hyperbolic cosine of a number |
ASIN | ARCSEN | Returns the arcsine of a number |
ASINH | ARCSENH | Returns the inverse hyperbolic sine of a number |
ATAN | ARCTAN | Returns the arctangent of a number |
ATAN2 | ARCTAN.2 | Returns the arctangent from x- and y-coordinates |
ATANH | ARCTANH | Returns the inverse hyperbolic tangent of a number |
CEILING | ARROTONDA.ECCESSO | Rounds a number to the nearest integer or to the nearest multiple of significance |
COMBIN | COMBINAZIONE | Returns the number of combinations for a given number of objects |
COS | COS | Returns the cosine of a number |
COSH | COSH | Returns the hyperbolic cosine of a number |
DEGREES | GRADI | Converts radians to degrees |
EVEN | PARI | Rounds a number up to the nearest even integer |
EXP | ESP | Returns e raised to the power of a given number |
FACT | FATTORIALE | Returns the factorial of a number |
FACTDOUBLE | FATT.DOPPIO | Returns the double factorial of a number |
FLOOR | ARROTONDA.DIFETTO | Rounds a number down, toward zero |
GCD | MCD | Returns the greatest common divisor |
INT | INT | Rounds a number down to the nearest integer |
LCM | MCM | Returns the least common multiple |
LN | LN | Returns the natural logarithm of a number |
LOG | LOG | Returns the logarithm of a number to a specified base |
LOG10 | LOG10 | Returns the base-10 logarithm of a number |
MDETERM | MATR.DETERM | Returns the matrix determinant of an array |
MINVERSE | MATR.INVERSA | Returns the matrix inverse of an array |
MMULT | MATR.PRODOTTO | Returns the matrix product of two arrays |
MOD | RESTO | Returns the remainder from division |
MROUND | ARROTONDA.MULTIPLO | Returns a number rounded to the desired multiple |
MULTINOMIAL | MULTINOMIALE | Returns the multinomial of a set of numbers |
ODD | DISPARI | Rounds a number up to the nearest odd integer |
PI | PI.GRECO | Returns the value of pi |
POWER | POTENZA | Returns the result of a number raised to a power |
PRODUCT | PRODOTTO | Multiplies its arguments |
QUOTIENT | QUOZIENTE | Returns the integer portion of a division |
RADIANS | RADIANTI | Converts degrees to radians |
RAND | CASUALE | Returns a random number between 0 and 1 |
RANDBETWEEN | CASUALE.TRA | Returns a random number between the numbers you specify |
ROMAN | ROMANO | Converts an arabic numeral to roman, as text |
ROUND | ARROTONDA | Rounds a number to a specified number of digits |
ROUNDDOWN | ARROTONDA.PER.DIF | Rounds a number down, toward zero |
ROUNDUP | ARROTONDA.PER.ECC | Rounds a number up, away from zero |
SERIESSUM | SOMMA.SERIE | Returns the sum of a power series based on the formula |
SIGN | SEGNO | Returns the sign of a number |
SIN | SEN | Returns the sine of the given angle |
SINH | SENH | Returns the hyperbolic sine of a number |
SQRT | RADQ | Returns a positive square root |
SQRTPI | RADQ.PI.GRECO | Returns the square root of (number * pi) |
SUBTOTAL | SUBTOTALE | Returns a subtotal in a list or database |
SUM | SOMMA | Adds its arguments |
SUMIF | SOMMA.SE | Adds the cells specified by a given criteria |
SUMIFS | SOMMA.PIÙ.SE | Adds the cells in a range that meet multiple criteria |
SUMPRODUCT | MATR.SOMMA.PRODOTTO | Returns the sum of the products of corresponding array components |
SUMSQ | SOMMA.Q | Returns the sum of the squares of the arguments |
SUMX2MY2 | SOMMA.DIFF.Q | Returns the sum of the difference of squares of corresponding values in two arrays |
SUMX2PY2 | SOMMA.SOMMA.Q | Returns the sum of the sum of squares of corresponding values in two arrays |
SUMXMY2 | SOMMA.Q.DIFF | Returns the sum of squares of differences of corresponding values in two arrays |
TAN | TAN | Returns the tangent of a number |
TANH | TANH | Returns the hyperbolic tangent of a number |
TRUNC | TRONCA | Truncates a number to an integer |
Statistical functions | Funzioni statistiche | |
AVEDEV | MEDIA.DEV | Returns the average of the absolute deviations of data points from their mean |
AVERAGE | MEDIA | Returns the average of its arguments |
AVERAGEA | MEDIA.VALORI | Returns the average of its arguments, including numbers, text, and logical values |
AVERAGEIF | MEDIA.SE | Returns the average (arithmetic mean) of all the cells in a range that meet a given criteria |
AVERAGEIFS | MEDIA.PIÙ.SE | Returns the average (arithmetic mean) of all cells that meet multiple criteria. |
BETADIST | DISTRIB.BETA | Returns the beta cumulative distribution function |
BETAINV | INV.BETA | Returns the inverse of the cumulative distribution function for a specified beta distribution |
BINOMDIST | DISTRIB.BINOM | Returns the individual term binomial distribution probability |
CHIDIST | DISTRIB.CHI | Returns the one-tailed probability of the chi-squared distribution |
CHIINV | INV.CHI | Returns the inverse of the one-tailed probability of the chi-squared distribution |
CHITEST | TEST.CHI | Returns the test for independence |
CONFIDENCE | CONFIDENZA | Returns the confidence interval for a population mean |
CORREL | CORRELAZIONE | Returns the correlation coefficient between two data sets |
COUNT | CONTA.NUMERI | Counts how many numbers are in the list of arguments |
COUNTA | CONTA.VALORI | Counts how many values are in the list of arguments |
COUNTBLANK | CONTA.VUOTE | Counts the number of blank cells within a range |
COUNTIF | CONTA.SE | Counts the number of cells within a range that meet the given criteria |
COUNTIFS | CONTA.PIÙ.SE | Counts the number of cells within a range that meet multiple criteria |
COVAR | COVARIANZA | Returns covariance, the average of the products of paired deviations |
CRITBINOM | CRIT.BINOM | Returns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value |
DEVSQ | DEV.Q | Returns the sum of squares of deviations |
EXPONDIST | DISTRIB.EXP | Returns the exponential distribution |
FDIST | DISTRIB.F | Returns the F probability distribution |
FINV | INV.F | Returns the inverse of the F probability distribution |
FISHER | FISHER | Returns the Fisher transformation |
FISHERINV | INV.FISHER | Returns the inverse of the Fisher transformation |
FORECAST | PREVISIONE | Returns a value along a linear trend |
FREQUENCY | FREQUENZA | Returns a frequency distribution as a vertical array |
FTEST | TEST.F | Returns the result of an F-test |
GAMMADIST | DISTRIB.GAMMA | Returns the gamma distribution |
GAMMAINV | INV.GAMMA | Returns the inverse of the gamma cumulative distribution |
GAMMALN | LN.GAMMA | Returns the natural logarithm of the gamma function, Γ(x) |
GEOMEAN | MEDIA.GEOMETRICA | Returns the geometric mean |
GROWTH | CRESCITA | Returns values along an exponential trend |
HARMEAN | MEDIA.ARMONICA | Returns the harmonic mean |
HYPGEOMDIST | DISTRIB.IPERGEOM | Returns the hypergeometric distribution |
INTERCEPT | INTERCETTA | Returns the intercept of the linear regression line |
KURT | CURTOSI | Returns the kurtosis of a data set |
LARGE | GRANDE | Returns the k-th largest value in a data set |
LINEST | REGR.LIN | Returns the parameters of a linear trend |
LOGEST | REGR.LOG | Returns the parameters of an exponential trend |
LOGINV | INV.LOGNORM | Returns the inverse of the lognormal distribution |
LOGNORMDIST | DISTRIB.LOGNORM | Returns the cumulative lognormal distribution |
MAX | MAX | Returns the maximum value in a list of arguments |
MAXA | MAX.VALORI | Returns the maximum value in a list of arguments, including numbers, text, and logical values |
MEDIAN | MEDIANA | Returns the median of the given numbers |
MIN | MIN | Returns the minimum value in a list of arguments |
MINA | MIN.VALORI | Returns the smallest value in a list of arguments, including numbers, text, and logical values |
MODE | MODA | Returns the most common value in a data set |
NEGBINOMDIST | DISTRIB.BINOM.NEG | Returns the negative binomial distribution |
NORMDIST | DISTRIB.NORM | Returns the normal cumulative distribution |
NORMINV | INV.NORM | Returns the inverse of the normal cumulative distribution |
NORMSDIST | DISTRIB.NORM.ST | Returns the standard normal cumulative distribution |
NORMSINV | INV.NORM.ST | Returns the inverse of the standard normal cumulative distribution |
PEARSON | PEARSON | Returns the Pearson product moment correlation coefficient |
PERCENTILE | PERCENTILE | Returns the k-th percentile of values in a range |
PERCENTRANK | PERCENT.RANGO | Returns the percentage rank of a value in a data set |
PERMUT | PERMUTAZIONE | Returns the number of permutations for a given number of objects |
POISSON | POISSON | Returns the Poisson distribution |
PROB | PROBABILITÀ | Returns the probability that values in a range are between two limits |
QUARTILE | QUARTILE | Returns the quartile of a data set |
RANK | RANGO | Returns the rank of a number in a list of numbers |
RSQ | RQ | Returns the square of the Pearson product moment correlation coefficient |
SKEW | ASIMMETRIA | Returns the skewness of a distribution |
SLOPE | PENDENZA | Returns the slope of the linear regression line |
SMALL | PICCOLO | Returns the k-th smallest value in a data set |
STANDARDIZE | NORMALIZZA | Returns a normalized value |
STDEV | DEV.ST | Estimates standard deviation based on a sample |
STDEVA | DEV.ST.VALORI | Estimates standard deviation based on a sample, including numbers, text, and logical values |
STDEVP | DEV.ST.POP | Calculates standard deviation based on the entire population |
STDEVPA | DEV.ST.POP.VALORI | Calculates standard deviation based on the entire population, including numbers, text, and logical values |
STEYX | ERR.STD.YX | Returns the standard error of the predicted y-value for each x in the regression |
TDIST | DISTRIB.T | Returns the Student's t-distribution |
TINV | INV.T | Returns the inverse of the Student's t-distribution |
TREND | TENDENZA | Returns values along a linear trend |
TRIMMEAN | MEDIA.TRONCATA | Returns the mean of the interior of a data set |
TTEST | TEST.T | Returns the probability associated with a Student's t-test |
VAR | VAR | Estimates variance based on a sample |
VARA | VAR.VALORI | Estimates variance based on a sample, including numbers, text, and logical values |
VARP | VAR.POP | Calculates variance based on the entire population |
VARPA | VAR.POP.VALORI | Calculates variance based on the entire population, including numbers, text, and logical values |
WEIBULL | WEIBULL | Returns the Weibull distribution |
ZTEST | TEST.Z | Returns the one-tailed probability-value of a z-test |
Text functions | Funzioni di testo | |
ASC | ASC | Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters |
BAHTTEXT | BAHTTESTO | Converts a number to text, using the ß (baht) currency format |
CHAR | CODICE.CARATT | Returns the character specified by the code number |
CLEAN | LIBERA | Removes all nonprintable characters from text |
CODE | CODICE | Returns a numeric code for the first character in a text string |
CONCATENATE | CONCATENA | Joins several text items into one text item |
DOLLAR | VALUTA | Converts a number to text, using the $ (dollar) currency format |
EXACT | IDENTICO | Checks to see if two text values are identical |
FIND, FINDB | TROVA, TROVA.B | Finds one text value within another (case-sensitive) |
FIXED | FISSO | Formats a number as text with a fixed number of decimals |
JIS | ORDINAMENTO.JIS | Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters |
LEFT, LEFTB | SINISTRA, SINISTRA.B | Returns the leftmost characters from a text value |
LEN, LENB | LUNGHEZZA, LUNB | Returns the number of characters in a text string |
LOWER | MINUSC | Converts text to lowercase |
MID, MIDB | MEDIA, MEDIA.B | Returns a specific number of characters from a text string starting at the position you specify |
PHONETIC | FURIGANA | Extracts the phonetic (furigana) characters from a text string |
PROPER | MAIUSC.INIZ | Capitalizes the first letter in each word of a text value |
REPLACE, REPLACEB | RIMPIAZZA, SOSTITUISCI.B | Replaces characters within text |
REPT | RIPETI | Repeats text a given number of times |
RIGHT, RIGHTB | DESTRA, DESTRA.B | Returns the rightmost characters from a text value |
SEARCH, SEARCHB | RICERCA, CERCA.B | Finds one text value within another (not case-sensitive) |
SUBSTITUTE | SOSTITUISCI | Substitutes new text for old text in a text string |
T | T | Converts its arguments to text |
TEXT | TESTO | Formats a number and converts it to text |
TRIM | ANNULLA.SPAZI | Removes spaces from text |
UPPER | MAIUSC | Converts text to uppercase |
VALUE | VALORE | Converts a text argument to a number |