ABS | Devuelve el valor absoluto de un número. | ABS | Returns the absolute value of a number |
ACOS | Devuelve el arcocoseno de un número. | ACOS | Returns the arccosine of a number |
ACOSH | Devuelve el coseno hiperbólico inverso de un número. | ACOSH | Returns the inverse hyperbolic cosine of a number |
AGREGAR | Devuelve un agregado en una lista o base de datos. | AGGREGATE | Returns an aggregate in a list or database |
AHORA | Devuelve el número de serie correspondiente a la fecha y hora actuales. | NOW | Returns the serial number of the current date and time |
ALEATORIO | Devuelve un número aleatorio entre 0 y 1. | RAND | Returns a random number between 0 and 1 |
ALEATORIO.ENTRE | Devuelve un número aleatorio entre los números que especifique. | RANDBETWEEN | Returns a random number between the numbers you specify |
AMORTIZ.PROGRE | Devuelve la amortización de cada período contable mediante el uso de un coeficiente de amortización. | AMORDEGRC | Returns the depreciation for each accounting period by using a depreciation coefficient |
AO | Convierte un número de serie en un valor de año. | YEAR | Converts a serial number to a year |
AREAS | Devuelve el número de áreas de una referencia. | AREAS | Returns the number of areas in a reference |
ASC | Convierte las letras inglesas o katakana de ancho completo (de dos bytes) dentro de una cadena de caracteres en caracteres de ancho medio (de un byte). | ASC | Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters |
ASENO | Devuelve el arcoseno de un número. | ASIN | Returns the arcsine of a number |
ASENOH | Devuelve el seno hiperbólico inverso de un número. | ASINH | Returns the inverse hyperbolic sine of a number |
ATAN | Devuelve la arcotangente de un número. | ATAN | Returns the arctangent of a number |
ATAN2 | Devuelve la arcotangente de las coordenadas "x" e "y". | ATAN2 | Returns the arctangent from x- and y-coordinates |
ATANH | Devuelve la tangente hiperbólica inversa de un número. | ATANH | Returns the inverse hyperbolic tangent of a number |
BDCONTAR | Cuenta el número de celdas que contienen números en una base de datos. | DCOUNT | Counts the cells that contain numbers in a database |
BDCONTARA | Cuenta el número de celdas no vacías en una base de datos. | DCOUNTA | Counts nonblank cells in a database |
BDDESVEST | Calcula la desviación estándar a partir de una muestra de entradas seleccionadas en la base de datos. | DSTDEV | Estimates the standard deviation based on a sample of selected database entries |
BDDESVESTP | Calcula la desviación estándar a partir de la población total de las entradas seleccionadas de la base de datos. | DSTDEVP | Calculates the standard deviation based on the entire population of selected database entries |
BDEXTRAER | Extrae de una base de datos un único registro que cumple los criterios especificados. | DGET | Extracts from a database a single record that matches the specified criteria |
BDMAX | Devuelve el valor máximo de las entradas seleccionadas de la base de datos. | DMAX | Returns the maximum value from selected database entries |
BDMIN | Devuelve el valor mínimo de las entradas seleccionadas de la base de datos. | DMIN | Returns the minimum value from selected database entries |
BDPRODUCTO | Multiplica los valores de un campo concreto de registros de la base de datos que cumplen los criterios especificados. | DPRODUCT | Multiplies the values in a particular field of records that match the criteria in a database |
BDPROMEDIO | Devuelve el promedio de las entradas seleccionadas en la base de datos. | DAVERAGE | Returns the average of selected database entries |
BDSUMA | Agrega los números de la columna de campo de los registros de la base de datos que cumplen los criterios. | DSUM | Adds the numbers in the field column of records in the database that match the criteria |
BDVAR | Calcula la varianza a partir de una muestra de entradas seleccionadas de la base de datos. | DVAR | Estimates variance based on a sample from selected database entries |
BDVARP | Calcula la varianza a partir de la población total de entradas seleccionadas de la base de datos. | DVARP | Calculates variance based on the entire population of selected database entries |
BESSELI | Devuelve la función Bessel In(x) modificada. | BESSELI | Returns the modified Bessel function In(x) |
BESSELJ | Devuelve la función Bessel Jn(x) | BESSELJ | Returns the Bessel function Jn(x) |
BESSELK | Devuelve la función Bessel Kn(x) modificada. | BESSELK | Returns the modified Bessel function Kn(x) |
BESSELY | Devuelve la función Bessel Yn(x) | BESSELY | Returns the Bessel function Yn(x) |
BIN.A.DEC | Convierte un número binario en decimal. | BIN2DEC | Converts a binary number to decimal |
BIN.A.HEX | Convierte un número binario en hexadecimal. | BIN2HEX | Converts a binary number to hexadecimal |
BIN.A.OCT | Convierte un número binario en octal. | BIN2OCT | Converts a binary number to octal |
BINOM.CRIT | Devuelve el menor valor cuya distribución binomial acumulativa es menor o igual a un valor de criterio. | CRITBINOM | Returns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value |
BUSCAR | Busca valores de un vector o una matriz. | LOOKUP | Looks up values in a vector or array |
BUSCARH | Busca en la fila superior de una matriz y devuelve el valor de la celda indicada. | HLOOKUP | Looks in the top row of an array and returns the value of the indicated cell |
CANTIDAD.RECIBIDA | Devuelve la cantidad recibida al vencimiento de un valor bursátil completamente invertido. | RECEIVED | Returns the amount received at maturity for a fully invested security |
CARCTER | Devuelve el carácter especificado por el número de código. | CHAR | Returns the character specified by the code number |
CELDA | Devuelve información acerca del formato, la ubicación o el contenido de una celda. | CELL | Returns information about the formatting, location, or contents of a cell |
COCIENTE | Devuelve la parte entera de una división. | QUOTIENT | Returns the integer portion of a division |
CODIGO | Devuelve un código numérico del primer carácter de una cadena de texto. | CODE | Returns a numeric code for the first character in a text string |
COEF.DE.CORREL | Devuelve el coeficiente de correlación entre dos conjuntos de datos. | CORREL | Returns the correlation coefficient between two data sets |
COEFICIENTE.ASIMETRIA | Devuelve la asimetría de una distribución. | SKEW | Returns the skewness of a distribution |
COEFICIENTE.R2 | Devuelve el cuadrado del coeficiente de momento de correlación de producto Pearson. | RSQ | Returns the square of the Pearson product moment correlation coefficient |
COINCIDIR | Busca valores de una referencia o una matriz. | MATCH | Looks up values in a reference or array |
COLUMNA | Devuelve el número de columna de una referencia. | COLUMN | Returns the column number of a reference |
COLUMNAS | Devuelve el número de columnas de una referencia. | COLUMNS | Returns the number of columns in a reference |
COMBINAT | Devuelve el número de combinaciones para un número determinado de objetos. | COMBIN | Returns the number of combinations for a given number of objects |
COMPLEJO | Convierte coeficientes reales e imaginarios en un número complejo. | COMPLEX | Converts real and imaginary coefficients into a complex number |
CONCATENAR | Concatena varios elementos de texto en uno solo. | CONCATENATE | Joins several text items into one text item |
CONJUNTOCUBO | Define un conjunto calculado de miembros o tuplas mediante el envío de una expresión de conjunto al cubo en el servidor, lo que crea el conjunto y, después, devuelve dicho conjunto a Microsoft Office Excel. | CUBESET | 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. |
CONSULTAV | Busca en la primera columna de una matriz y se mueve en horizontal por la fila para devolver el valor de una celda. | VLOOKUP | Looks in the first column of an array and moves across the row to return the value of a cell |
CONTAR | Cuenta cuántos números hay en la lista de argumentos. | COUNT | Counts how many numbers are in the list of arguments |
CONTAR.BLANCO | Cuenta el número de celdas en blanco de un rango. | COUNTBLANK | Counts the number of blank cells within a range |
CONTAR.SI | Cuenta el número de celdas, dentro del rango, que cumplen el criterio especificado. | COUNTIF | Counts the number of cells within a range that meet the given criteria |
CONTARA | Cuenta cuántos valores hay en la lista de argumentos. | COUNTA | Counts how many values are in the list of arguments |
CONVERTIR | Convierte un número de un sistema de medida a otro. | CONVERT | Converts a number from one measurement system to another |
COS | Devuelve el coseno de un número. | COS | Returns the cosine of a number |
COSH | Devuelve el coseno hiperbólico de un número. | COSH | Returns the hyperbolic cosine of a number |
COUNTIFS | Cuenta el número de celdas, dentro del rango, que cumplen varios criterios. | COUNTIFS | Counts the number of cells within a range that meet multiple criteria |
COVAR | Devuelve la covarianza, que es el promedio de los productos de las desviaciones para cada pareja de puntos de datos. | COVAR | Returns covariance, the average of the products of paired deviations |
COVARIANCE.P | Devuelve la covarianza, que es el promedio de los productos de las desviaciones para cada pareja de puntos de datos. | COVARIANCE.P | Returns covariance, the average of the products of paired deviations |
COVARIANZA.M | Devuelve la covarianza de ejemplo, que es el promedio de los productos de las desviaciones para cada pareja de puntos de datos en dos conjuntos de datos. | COVARIANCE.S | Returns the sample covariance, the average of the products deviations for each data point pair in two data sets |
CRECIMIENTO | Devuelve valores en una tendencia exponencial. | GROWTH | Returns values along an exponential trend |
CUARTIL | Devuelve el cuartil de un conjunto de datos. | QUARTILE | Returns the quartile of a data set |
CUARTIL.EXC | Devuelve el cuartil del conjunto de datos, basado en los valores percentiles de 0 a 1, exclusivo. | QUARTILE.EXC | Returns the quartile of the data set, based on percentile values from 0..1, exclusive |
CUARTIL.INC | Devuelve el cuartil de un conjunto de datos. | QUARTILE.INC | Returns the quartile of a data set |
CUPON.DIAS | Devuelve el número de días del período (entre dos cupones) donde se encuentra la fecha de liquidación. | COUPDAYS | Returns the number of days in the coupon period that contains the settlement date |
CUPON.DIAS.L1 | Devuelve el número de días desde el principio del período de un cupón hasta la fecha de liquidación. | COUPDAYBS | Returns the number of days from the beginning of the coupon period to the settlement date |
CUPON.DIAS.L2 | Devuelve el número de días desde la fecha de liquidación hasta la fecha del próximo cupón. | COUPDAYSNC | Returns the number of days from the settlement date to the next coupon date |
CUPON.FECHA.L1 | Devuelve la fecha de cupón anterior a la fecha de liquidación. | COUPPCD | Returns the previous coupon date before the settlement date |
CUPON.FECHA.L2 | Devuelve la fecha del próximo cupón después de la fecha de liquidación. | COUPNCD | Returns the next coupon date after the settlement date |
CUPON.NUM | Devuelve el número de pagos de cupón entre la fecha de liquidación y la fecha de vencimiento. | COUPNUM | Returns the number of coupons payable between the settlement date and maturity date |
CURTOSIS | Devuelve la curtosis de un conjunto de datos. | KURT | Returns the kurtosis of a data set |
DB | Devuelve la amortización de un activo durante un período específico a través del método de amortización de saldo fijo. | DB | Returns the depreciation of an asset for a specified period by using the fixed-declining balance method |
DDB | Devuelve la amortización de un activo durante un período específico a través del método de amortización por doble disminución de saldo u otro método que se especifique. | DDB | Returns the depreciation of an asset for a specified period by using the double-declining balance method or some other method that you specify |
DEC.A.BIN | Convierte un número decimal en binario. | DEC2BIN | Converts a decimal number to binary |
DEC.A.HEX | Convierte un número decimal en hexadecimal. | DEC2HEX | Converts a decimal number to hexadecimal |
DEC.A.OCT | Convierte un número decimal en octal. | DEC2OCT | Converts a decimal number to octal |
DECIMAL | Da formato a un número como texto con un número fijo de decimales. | FIXED | Formats a number as text with a fixed number of decimals |
DELTA | Comprueba si dos valores son iguales. | DELTA | Tests whether two values are equal |
DERECHA | Devuelve los caracteres del lado derecho de un valor de texto. | RIGHT | Returns the rightmost characters from a text value |
DERECHAB | Devuelve los caracteres del lado derecho de un valor de texto. | RIGHTB | Returns the rightmost characters from a text value |
DESREF | Devuelve un desplazamiento de referencia respecto a una referencia dada. | OFFSET | Returns a reference offset from a given reference |
DESVEST | Calcula la desviación estándar a partir de una muestra. | STDEV | Estimates standard deviation based on a sample |
DESVEST.M | Calcula la desviación estándar a partir de una muestra. | STDEV.S | Estimates standard deviation based on a sample |
DESVEST.P | Calcula la desviación estándar en función de toda la población. | STDEV.P | Calculates standard deviation based on the entire population |
DESVESTA | Calcula la desviación estándar a partir de una muestra, incluidos números, texto y valores lógicos. | STDEVA | Estimates standard deviation based on a sample, including numbers, text, and logical values |
DESVESTP | Calcula la desviación estándar en función de toda la población. | STDEVP | Calculates standard deviation based on the entire population |
DESVESTPA | Calcula la desviación estándar en función de toda la población, incluidos números, texto y valores lógicos. | STDEVPA | Calculates standard deviation based on the entire population, including numbers, text, and logical values |
DESVIA2 | Devuelve la suma de los cuadrados de las desviaciones. | DEVSQ | Returns the sum of squares of deviations |
DESVPROM | Devuelve el promedio de las desviaciones absolutas de la media de los puntos de datos. | AVEDEV | Returns the average of the absolute deviations of data points from their mean |
DIA | Convierte un número de serie en un valor de día del mes. | DAY | Converts a serial number to a day of the month |
DIA.LAB | Devuelve el número de serie de la fecha que tiene lugar antes o después de un número determinado de días laborables. | WORKDAY | Returns the serial number of the date before or after a specified number of workdays |
DIA.LAB.INTL | Devuelve el número de serie de la fecha anterior o posterior a un número especificado de días laborables usando parámetros para indicar cuáles y cuántos son días de fin de semana. | WORKDAY.INTL | Returns the serial number of the date before or after a specified number of workdays using parameters to indicate which and how many days are weekend days |
DIAS.LAB | Devuelve el número de todos los días laborables existentes entre dos fechas. | NETWORKDAYS | Returns the number of whole workdays between two dates |
DIAS.LAB.INTL | Devuelve el número de todos los días laborables entre dos fechas mediante parámetros para indicar cuáles y cuántos son días de fin de semana. | NETWORKDAYS.INTL | Returns the number of whole workdays between two dates using parameters to indicate which and how many days are weekend days |
DIAS360 | Calcula el número de días entre dos fechas a partir de un año de 360 días. | DAYS360 | Calculates the number of days between two dates based on a 360-day year |
DIASEM | Convierte un número de serie en un valor de día de la semana. | WEEKDAY | Converts a serial number to a day of the week |
DIRECCION | Devuelve una referencia como texto a una sola celda de una hoja de cálculo. | ADDRESS | Returns a reference as text to a single cell in a worksheet |
DIST.WEIBULL | Calcula la varianza en función de toda la población, incluidos números, texto y valores lógicos. | WEIBULL | Calculates variance based on the entire population, including numbers, text, and logical values |
DISTR.BETA | Devuelve la función de distribución beta acumulativa. | BETADIST | Returns the beta cumulative distribution function |
DISTR.BETA.INV | Devuelve la función inversa de la función de distribución acumulativa de una distribución beta especificada. | BETAINV | Returns the inverse of the cumulative distribution function for a specified beta distribution |
DISTR.BETA.N | Devuelve la función de distribución beta acumulativa. | BETA.DIST | Returns the beta cumulative distribution function |
DISTR.BINOM | Devuelve la probabilidad de una variable aleatoria discreta siguiendo una distribución binomial. | BINOMDIST | Returns the individual term binomial distribution probability |
DISTR.BINOM.N | Devuelve la probabilidad de una variable aleatoria discreta siguiendo una distribución binomial. | BINOM.DIST | Returns the individual term binomial distribution probability |
DISTR.CHI | Devuelve la probabilidad de una cola de distribución chi cuadrado. | CHIDIST | Returns the one-tailed probability of the chi-squared distribution |
DISTR.CHICUAD | Devuelve la función de densidad de probabilidad beta acumulativa. | CHISQ.DIST | Returns the cumulative beta probability density function |
DISTR.CHICUAD.CD | Devuelve la probabilidad de una cola de distribución chi cuadrado. | CHISQ.DIST.RT | Returns the one-tailed probability of the chi-squared distribution |
DISTR.EXP | Devuelve la distribución exponencial. | EXPONDIST | Returns the exponential distribution |
DISTR.EXP.N | Devuelve la distribución exponencial. | EXPON.DIST | Returns the exponential distribution |
DISTR.F | Devuelve la distribución de probabilidad F. | FDIST | Returns the F probability distribution |
DISTR.F.CD | Devuelve la distribución de probabilidad F. | F.DIST.RT | Returns the F probability distribution |
DISTR.F.INV | Devuelve la función inversa de la distribución de probabilidad F. | FINV | Returns the inverse of the F probability distribution |
DISTR.F.N | Devuelve la distribución de probabilidad F. | F.DIST | Returns the F probability distribution |
DISTR.GAMMA | Devuelve la distribución gamma. | GAMMADIST | Returns the gamma distribution |
DISTR.GAMMA.INV | Devuelve la función inversa de la distribución gamma acumulativa. | GAMMAINV | Returns the inverse of the gamma cumulative distribution |
DISTR.GAMMA.N | Devuelve la distribución gamma. | GAMMA.DIST | Returns the gamma distribution |
DISTR.HIPERGEOM | Devuelve la distribución hipergeométrica. | HYPGEOMDIST | Returns the hypergeometric distribution |
DISTR.HIPERGEOM.N | Devuelve la distribución hipergeométrica. | HYPGEOM.DIST | Returns the hypergeometric distribution |
DISTR.LOG.INV | Devuelve la función inversa de la distribución logarítmica normal acumulativa. | LOGINV | Returns the inverse of the lognormal cumulative distribution |
DISTR.LOG.NORM | Devuelve la distribución logarítmico-normal acumulativa. | LOGNORMDIST | Returns the cumulative lognormal distribution |
DISTR.LOGNORM | Devuelve la distribución logarítmico-normal acumulativa. | LOGNORM.DIST | Returns the cumulative lognormal distribution |
DISTR.NORM | Devuelve la distribución normal acumulativa. | NORMDIST | Returns the normal cumulative distribution |
DISTR.NORM.ESTAND | Devuelve la distribución normal estándar acumulativa. | NORMSDIST | Returns the standard normal cumulative distribution |
DISTR.NORM.ESTAND.INV | Devuelve la función inversa de la distribución normal estándar acumulativa. | NORMSINV | Returns the inverse of the standard normal cumulative distribution |
DISTR.NORM.ESTAND.N | Devuelve la distribución normal estándar acumulativa. | NORM.S.DIST | Returns the standard normal cumulative distribution |
DISTR.NORM.INV | Devuelve la función inversa de la distribución normal acumulativa. | NORMINV | Returns the inverse of the normal cumulative distribution |
DISTR.NORM.N | Devuelve la distribución normal acumulativa. | NORM.DIST | Returns the normal cumulative distribution |
DISTR.T | Devuelve la distribución de t de Student. | TDIST | Returns the Student's t-distribution |
DISTR.T.2C | Devuelve los puntos porcentuales (probabilidad) de la distribución t de Student. | T.DIST.2T | Returns the Percentage Points (probability) for the Student t-distribution |
DISTR.T.CD | Devuelve la distribución de t de Student. | T.DIST.RT | Returns the Student's t-distribution |
DISTR.T.INV | Devuelve la función inversa de la distribución de t de Student. | TINV | Returns the inverse of the Student's t-distribution |
DISTR.T.N | Devuelve los puntos porcentuales (probabilidad) de la distribución t de Student. | T.DIST | Returns the Percentage Points (probability) for the Student t-distribution |
DISTR.WEIBULL | Devuelve la distribución de Weibull. | WEIBULL.DIST | Returns the Weibull distribution |
DURACION | Devuelve la duración anual de un valor bursátil con pagos de interés periódico. | DURATION | Returns the annual duration of a security with periodic interest payments |
DURACION.MODIF | Devuelve la duración de Macauley modificada de un valor bursátil con un valor nominal supuesto de 100 $. | MDURATION | Returns the Macauley modified duration for a security with an assumed par value of $100 |
DVS | Devuelve la amortización de un activo durante un período específico o parcial a través del método de cálculo del saldo en disminución. | VDB | Returns the depreciation of an asset for a specified or partial period by using a declining balance method |
ELEGIR | Elige un valor de una lista de valores. | CHOOSE | Chooses a value from a list of values |
ENCONTRAR | Busca un valor de texto dentro de otro (distingue mayúsculas de minúsculas). | FIND | Finds one text value within another (case-sensitive) |
ENCONTRARB | Busca un valor de texto dentro de otro (distingue mayúsculas de minúsculas). | FINDB | Finds one text value within another (case-sensitive) |
ENTERO | Redondea un número hacia abajo hasta el número entero más cercano. | INT | Rounds a number down to the nearest integer |
ERROR.TIPICO.XY | Devuelve el error estándar del valor de "y" previsto para cada "x" de la regresión. | STEYX | Returns the standard error of the predicted y-value for each x in the regression |
ES.IMPAR | Devuelve VERDADERO si el número es impar. | ISODD | Returns TRUE if the number is odd |
ESBLANCO | Devuelve VERDADERO si el valor está en blanco. | ISBLANK | Returns TRUE if the value is blank |
ESERR | Devuelve VERDADERO si el valor está en blanco. | ISERR | Returns TRUE if the value is any error value except #N/A |
ESERROR | Devuelve VERDADERO si el valor está en blanco. | ISERROR | Returns TRUE if the value is any error value |
ESLOGICO | Devuelve VERDADERO si el valor está en blanco. | ISLOGICAL | Returns TRUE if the value is a logical value |
ESNOD | Devuelve VERDADERO si el valor está en blanco. | ISNA | Returns TRUE if the value is the #N/A error value |
ESNOTEXTO | Devuelve VERDADERO si el valor está en blanco. | ISNONTEXT | Returns TRUE if the value is not text |
ESNUMERO | Devuelve VERDADERO si el valor está en blanco. | ISNUMBER | Returns TRUE if the value is a number |
ESPACIOS | Quita los espacios del texto. | TRIM | Removes spaces from text |
ESREF | Devuelve VERDADERO si el valor está en blanco. | ISREF | Returns TRUE if the value is a reference |
ESTEXTO | Devuelve VERDADERO si el valor está en blanco. | ISTEXT | Returns TRUE if the value is text |
ESTIMACION.LINEAL | Devuelve los parámetros de una tendencia lineal. | LINEST | Returns the parameters of a linear trend |
ESTIMACION.LOGARITMICA | Devuelve los parámetros de una tendencia exponencial. | LOGEST | Returns the parameters of an exponential trend |
EUROCONVERT | Convierte un número a euros, convierte un número de euros a la moneda de un estado que ha adoptado el euro, o bien convierte un número de una moneda de un estado que ha adoptado el euro a otro utilizando el euro como moneda intermedia (triangulación). | 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). |
EXP | Devuelve e elevado a la potencia de un número dado. | EXP | Returns e raised to the power of a given number |
EXTRAE | Devuelve un número específico de caracteres de una cadena de texto que comienza en la posición que se especifique. | MID | Returns a specific number of characters from a text string starting at the position you specify |
EXTRAEB | Devuelve un número específico de caracteres de una cadena de texto que comienza en la posición que se especifique. | MIDB | Returns a specific number of characters from a text string starting at the position you specify |
FACT | Devuelve el factorial de un número. | FACT | Returns the factorial of a number |
FACT.DOBLE | Devuelve el factorial doble de un número. | FACTDOUBLE | Returns the double factorial of a number |
FALSO | Devuelve el valor lógico FALSO. | FALSE | Returns the logical value FALSE |
FECHA | Devuelve el número de serie correspondiente a una fecha determinada. | DATE | Returns the serial number of a particular date |
FECHA.MES | Devuelve el número de serie de la fecha equivalente al número indicado de meses anteriores o posteriores a la fecha inicial. | EDATE | Returns the serial number of the date that is the indicated number of months before or after the start date |
FECHANUMERO | Convierte una fecha con formato de texto en un valor de número de serie. | DATEVALUE | Converts a date in the form of text to a serial number |
FILA | Devuelve el número de fila de una referencia. | ROW | Returns the row number of a reference |
FILAS | Devuelve el número de filas de una referencia. | ROWS | Returns the number of rows in a reference |
FIN.MES | Devuelve el número de serie correspondiente al último día del mes anterior o posterior a un número de meses especificado. | EOMONTH | Returns the serial number of the last day of the month before or after a specified number of months |
FISHER | Devuelve la transformación Fisher. | FISHER | Returns the Fisher transformation |
FONETICO | Extrae los caracteres fonéticos (furigana) de una cadena de texto. | PHONETIC | Extracts the phonetic (furigana) characters from a text string |
FRAC.AO | Devuelve la fracción de año que representa el número total de días existentes entre el valor de fecha_inicial y el de fecha_final | YEARFRAC | Returns the year fraction representing the number of whole days between start_date and end_date |
FRECUENCIA | Devuelve una distribución de frecuencia como una matriz vertical. | FREQUENCY | Returns a frequency distribution as a vertical array |
FUN.ERROR | Devuelve la función de error. | ERF | Returns the error function |
FUN.ERROR.COMPL | Devuelve la función de error complementaria. | ERFC | Returns the complementary error function |
FUN.ERROR.COMPL.EXACTO | Devuelve la función FUN.ERROR complementaria entre x e infinito. | ERFC.PRECISE | Returns the complementary ERF function integrated between x and infinity |
FUN.ERROR.EXACTO | Devuelve la función de error. | ERF.PRECISE | Returns the error function |
GAMMA.LN | Devuelve el logaritmo natural de la función gamma, Γ(x). | GAMMALN | Returns the natural logarithm of the gamma function, Γ(x) |
GAMMA.LN.EXACTO | Devuelve el logaritmo natural de la función gamma, Γ(x). | GAMMALN.PRECISE | Returns the natural logarithm of the gamma function, Γ(x) |
GRADOS | Convierte grados en radianes. | DEGREES | Converts radians to degrees |
HALLAR | Busca un valor de texto dentro de otro (no distingue mayúsculas de minúsculas). | SEARCH | Finds one text value within another (not case-sensitive) |
HALLARB | Busca un valor de texto dentro de otro (no distingue mayúsculas de minúsculas). | SEARCHB | Finds one text value within another (not case-sensitive) |
HEX.A.BIN | Convierte un número hexadecimal en binario. | HEX2BIN | Converts a hexadecimal number to binary |
HEX.A.DEC | Convierte un número hexadecimal en decimal. | HEX2DEC | Converts a hexadecimal number to decimal |
HEX.A.OCT | Convierte un número hexadecimal en octal. | HEX2OCT | Converts a hexadecimal number to octal |
HIPERVINCULO | Crea un acceso directo o un salto que abre un documento almacenado en un servidor de red, en una intranet o en Internet. | HYPERLINK | Creates a shortcut or jump that opens a document stored on a network server, an intranet, or the Internet |
HORA | Convierte un número de serie en un valor de hora. | HOUR | Converts a serial number to an hour |
HOY | Devuelve el número de serie correspondiente al día actual. | TODAY | Returns the serial number of today's date |
ID.REGISTRO | Devuelve el número de identificación del registro de la biblioteca de vínculos dinámicos (DLL) especificada o del recurso de código previamente registrado. | REGISTER.ID | Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered |
IGUAL | Comprueba si dos valores de texto son idénticos. | EXACT | Checks to see if two text values are identical |
IM.ABS | Devuelve el valor absoluto (módulo) de un número complejo. | IMABS | Returns the absolute value (modulus) of a complex number |
IM.ANGULO | Devuelve el argumento theta, un ángulo expresado en radianes. | IMARGUMENT | Returns the argument theta, an angle expressed in radians |
IM.CONJUGADA | Devuelve la conjugada compleja de un número complejo. | IMCONJUGATE | Returns the complex conjugate of a complex number |
IM.COS | Devuelve el coseno de un número complejo. | IMCOS | Returns the cosine of a complex number |
IM.DIV | Devuelve el cociente de dos números complejos. | IMDIV | Returns the quotient of two complex numbers |
IM.EXP | Devuelve el valor exponencial de un número complejo. | IMEXP | Returns the exponential of a complex number |
IM.LN | Devuelve el logaritmo natural (neperiano) de un número complejo. | IMLN | Returns the natural logarithm of a complex number |
IM.LOG10 | Devuelve el logaritmo en base 10 de un número complejo. | IMLOG10 | Returns the base-10 logarithm of a complex number |
IM.LOG2 | Devuelve el logaritmo en base 2 de un número complejo. | IMLOG2 | Returns the base-2 logarithm of a complex number |
IM.POT | Devuelve un número complejo elevado a una potencia entera. | IMPOWER | Returns a complex number raised to an integer power |
IM.PRODUCT | Devuelve el producto de números complejos. | IMPRODUCT | Returns the product of complex numbers |
IM.RAIZ2 | Devuelve la raíz cuadrada de un número complejo. | IMSQRT | Returns the square root of a complex number |
IM.REAL | Devuelve el coeficiente real de un número complejo. | IMREAL | Returns the real coefficient of a complex number |
IM.SENO | Devuelve el seno de un número complejo. | IMSIN | Returns the sine of a complex number |
IM.SUM | Devuelve la suma de números complejos. | IMSUM | Returns the sum of complex numbers |
IM.SUSTR | Devuelve la diferencia entre dos números complejos. | IMSUB | Returns the difference between two complex numbers |
IMAGINARIO | Devuelve el coeficiente imaginario de un número complejo. | IMAGINARY | Returns the imaginary coefficient of a complex number |
IMPORTARDATOSDINAMICOS | Devuelve los datos almacenados en un informe de tabla dinámica. | GETPIVOTDATA | Returns data stored in a PivotTable report |
INDICE | Usa un índice para elegir un valor de una referencia o matriz. | INDEX | Uses an index to choose a value from a reference or array |
INDIRECTO | Devuelve una referencia indicada por un valor de texto. | INDIRECT | Returns a reference indicated by a text value |
INFO | Devuelve información acerca del entorno operativo en uso. | INFO | Returns information about the current operating environment |
INT.ACUM | Devuelve el interés acumulado de un valor bursátil con pagos de interés periódicos. | ACCRINT | Returns the accrued interest for a security that pays periodic interest |
INT.ACUM.V | Devuelve el interés acumulado de un valor bursátil con pagos de interés al vencimiento. | ACCRINTM | Returns the accrued interest for a security that pays interest at maturity |
INT.EFECTIVO | Devuelve la tasa de interés anual efectiva. | EFFECT | Returns the effective annual interest rate |
INT.PAGO.DIR | Calcula el interés pagado durante un período específico de una inversión. | ISPMT | Calculates the interest paid during a specific period of an investment |
INTERSECCION.EJE | Devuelve la intersección de la línea de regresión lineal. | INTERCEPT | Returns the intercept of the linear regression line |
INTERVALO.CONFIANZA | Devuelve el intervalo de confianza de la media de una población. | CONFIDENCE | Returns the confidence interval for a population mean |
INTERVALO.CONFIANZA.NORM | Devuelve el intervalo de confianza de la media de una población. | CONFIDENCE.NORM | Returns the confidence interval for a population mean |
INTERVALO.CONFIANZA.T | Devuelve el intervalo de confianza para la media de una población, usando una distribución t de Student. | CONFIDENCE.T | Returns the confidence interval for a population mean, using a Student's t distribution |
INV.BETA.N | Devuelve la función inversa de la función de distribución acumulativa de una distribución beta especificada. | BETA.INV | Returns the inverse of the cumulative distribution function for a specified beta distribution |
INV.BINOM | Devuelve el menor valor cuya distribución binomial acumulativa es menor o igual a un valor de criterio. | BINOM.INV | Returns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value |
INV.CHICUAD | Devuelve la función de densidad de probabilidad beta acumulativa. | CHISQ.INV | Returns the cumulative beta probability density function |
INV.CHICUAD.CD | Devuelve la función inversa de la probabilidad de una cola de la distribución chi cuadrado. | CHISQ.INV.RT | Returns the inverse of the one-tailed probability of the chi-squared distribution |
INV.F | Devuelve la función inversa de la distribución de probabilidad F. | F.INV | Returns the inverse of the F probability distribution |
INV.F.CD | Devuelve la función inversa de la distribución de probabilidad F. | F.INV.RT | Returns the inverse of the F probability distribution |
INV.GAMMA | Devuelve la función inversa de la distribución gamma acumulativa. | GAMMA.INV | Returns the inverse of the gamma cumulative distribution |
INV.LOGNORM | Devuelve la función inversa de la distribución logarítmica normal acumulativa. | LOGNORM.INV | Returns the inverse of the lognormal cumulative distribution |
INV.NORM | Devuelve la función inversa de la distribución normal acumulativa. | NORM.INV | Returns the inverse of the normal cumulative distribution |
INV.NORM.ESTAND | R Devuelve la función inversa de la distribución normal estándar acumulativa. | NORM.S.INV | R eturns the inverse of the standard normal cumulative distribution |
INV.T | Devuelve el valor t de la distribución t de Student en función de la probabilidad y los grados de libertad. | T.INV | Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom |
INV.T.2C | Devuelve la función inversa de la distribución de t de Student. | T.INV.2T | Returns the inverse of the Student's t-distribution |
IZQUIERDA | Devuelve los caracteres del lado izquierdo de un valor de texto. | LEFT | Returns the leftmost characters from a text value |
IZQUIERDAB | Devuelve los caracteres del lado izquierdo de un valor de texto. | LEFTB | Returns the leftmost characters from a text value |
JERARQUIA | Devuelve la jerarquía de un número en una lista de números. | RANK | Returns the rank of a number in a list of numbers |
JERARQUIA.EQV | Devuelve la jerarquía de un número en una lista de números. | RANK.EQ | Returns the rank of a number in a list of numbers |
JERARQUIA.MEDIA | Devuelve la jerarquía de un número en una lista de números. | RANK.AVG | Returns the rank of a number in a list of numbers |
JIS | Convierte las letras inglesas o katakana de ancho medio (de un byte) dentro de una cadena de caracteres en caracteres de ancho completo (de dos bytes). | JIS | Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters |
K.ESIMO.MAYOR | Devuelve el k-ésimo mayor valor de un conjunto de datos. | LARGE | Returns the k-th largest value in a data set |
K.ESIMO.MENOR | Devuelve el k-ésimo menor valor de un conjunto de datos. | SMALL | Returns the k-th smallest value in a data set |
LARGO | Devuelve el número de caracteres de una cadena de texto. | LEN | Returns the number of characters in a text string |
LARGOB | Devuelve el número de caracteres de una cadena de texto. | LENB | Returns the number of characters in a text string |
LETRA.DE.TES.PRECIO | Devuelve el precio por un valor nominal de 100 $ de una letra del Tesoro (de EE.UU.). | TBILLPRICE | Returns the price per $100 face value for a Treasury bill |
LETRA.DE.TES.RENDTO | Devuelve el rendimiento de una letra del Tesoro (de EE.UU.). | TBILLYIELD | Returns the yield for a Treasury bill |
LETRA.DE.TEST.EQV.A.BONO | Devuelve el rendimiento de un bono equivalente a una letra del Tesoro (de EE.UU.). | TBILLEQ | Returns the bond-equivalent yield for a Treasury bill |
LIMPIAR | Quita del texto todos los caracteres no imprimibles. | CLEAN | Removes all nonprintable characters from text |
LLAMAR | Llama a un procedimiento de una biblioteca de vínculos dinámicos o de un recurso de código. | CALL | Calls a procedure in a dynamic link library or code resource |
LN | Devuelve el logaritmo natural de un número. | LN | Returns the natural logarithm of a number |
LOG | Devuelve el logaritmo de un número en una base especificada. | LOG | Returns the logarithm of a number to a specified base |
LOG10 | Devuelve el logaritmo en base 10 de un número. | LOG10 | Returns the base-10 logarithm of a number |
M.C.D | Devuelve el máximo común divisor. | GCD | Returns the greatest common divisor |
MAX | Devuelve el valor máximo de una lista de argumentos. | MAX | Returns the maximum value in a list of arguments |
MAXA | Devuelve el valor máximo de una lista de argumentos, incluidos números, texto y valores lógicos. | MAXA | Returns the maximum value in a list of arguments, including numbers, text, and logical values |
MAYOR.O.IGUAL | Comprueba si un número es mayor que un valor de umbral. | GESTEP | Tests whether a number is greater than a threshold value |
MAYUSC | Pone el texto en mayúsculas. | UPPER | Converts text to uppercase |
MDETERM | Devuelve el determinante matricial de una matriz. | MDETERM | Returns the matrix determinant of an array |
MEDIA.ACOTADA | Devuelve la media del interior de un conjunto de datos. | TRIMMEAN | Returns the mean of the interior of a data set |
MEDIA.ARMO | Devuelve la media armónica. | HARMEAN | Returns the harmonic mean |
MEDIA.GEOM | Devuelve la media geométrica. | GEOMEAN | Returns the geometric mean |
MEDIANA | Devuelve la mediana de los números dados. | MEDIAN | Returns the median of the given numbers |
MES | Convierte un número de serie en un valor de mes. | MONTH | Converts a serial number to a month |
MIEMBROCUBO | Devuelve un miembro o tupla en una jerarquía de cubo. Se usa para validar la existencia del miembro o la tupla en el cubo. | CUBEMEMBER | Returns a member or tuple in a cube hierarchy. Use to validate that the member or tuple exists in the cube. |
MIEMBROKPICUBO | Devuelve un nombre, propiedad y medida de indicador de rendimiento clave (KPI) y muestra el nombre y la propiedad en la celda. Un KPI es una medida cuantificable, como los beneficios brutos mensuales o la facturación trimestral por empleado, que se usa para supervisar el rendimiento de una organización. | CUBEKPIMEMBER | 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. |
MIEMBRORANGOCUBO | Devuelve el miembro n, o clasificado, de un conjunto. Se utiliza para devolver uno o más elementos de un conjunto, por ejemplo, el cantante que más discos vende o los 10 mejores alumnos. | CUBERANKEDMEMBER | 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. |
MIN | Devuelve el valor mínimo de una lista de argumentos. | MIN | Returns the minimum value in a list of arguments |
MINA | Devuelve el valor mínimo de una lista de argumentos, incluidos números, texto y valores lógicos. | MINA | Returns the smallest value in a list of arguments, including numbers, text, and logical values |
MINUSC | Pone el texto en minúsculas. | LOWER | Converts text to lowercase |
MINUTO | Convierte un número de serie en un valor de minuto. | MINUTE | Converts a serial number to a minute |
MINVERSA | Devuelve la matriz inversa de una matriz. | MINVERSE | Returns the matrix inverse of an array |
MMULT | Devuelve el producto matricial de dos matrices. | MMULT | Returns the matrix product of two arrays |
MODA | Devuelve el valor más común de un conjunto de datos | MODE | Returns the most common value in a data set |
MODA.UNO | Devuelve el valor más común de un conjunto de datos | MODE.SNGL | Returns the most common value in a data set |
MODA.VARIOS | Devuelve una matriz vertical de los valores que se repiten con más frecuencia en una matriz o rango de datos. | MODE.MULT | Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data |
MONEDA | Convierte un número en texto, con el formato de moneda $ (dólar). | DOLLAR | Converts a number to text, using the $ (dollar) currency format |
MONEDA.DEC | Convierte un precio en dólar, expresado como fracción, en un precio en dólares, expresado como número decimal. | DOLLARDE | Converts a dollar price, expressed as a fraction, into a dollar price, expressed as a decimal number |
MONEDA.FRAC | Convierte un precio en dólar, expresado como número decimal, en un precio en dólares, expresado como una fracción. | DOLLARFR | Converts a dollar price, expressed as a decimal number, into a dollar price, expressed as a fraction |
MULTINOMIAL | Devuelve el polinomio de un conjunto de números. | MULTINOMIAL | Returns the multinomial of a set of numbers |
MULTIPLO.INFERIOR | Redondea un número hacia abajo, hacia el cero. | FLOOR | Rounds a number down, toward zero |
MULTIPLO.INFERIOR.EXACTO | Redondea un número hacia el entero o el múltiplo significativo más próximo. El número se redondea hacia arriba, independientemente de su signo. | FLOOR.PRECISE | Rounds a number the nearest integer or to the nearest multiple of significance. Regardless of the sign of the number, the number is rounded up. |
MULTIPLO.SUPERIOR | Redondea un número al entero más próximo o al múltiplo significativo más cercano. | CEILING | Rounds a number to the nearest integer or to the nearest multiple of significance |
MULTIPLO.SUPERIOR.EXACTO | Redondea un número hacia el entero o el múltiplo significativo más próximo. El número se redondea hacia arriba, independientemente de su signo. | CEILING.PRECISE | Rounds a number the nearest integer or to the nearest multiple of significance. Regardless of the sign of the number, the number is rounded up. |
MULTIPLO.SUPERIOR.ISO | Devuelve un número que se redondea hacia arriba al número entero más próximo o al múltiplo significativo más cercano. | ISO.CEILING | Returns a number that is rounded up to the nearest integer or to the nearest multiple of significance |
N | Devuelve un valor convertido en un número. | N | Returns a value converted to a number |
NEGBINOM.DIST | Devuelve la distribución binomial negativa. | NEGBINOM.DIST | Returns the negative binomial distribution |
NEGBINOMDIST | Devuelve la distribución binomial negativa. | NEGBINOMDIST | Returns the negative binomial distribution |
NO | Invierte el valor lógico del argumento. | NOT | Reverses the logic of its argument |
NOD | Devuelve el valor de error #N/A. | NA | Returns the error value #N/A |
NOMPROPIO | Pone en mayúscula la primera letra de cada palabra de un valor de texto. | PROPER | Capitalizes the first letter in each word of a text value |
NORMALIZACION | Devuelve un valor normalizado. | STANDARDIZE | Returns a normalized value |
NPER | Devuelve el número de períodos de una inversión. | NPER | Returns the number of periods for an investment |
NSHORA | Devuelve el número de serie correspondiente a una hora determinada. | TIME | Returns the serial number of a particular time |
NUM.DE.SEMANA | Convierte un número de serie en un número que representa el lugar numérico correspondiente a una semana de un año. | WEEKNUM | Converts a serial number to a number representing where the week falls numerically with a year |
NUMERO.ROMANO | Convierte un número arábigo en número romano con formato de texto. | ROMAN | Converts an arabic numeral to roman, as text |
O | Devuelve VERDADERO si cualquier argumento es VERDADERO. | OR | Returns TRUE if any argument is TRUE |
OCT.A.BIN | Convierte un número octal en binario. | OCT2BIN | Converts an octal number to binary |
OCT.A.DEC | Convierte un número octal en decimal. | OCT2DEC | Converts an octal number to decimal |
OCT.A.HEX | Convierte un número octal en hexadecimal. | OCT2HEX | Converts an octal number to hexadecimal |
PAGO | Devuelve el pago periódico de una anualidad. | PMT | Returns the periodic payment for an annuity |
PAGO.INT.ENTRE | Devuelve el interés acumulado pagado entre dos períodos. | CUMIPMT | Returns the cumulative interest paid between two periods |
PAGO.PRINC.ENTRE | Devuelve el capital acumulado pagado de un préstamo entre dos períodos. | CUMPRINC | Returns the cumulative principal paid on a loan between two periods |
PAGOINT | Devuelve el pago de intereses de una inversión durante un período determinado. | IPMT | Returns the interest payment for an investment for a given period |
PAGOPRIN | Devuelve el pago de capital de una inversión durante un período determinado. | PPMT | Returns the payment on the principal for an investment for a given period |
PEARSON | Devuelve el coeficiente de momento de correlación de producto Pearson. | PEARSON | Returns the Pearson product moment correlation coefficient |
PENDIENTE | Devuelve la pendiente de la línea de regresión lineal. | SLOPE | Returns the slope of the linear regression line |
PERCENTIL | Devuelve el k-ésimo percentil de los valores de un rango. | PERCENTILE | Returns the k-th percentile of values in a range |
PERCENTIL.EXC | Devuelve el k-ésimo percentil de los valores de un rango, donde k está en el rango 0..1, exclusivo. | PERCENTILE.EXC | Returns the k-th percentile of values in a range, where k is in the range 0..1, exclusive |
PERCENTIL.INC | Devuelve el k-ésimo percentil de los valores de un rango. | PERCENTILE.INC | Returns the k-th percentile of values in a range |
PERMUTACIONES | Devuelve el número de permutaciones de un número determinado de objetos. | PERMUT | Returns the number of permutations for a given number of objects |
PI | Devuelve el valor de pi. | PI | Returns the value of pi |
POISSON | Devuelve la distribución de Poisson. | POISSON | Returns the Poisson distribution |
POISSON.DIST | Devuelve la distribución de Poisson. | POISSON.DIST | Returns the Poisson distribution |
POTENCIA | Devuelve el resultado de elevar un número a una potencia. | POWER | Returns the result of a number raised to a power |
PRECIO | Devuelve el precio por un valor nominal de 100 $ de un valor bursátil que paga una tasa de interés periódico. | PRICE | Returns the price per $100 face value of a security that pays periodic interest |
PRECIO.DESCUENTO | Devuelve el precio por un valor nominal de 100 $ de un valor bursátil con descuento. | PRICEDISC | Returns the price per $100 face value of a discounted security |
PRECIO.PER.IRREGULAR.1 | Devuelve el precio por un valor nominal de 100 $ de un valor bursátil con un primer período impar. | ODDFPRICE | Returns the price per $100 face value of a security with an odd first period |
PRECIO.PER.IRREGULAR.2 | Devuelve el precio por un valor nominal de 100 $ de un valor bursátil con un último período impar. | ODDLPRICE | Returns the price per $100 face value of a security with an odd last period |
PRECIO.VENCIMIENTO | Devuelve el precio por un valor nominal de 100 $ de un valor bursátil que paga interés a su vencimiento. | PRICEMAT | Returns the price per $100 face value of a security that pays interest at maturity |
PROBABILIDAD | Devuelve la probabilidad de que los valores de un rango se encuentren entre dos límites. | PROB | Returns the probability that values in a range are between two limits |
PRODUCTO | Multiplica sus argumentos. | PRODUCT | Multiplies its arguments |
PROMEDIO | Devuelve el promedio de sus argumentos. | AVERAGE | Returns the average of its arguments |
PROMEDIO.SI | Devuelve el promedio (media aritmética) de todas las celdas de un rango que cumplen unos criterios determinados. | AVERAGEIF | Returns the average (arithmetic mean) of all the cells in a range that meet a given criteria |
PROMEDIO.SI.CONJUNTO | Devuelve el promedio (media aritmética) de todas las celdas que cumplen múltiples criterios. | AVERAGEIFS | Returns the average (arithmetic mean) of all cells that meet multiple criteria. |
PROMEDIOA | Devuelve el promedio de sus argumentos, incluidos números, texto y valores lógicos. | AVERAGEA | Returns the average of its arguments, including numbers, text, and logical values |
PRONOSTICO | Devuelve un valor en una tendencia lineal. | FORECAST | Returns a value along a linear trend |
PROPIEDADMIEMBROCUBO | Devuelve el valor de una propiedad de miembro del cubo. Se usa para validar la existencia de un nombre de miembro en el cubo y para devolver la propiedad especificada para este miembro. | CUBEMEMBERPROPERTY | 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. |
PRUEBA.CHI | Devuelve la prueba de independencia. | CHITEST | Returns the test for independence |
PRUEBA.CHI.INV | Devuelve la función inversa de la probabilidad de una cola de la distribución chi cuadrado. | CHIINV | Returns the inverse of the one-tailed probability of the chi-squared distribution |
PRUEBA.CHICUAD | Devuelve la prueba de independencia. | CHISQ.TEST | Returns the test for independence |
PRUEBA.F | None | FTEST | None |
PRUEBA.F.N | Devuelve el resultado de una prueba F. | F.TEST | Returns the result of an F-test |
PRUEBA.FISHER.INV | Devuelve la función inversa de la transformación Fisher. | FISHERINV | Returns the inverse of the Fisher transformation |
PRUEBA.T | Devuelve la probabilidad asociada a una prueba t de Student. | TTEST | Returns the probability associated with a Student's t-test |
PRUEBA.T.N | Devuelve la probabilidad asociada a una prueba t de Student. | T.TEST | Returns the probability associated with a Student's t-test |
PRUEBA.Z | Devuelve el valor de una probabilidad de una cola de una prueba z. | ZTEST | Returns the one-tailed probability-value of a z-test |
PRUEBA.Z.N | Devuelve el valor de una probabilidad de una cola de una prueba z. | Z.TEST | Returns the one-tailed probability-value of a z-test |
RADIANES | Convierte grados en radianes. | RADIANS | Converts degrees to radians |
RAIZ | Devuelve una raíz cuadrada positiva. | SQRT | Returns a positive square root |
RAIZ2PI | Devuelve la raíz cuadrada de un número multiplicado por PI (número * pi). | SQRTPI | Returns the square root of (number * pi) |
RANGO.PERCENTIL | Devuelve el rango porcentual de un valor de un conjunto de datos. | PERCENTRANK | Returns the percentage rank of a value in a data set |
RANGO.PERCENTIL.EXC | Devuelve el rango de un valor en un conjunto de datos como un porcentaje (0 a 1, exclusivo) del conjunto de datos. | PERCENTRANK.EXC | Returns the rank of a value in a data set as a percentage (0..1, exclusive) of the data set |
RANGO.PERCENTIL.INC | Devuelve el rango porcentual de un valor de un conjunto de datos. | PERCENTRANK.INC | Returns the percentage rank of a value in a data set |
RDTR | Recupera datos en tiempo real desde un programa compatible con la automatización COM (automatización: modo de trabajar con los objetos de una aplicación desde otra aplicación o herramienta de entorno. La automatización, antes denominada automatización OLE, es un estándar de la industria y una función del Modelo de objetos componentes (COM).). | RTD | 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).) |
RECUENTOCONJUNTOCUBO | Devuelve el número de elementos de un conjunto. | CUBESETCOUNT | Returns the number of items in a set. |
REDOND.MULT | Devuelve un número redondeado al múltiplo deseado. | MROUND | Returns a number rounded to the desired multiple |
REDONDEA.IMPAR | Redondea un número hasta el entero impar más próximo. | ODD | Rounds a number up to the nearest odd integer |
REDONDEA.PAR | Redondea un número hasta el entero par más próximo. | EVEN | Rounds a number up to the nearest even integer |
REDONDEAR | Redondea un número al número de decimales especificado. | ROUND | Rounds a number to a specified number of digits |
REDONDEAR.MAS | Redondea un número hacia arriba, en dirección contraria a cero. | ROUNDUP | Rounds a number up, away from zero |
REDONDEAR.MENOS | Redondea un número hacia abajo, hacia el cero. | ROUNDDOWN | Rounds a number down, toward zero |
RENDTO | Devuelve el rendimiento de un valor bursátil que paga intereses periódicos. | YIELD | Returns the yield on a security that pays periodic interest |
RENDTO.DESC | Devuelve el rendimiento anual de un valor bursátil con descuento; por ejemplo, una letra del Tesoro (de EE.UU.). | YIELDDISC | Returns the annual yield for a discounted security; for example, a Treasury bill |
RENDTO.PER.IRREGULAR.1 | Devuelve el rendimiento de un valor bursátil con un primer período impar. | ODDFYIELD | Returns the yield of a security with an odd first period |
RENDTO.PER.IRREGULAR.2 | Devuelve el rendimiento de un valor bursátil con un último período impar. | ODDLYIELD | Returns the yield of a security with an odd last period |
RENDTO.VENCTO | Devuelve el rendimiento anual de un valor bursátil que paga intereses al vencimiento. | YIELDMAT | Returns the annual yield of a security that pays interest at maturity |
REPETIR | Repite el texto un número determinado de veces. | REPT | Repeats text a given number of times |
RESIDUO | Devuelve el resto de la división. | MOD | Returns the remainder from division |
SEGUNDO | Convierte un número de serie en un valor de segundo. | SECOND | Converts a serial number to a second |
SENO | Devuelve el seno del ángulo especificado. | SIN | Returns the sine of the given angle |
SENOH | Devuelve el seno hiperbólico de un número. | SINH | Returns the hyperbolic sine of a number |
SI | Especifica una prueba lógica que realizar. | IF | Specifies a logical test to perform |
SI.ERROR | Devuelve un valor que se especifica si una fórmula lo evalúa como un error; de lo contrario, devuelve el resultado de la fórmula. | IFERROR | Returns a value you specify if a formula evaluates to an error; otherwise, returns the result of the formula |
SIGNO | Devuelve el signo de un número. | SIGN | Returns the sign of a number |
SLN | Devuelve la amortización por método directo de un activo en un período dado. | SLN | Returns the straight-line depreciation of an asset for one period |
SQL.REQUEST | Establece conexión con un origen de datos externo, ejecuta una consulta desde una hoja de cálculo y, a continuación, devuelve el resultado en forma de matriz sin necesidad de programar una macro. | 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 |
SUBTOTALES | Devuelve un subtotal en una lista o base de datos. | SUBTOTAL | Returns a subtotal in a list or database |
SUMA | Suma sus argumentos. | SUM | Adds its arguments |
SUMA.CUADRADOS | Devuelve la suma de los cuadrados de los argumentos. | SUMSQ | Returns the sum of the squares of the arguments |
SUMA.SERIES | Devuelve la suma de una serie de potencias en función de la fórmula. | SERIESSUM | Returns the sum of a power series based on the formula |
SUMAPRODUCTO | Devuelve la suma de los productos de los correspondientes componentes de matriz. | SUMPRODUCT | Returns the sum of the products of corresponding array components |
SUMAR.SI | Suma las celdas del rango que cumplen los criterios especificados. | SUMIF | Adds the cells specified by a given criteria |
SUMAR.SI.CONJUNTO | Suma las celdas de un rango que cumplen varios criterios. | SUMIFS | Adds the cells in a range that meet multiple criteria |
SUMAX2MASY2 | Devuelve la suma de la suma de los cuadrados de los valores correspondientes de dos matrices. | SUMX2PY2 | Returns the sum of the sum of squares of corresponding values in two arrays |
SUMAX2MENOSY2 | Devuelve la suma de la diferencia de los cuadrados de los valores correspondientes de dos matrices. | SUMX2MY2 | Returns the sum of the difference of squares of corresponding values in two arrays |
SUMAXMENOSY2 | Devuelve la suma de los cuadrados de las diferencias de los valores correspondientes de dos matrices. | SUMXMY2 | Returns the sum of squares of differences of corresponding values in two arrays |
SUSTITUIR | Sustituye texto nuevo por texto antiguo en una cadena de texto. | SUBSTITUTE | Substitutes new text for old text in a text string |
SYD | Devuelve la depreciación por método de anualidades de un activo durante un período especificado. | SYD | Returns the sum-of-years' digits depreciation of an asset for a specified period |
T | Convierte sus argumentos a texto. | T | Converts its arguments to text |
TAN | Devuelve la tangente de un número. | TAN | Returns the tangent of a number |
TANH | Devuelve la tangente hiperbólica de un número. | TANH | Returns the hyperbolic tangent of a number |
TASA | Devuelve la tasa de interés por período de una anualidad. | RATE | Returns the interest rate per period of an annuity |
TASA.DESC | Devuelve la tasa de descuento de un valor bursátil. | DISC | Returns the discount rate for a security |
TASA.INT | Devuelve la tasa de interés para la inversión total de un valor bursátil. | INTRATE | Returns the interest rate for a fully invested security |
TASA.NOMINAL | Devuelve la tasa nominal de interés anual. | NOMINAL | Returns the annual nominal interest rate |
TENDENCIA | Devuelve valores en una tendencia lineal. | TREND | Returns values along a linear trend |
TEXTO | Da formato a un número y lo convierte en texto. | TEXT | Formats a number and converts it to text |
TEXTOBAHT | Convierte un número en texto, con el formato de moneda ß (Baht). | BAHTTEXT | Converts a number to text, using the ß (baht) currency format |
TIPO | Devuelve un número que indica el tipo de datos de un valor. | TYPE | Returns a number indicating the data type of a value |
TIPO.DE.ERROR | Devuelve un número que corresponde a un tipo de error. | ERROR.TYPE | Returns a number corresponding to an error type |
TIR | Devuelve la tasa interna de retorno para una serie de flujos de efectivo. | IRR | Returns the internal rate of return for a series of cash flows |
TIR.NO.PER | Devuelve la tasa interna de retorno para un flujo de efectivo que no es necesariamente periódico. | XIRR | Returns the internal rate of return for a schedule of cash flows that is not necessarily periodic |
TIRM | Devuelve la tasa interna de retorno donde se financian flujos de efectivo positivos y negativos a tasas diferentes. | MIRR | Returns the internal rate of return where positive and negative cash flows are financed at different rates |
TRANSPONER | Devuelve la transposición de una matriz. | TRANSPOSE | Returns the transpose of an array |
TRUNCAR | Trunca un número a un entero. | TRUNC | Truncates a number to an integer |
VA | Devuelve el valor presente de una inversión. | PV | Returns the present value of an investment |
VALOR | Convierte un argumento de texto en un número | VALUE | Converts a text argument to a number |
VALORCUBO | Devuelve un valor agregado de un cubo. | CUBEVALUE | Returns an aggregated value from a cube. |
VAR | Calcula la varianza de una muestra. | VAR | Estimates variance based on a sample |
VAR.P | Calcula la varianza en función de toda la población. | VAR.P | Calculates variance based on the entire population |
VAR.S | Calcula la varianza de una muestra. | VAR.S | Estimates variance based on a sample |
VARA | Calcula la varianza a partir de una muestra, incluidos números, texto y valores lógicos. | VARA | Estimates variance based on a sample, including numbers, text, and logical values |
VARP | Calcula la varianza en función de toda la población. | VARP | Calculates variance based on the entire population |
VARPA | Calcula la varianza en función de toda la población, incluidos números, texto y valores lógicos. | VARPA | Calculates variance based on the entire population, including numbers, text, and logical values |
VERDADERO | Devuelve el valor lógico VERDADERO. | TRUE | Returns the logical value TRUE |
VF | Devuelve el valor futuro de una inversión. | FV | Returns the future value of an investment |
VF.PLAN | Devuelve el valor futuro de un capital inicial después de aplicar una serie de tasas de interés compuesto. | FVSCHEDULE | Returns the future value of an initial principal after applying a series of compound interest rates |
VNA | Devuelve el valor neto actual de una inversión a partir de una serie de flujos periódicos de efectivo y una tasa de descuento. | NPV | Returns the net present value of an investment based on a series of periodic cash flows and a discount rate |
VNA.NO.PER | Devuelve el valor neto actual para un flujo de efectivo que no es necesariamente periódico. | XNPV | Returns the net present value for a schedule of cash flows that is not necessarily periodic |
Y | Devuelve VERDADERO si todos sus argumentos son VERDADERO. | AND | Returns TRUE if all of its arguments are TRUE |