2018-04-12 09:55:07 +00:00
<!DOCTYPE html>
< html >
< head >
< title > Inserte una función< / title >
< meta charset = "utf-8" / >
< meta name = "description" content = "Insert function to perform basic calculations" / >
< link type = "text/css" rel = "stylesheet" href = "../editor.css" / >
< script type = "text/javascript" src = "../callback.js" > < / script >
< script type = "text/javascript" src = "../search/js/page-search.js" > < / script >
< / head >
< body >
< div class = "mainpart" >
< div class = "search-field" >
< input id = "search" class = "searchBar" placeholder = "Buscar" type = "text" onkeypress = "doSearch(event)" >
< / div >
< h1 > Inserte una función< / h1 >
< p > La capacidad de realizar cálculos básicos es la razón principal para usar una hoja de cálculo. Algunas funciones se realizan automáticamente cuando usted selecciona un rango de celdas en su hoja de cálculo:< / p >
< ul >
< li > < b > PROMEDIO< / b > se usa para analizar el rango de celdas seleccionado y encontrar un valor promedio.< / li >
< li > < b > CONTAR< / b > se usa para contar el número de celdas seleccionadas con valores ignorando celdas vacías.< / li >
< li > < b > SUMA< / b > se usa para efectuar suma de los números en un rango de celdas seleccionado ignorando celdas con texto y vacías.< / li >
< / ul >
< p > Los resultados de estos cálculos se muestran en la esquina derecha inferior en la barra de estado.< / p >
< p > < img alt = "Cálculos Básicos" src = "../images/basiccalculations.png" / > < / p >
< p > Para realizar cualquier otro cálculo, usted puede insertar una fórmula necesaria a mano usando operadores matemáticos comunes o insertar una fórmula predefinida - < b > Función< / b > .< / p >
< p id = "insertfunction" > Para insertar una función,< / p >
< ol >
< li > seleccione la celda donde usted quiere insertar una función,< / li >
< li > pulse el icono < b > Insertar función< / b > < img alt = "Icono insertar función" src = "../images/insertfunction.png" / > que se sitúa en la pestaña de < b > Inicio< / b > en la barra de herramientas superior y seleccione una de las funciones más usadas (SUMA, MIN, MAX, CONTAR), < br / > o haga clic en la opción < b > Adicional< / b > con el botón derecho en la celda seleccionada y seleccione la opción < b > Insertar función< / b > en el menú, < br / > o pulse el icono < img alt = "Icono función" src = "../images/function.png" / > que se sitúa en la barra de fórmulas,< / li >
< li > en la ventana que se abre de < b > Insertar función< / b > , seleccione el grupo de funciones necesario, luego elija la función que necesita de la lista y haga clic en < b > OK< / b > .< / li >
< li > introduzca los argumentos de la función a mano o seleccione un rango de celdas que usted quiere introducir como argumentos. Si la función necesita varios argumentos, tienen que ir separados por comas.< p class = "note" > < b > Nota:< / b > : generalmente, los valores numéricos, valores lógicos (VERDADERO, FALSO), valores de texto (deben estar entre comillas), referencias de celda, referencias de rango de celdas, < a href = "UseNamedRanges.htm#usingnames" onclick = "onhyperlinkclick(this)" > nombres asignados a rangos< / a > y otras funciones, se pueden usar como argumentos de la función.< / p >
< / li >
< li > pulse el botón < b > Enter< / b > .< / li >
< / ol >
< p > Aquí está la lista de las funciones disponibles agrupadas por categorías:< / p >
< table class = "helptable" >
< tr class = "headerlite" >
< td width = "25%" > < b > Categoría de función< / b > < / td >
< td width = "40%" > < b > Descripción< / b > < / td >
< td width = "35%" > < b > Funciones< / b > < / td >
< / tr >
< tr >
< td > Funciones de texto y datos< / td >
< td > Se usan para mostrar correctamente datos de texto en su hoja de cálculo.< / td >
< td > < a href = "../Functions/char.htm" onclick = "onhyperlinkclick(this)" > CARACTER< / a > ; < a href = "../Functions/clean.htm" onclick = "onhyperlinkclick(this)" > LIMPIAR< / a > ; < a href = "../Functions/code.htm" onclick = "onhyperlinkclick(this)" > CODIGO< / a > ; < a href = "../Functions/concatenate.htm" onclick = "onhyperlinkclick(this)" > CONCATENAR< / a > ; < a href = "../Functions/concat.htm" onclick = "onhyperlinkclick(this)" > CONCAT< / a > ; < a href = "../Functions/dollar.htm" onclick = "onhyperlinkclick(this)" > MONEDA< / a > ; < a href = "../Functions/exact.htm" onclick = "onhyperlinkclick(this)" > IGUAL< / a > ; < a href = "../Functions/find.htm" onclick = "onhyperlinkclick(this)" > ENCONTRAR< / a > ; < a href = "../Functions/find.htm" onclick = "onhyperlinkclick(this)" > ENCONTRARB< / a > ; < a href = "../Functions/fixed.htm" onclick = "onhyperlinkclick(this)" > DECIMAL< / a > ; < a href = "../Functions/left.htm" onclick = "onhyperlinkclick(this)" > IZQUIERDA< / a > ; < a href = "../Functions/left.htm" onclick = "onhyperlinkclick(this)" > IZQUIERDAB< / a > ; < a href = "../Functions/len.htm" onclick = "onhyperlinkclick(this)" > LARGO< / a > ; < a href = "../Functions/len.htm" onclick = "onhyperlinkclick(this)" > LARGOB< / a > ; < a href = "../Functions/lower.htm" onclick = "onhyperlinkclick(this)" > MINUSC< / a > ; < a href = "../Functions/mid.htm" onclick = "onhyperlinkclick(this)" > EXTRAE< / a > ; < a href = "../Functions/mid.htm" onclick = "onhyperlinkclick(this)" > EXTRAEB< / a > ; < a href = "../Functions/numbervalue.htm" onclick = "onhyperlinkclick(this)" > VALOR.NUMERO< / a > ; < a href = "../Functions/proper.htm" onclick = "onhyperlinkclick(this)" > NOMPROPIO< / a > ; < a href = "../Functions/replace.htm" onclick = "onhyperlinkclick(this)" > REEMPLAZAR< / a > ; < a href = "../Functions/replace.htm" onclick = "onhyperlinkclick(this)" > REEMPLAZARB< / a > ; < a href = "../Functions/rept.htm" onclick = "onhyperlinkclick(this)" > REPETIR< / a > ; < a href = "../Functions/right.htm" onclick = "onhyperlinkclick(this)" > DERECHA< / a > ; < a href = "../Functions/right.htm" onclick = "onhyperlinkclick(this)" > DERECHAB< / a > ; < a href = "../Functions/search.htm" onclick = "onhyperlinkclick(this)" > HALLAR< / a > ; < a href = "../Functions/search.htm" onclick = "onhyperlinkclick(this)" > HALLARB< / a > ; < a href = "../Functions/substitute.htm" onclick = "onhyperlinkclick(this)" > SUSTITUIR< / a > ; < a href = "../Functions/t.htm" onclick = "onhyperlinkclick(this)" > T< / a > ; < a href = "../Functions/text.htm" onclick = "onhyperlinkclick(this)" > TEXTO< / a > ; < a href = "../Functions/textjoin.htm" onclick = "onhyperlinkclick(this)" > UNIRCADENAS< / a > ; < a href = "../Functions/trim.htm" onclick = "onhyperlinkclick(this)" > ESPACIOS< / a > ; < a href = "../Functions/unichar.htm" onclick = "onhyperlinkclick(this)" > UNICHAR< / a > ; < a href = "../Functions/unicode.htm" onclick = "onhyperlinkclick(this)" > UNICODE< / a > ; < a href = "../Functions/upper.htm" onclick = "onhyperlinkclick(this)" > MAYUSC< / a > ; < a href = "../Functions/value.htm" onclick = "onhyperlinkclick(this)" > VALOR< / a > < / td >
< / tr >
< tr >
< td > Funciones estadísticas< / td >
< td > Se usan para analizar los datos: encontrar el valor promedio, los valores más grandes o más pequeños en un rango de celdas.< / td >
2018-04-18 13:00:23 +00:00
< td > < a href = "../Functions/avedev.htm" onclick = "onhyperlinkclick(this)" > DESVPROM< / a > ; < a href = "../Functions/average.htm" onclick = "onhyperlinkclick(this)" > PROMEDIO< / a > ; < a href = "../Functions/averagea.htm" onclick = "onhyperlinkclick(this)" > PROMEDIOA< / a > ; < a href = "../Functions/averageif.htm" onclick = "onhyperlinkclick(this)" > PROMEDIO.SI< / a > ; < a href = "../Functions/averageifs.htm" onclick = "onhyperlinkclick(this)" > PROMEDIO.SI.CONJUNTO< / a > ; < a href = "../Functions/betadist.htm" onclick = "onhyperlinkclick(this)" > DISTR.BETA< / a > ; < a href = "../Functions/beta-dist.htm" onclick = "onhyperlinkclick(this)" > DISTR.BETA.N< / a > ; < a href = "../Functions/beta-inv.htm" onclick = "onhyperlinkclick(this)" > INV.BETA.N< / a > ; < a href = "../Functions/binomdist.htm" onclick = "onhyperlinkclick(this)" > DISTR.BINOM< / a > ; < a href = "../Functions/binom-dist.htm" onclick = "onhyperlinkclick(this)" > DISTR.BINOM.N< / a > ; < a href = "../Functions/binom-dist-range.htm" onclick = "onhyperlinkclick(this)" > DISTR.BINOM.SERIE< / a > ; < a href = "../Functions/binom-inv.htm" onclick = "onhyperlinkclick(this)" > INV.BINOM< / a > ; < a href = "../Functions/chidist.htm" onclick = "onhyperlinkclick(this)" > DISTR.CHI< / a > ; < a href = "../Functions/chiinv.htm" onclick = "onhyperlinkclick(this)" > PRUEBA.CHI.INV< / a > ; < a href = "../Functions/chisq-dist.htm" onclick = "onhyperlinkclick(this)" > DISTR.CHICUAD< / a > ; < a href = "../Functions/chisq-dist-rt.htm" onclick = "onhyperlinkclick(this)" > DISTR.CHICUAD.CD< / a > ; < a href = "../Functions/chisq-inv.htm" onclick = "onhyperlinkclick(this)" > INV.CHICUAD< / a > ; < a href = "../Functions/chisq-inv-rt.htm" onclick = "onhyperlinkclick(this)" > INV.CHICUAD.CD< / a > ; < a href = "../Functions/chitest.htm" onclick = "onhyperlinkclick(this)" > PRUEBA.CHI< / a > ; < a href = "../Functions/chisq-test.htm" onclick = "onhyperlinkclick(this)" > PRUEBA.CHICUAD< / a > ; < a href = "../Functions/confidence.htm" onclick = "onhyperlinkclick(this)" > INTERVALO.CONFIANZA< / a > ; < a href = "../Functions/confidence-norm.htm" onclick = "onhyperlinkclick(this)" > INTERVALO.CONFIANZA.NORM< / a > ; < a href = "../Functions/confidence-t.htm" onclick = "onhyperlinkclick(this)" > INTERVALO.CONFIANZA.T< / a > ; < a href = "../Functions/correl.htm" onclick = "onhyperlinkclick(this)" > COEF.DE.CORREL< / a > ; < a href = "../Functions/count.htm" onclick = "onhyperlinkclick(this)" > CONTAR< / a > ; < a href = "../Functions/counta.htm" onclick = "onhyperlinkclick(this)" > CONTARA< / a > ; < a href = "../Functions/countblank.htm" onclick = "onhyperlinkclick(this)" > CONTAR.BLANCO< / a > ; < a href = "../Functions/countif.htm" onclick = "onhyperlinkclick(this)" > CONTAR.SI< / a > ; < a href = "../Functions/countifs.htm" onclick = "onhyperlinkclick(this)" > CONTAR.SI.CONJUNTO< / a > ; < a href = "../Functions/covar.htm" onclick = "onhyperlinkclick(this)" > COVAR< / a > ; < a href = "../Functions/covariance-p.htm" onclick = "onhyperlinkclick(this)" > COVARIANZA.P< / a > ; < a href = "../Functions/covariance-s.htm" onclick = "onhyperlinkclick(this)" > COVARIANZA.M< / a > ; < a href = "../Functions/critbinom.htm" onclick = "onhyperlinkclick(this)" > BINOM.CRIT< / a > ; < a href = "../Functions/devsq.htm" onclick = "onhyperlinkclick(this)" > DESVIA2< / a > ; < a href = "../Functions/expon-dist.htm" onclick = "onhyperlinkclick(this)" > DISTR.EXP.N< / a > ; < a href = "../Functions/expondist.htm" onclick = "onhyperlinkclick(this)" > DISTR.EXP< / a > ; < a href = "../Functions/f-dist.htm" onclick = "onhyperlinkclick(this)" > DISTR.F.N< / a > ; < a href = "../Functions/fdist.htm" onclick = "onhyperlinkclick(this)" > DISTR.F< / a > ; < a href = "../Functions/f-dist-rt.htm" onclick = "onhyperlinkclick(this)" > DISTR.F.CD< / a > ; < a href = "../Functions/f-inv.htm" onclick = "onhyperlinkclick(this)" > INV.F< / a > ; < a href = "../Functions/finv.htm" onclick = "onhyperlinkclick(this)" > DISTR.F.INV< / a > ; < a href = "../Functions/f-inv-rt.htm" onclick = "onhyperlinkclick(this)" > INV.F.CD< / a > ; < a href = "../Functions/fisher.htm" onclick = "onhyperlinkclick(this)" > FISHER< / a > ; < a href = "../Functions/fisherinv.htm" onclick = "onhyperlinkclick(this)" > PRUEBA.FISHER.INV< / a > ; < a href = "../Functions/forecast.htm" onclick = "onhyperlinkclick(this)" > PRONOSTICO< / a > ; < a href = "../Functions/forecast-ets.htm" onclick = "onhyperlinkclick(this)" > PRONOSTICO.ETS< / a > ; < a href = "../Functions/forecast-ets-confint.htm" onclick = "onhyperlinkclick(t
2018-04-12 09:55:07 +00:00
< / tr >
< tr >
< td > Funciones de matemática y trigonometría< / td >
< td > Se usan para realizar las operaciones de matemáticas y trigonometría básicas como adición, multiplicación, división, redondeamiento etc.< / td >
2018-04-16 09:21:07 +00:00
< td > < a href = "../Functions/abs.htm" onclick = "onhyperlinkclick(this)" > ABS< / a > ; < a href = "../Functions/acos.htm" onclick = "onhyperlinkclick(this)" > ACOS< / a > ; < a href = "../Functions/acosh.htm" onclick = "onhyperlinkclick(this)" > ACOSH< / a > ; < a href = "../Functions/acot.htm" onclick = "onhyperlinkclick(this)" > ACOT< / a > ; < a href = "../Functions/acoth.htm" onclick = "onhyperlinkclick(this)" > ACOTH< / a > ; < a href = "../Functions/aggregate.htm" onclick = "onhyperlinkclick(this)" > AGREGAR< / a > ; < a href = "../Functions/arabic.htm" onclick = "onhyperlinkclick(this)" > NUMERO.ARABE< / a > ; < a href = "../Functions/asin.htm" onclick = "onhyperlinkclick(this)" > ASENO< / a > ; < a href = "../Functions/asinh.htm" onclick = "onhyperlinkclick(this)" > ASENOH< / a > ; < a href = "../Functions/atan.htm" onclick = "onhyperlinkclick(this)" > ATAN< / a > ; < a href = "../Functions/atan2.htm" onclick = "onhyperlinkclick(this)" > ATAN2< / a > ; < a href = "../Functions/atanh.htm" onclick = "onhyperlinkclick(this)" > ATANH< / a > ; < a href = "../Functions/base.htm" onclick = "onhyperlinkclick(this)" > BASE< / a > ; < a href = "../Functions/ceiling.htm" onclick = "onhyperlinkclick(this)" > MULTIPLO.SUPERIOR< / a > ; < a href = "../Functions/ceilingmath.htm" onclick = "onhyperlinkclick(this)" > MULTIPLO.SUPERIOR.MAT< / a > ; < a href = "../Functions/ceilingprecise.htm" onclick = "onhyperlinkclick(this)" > MULTIPLO.SUPERIOR.EXACTO< / a > ; < a href = "../Functions/combin.htm" onclick = "onhyperlinkclick(this)" > COMBINAT< / a > ; < a href = "../Functions/combina.htm" onclick = "onhyperlinkclick(this)" > COMBINA< / a > ; < a href = "../Functions/cos.htm" onclick = "onhyperlinkclick(this)" > COS< / a > ; < a href = "../Functions/cosh.htm" onclick = "onhyperlinkclick(this)" > COSH< / a > ; < a href = "../Functions/cot.htm" onclick = "onhyperlinkclick(this)" > COT< / a > ; < a href = "../Functions/coth.htm" onclick = "onhyperlinkclick(this)" > COTH< / a > ; < a href = "../Functions/csc.htm" onclick = "onhyperlinkclick(this)" > CSC< / a > ; < a href = "../Functions/csch.htm" onclick = "onhyperlinkclick(this)" > CSCH< / a > ; < a href = "../Functions/decimal.htm" onclick = "onhyperlinkclick(this)" > CONV.DECIMAL< / a > ; < a href = "../Functions/degrees.htm" onclick = "onhyperlinkclick(this)" > GRADOS< / a > ; < a href = "../Functions/ecma-ceiling.htm" onclick = "onhyperlinkclick(this)" > MULTIPLO.SUPERIOR.ECMA< / a > ; < a href = "../Functions/even.htm" onclick = "onhyperlinkclick(this)" > REDONDEA.PAR< / a > ; < a href = "../Functions/exp.htm" onclick = "onhyperlinkclick(this)" > EXP< / a > ; < a href = "../Functions/fact.htm" onclick = "onhyperlinkclick(this)" > FACT< / a > ; < a href = "../Functions/factdouble.htm" onclick = "onhyperlinkclick(this)" > FACT.DOBLE< / a > ; < a href = "../Functions/floor.htm" onclick = "onhyperlinkclick(this)" > MULTIPLO.INFERIOR< / a > ; < a href = "../Functions/floorprecise.htm" onclick = "onhyperlinkclick(this)" > MULTIPLO.INFERIOR.EXACTO< / a > ; < a href = "../Functions/floormath.htm" onclick = "onhyperlinkclick(this)" > MULTIPLO.INFERIOR.MAT< / a > ; < a href = "../Functions/gcd.htm" onclick = "onhyperlinkclick(this)" > M.C.D< / a > ; < a href = "../Functions/int.htm" onclick = "onhyperlinkclick(this)" > ENTERO< / a > ; < a href = "../Functions/isoceiling.htm" onclick = "onhyperlinkclick(this)" > MULTIPLO.SUPERIOR.ISO< / a > ; < a href = "../Functions/lcm.htm" onclick = "onhyperlinkclick(this)" > M.C.M< / a > ; < a href = "../Functions/ln.htm" onclick = "onhyperlinkclick(this)" > LN< / a > ; < a href = "../Functions/log.htm" onclick = "onhyperlinkclick(this)" > LOG< / a > ; < a href = "../Functions/log10.htm" onclick = "onhyperlinkclick(this)" > LOG10< / a > ; < a href = "../Functions/mdeterm.htm" onclick = "onhyperlinkclick(this)" > MDETERM< / a > ; < a href = "../Functions/minverse.htm" onclick = "onhyperlinkclick(this)" > MINVERSA< / a > ; < a href = "../Functions/mmult.htm" onclick = "onhyperlinkclick(this)" > MMULT< / a > ; < a href = "../Functions/mod.htm" onclick = "onhyperlinkclick(this)" > RESIDUO< / a > ; < a href = "../Functions/mround.htm" onclick = "onhyperlinkclick(this)" > REDOND.MULT< / a > ; < a href = "../Functions/multinomial.htm" onclick = "onhyperlinkclick(this)" > MULTINOMIAL< / a > ; < a href = "../Functions/odd.htm" onclick = "onhyperlinkclick(this)" > REDONDEA.IMPAR< / a > ; < a href = "../Functions/pi.htm" onclick = "onhyperlinkclick(this)" > PI< / a > ; < a href = "../Functions/power.htm" onclick = "onhyperlinkclick(this)" > POTENCIA< / a > ; < a href = "../Functions/product.htm" on
2018-04-12 09:55:07 +00:00
< / tr >
< tr >
< td > Funciones de fecha y hora< / td >
< td > Se usan para mostrar correctamente la fecha y hora en su hoja de cálculo.< / td >
2018-04-16 09:21:07 +00:00
< td > < a href = "../Functions/date.htm" onclick = "onhyperlinkclick(this)" > FECHA< / a > ; < a href = "../Functions/datedif.htm" onclick = "onhyperlinkclick(this)" > SIFECHA< / a > ; < a href = "../Functions/datevalue.htm" onclick = "onhyperlinkclick(this)" > FECHANUMERO< / a > ; < a href = "../Functions/day.htm" onclick = "onhyperlinkclick(this)" > DIA< / a > ; < a href = "../Functions/days.htm" onclick = "onhyperlinkclick(this)" > DIAS< / a > ; < a href = "../Functions/days360.htm" onclick = "onhyperlinkclick(this)" > DIAS360< / a > ; < a href = "../Functions/edate.htm" onclick = "onhyperlinkclick(this)" > FECHA.MES< / a > ; < a href = "../Functions/eomonth.htm" onclick = "onhyperlinkclick(this)" > FIN.MES< / a > ; < a href = "../Functions/hour.htm" onclick = "onhyperlinkclick(this)" > HORA< / a > ; < a href = "../Functions/isoweeknum.htm" onclick = "onhyperlinkclick(this)" > ISO.NUM.DE.SEMANA< / a > ; < a href = "../Functions/minute.htm" onclick = "onhyperlinkclick(this)" > MINUTO< / a > ; < a href = "../Functions/month.htm" onclick = "onhyperlinkclick(this)" > MES< / a > ; < a href = "../Functions/networkdays.htm" onclick = "onhyperlinkclick(this)" > DIAS.LAB< / a > ; < a href = "../Functions/networkdays-intl.htm" onclick = "onhyperlinkclick(this)" > DIAS.LAB.INTL< / a > ; < a href = "../Functions/now.htm" onclick = "onhyperlinkclick(this)" > AHORA< / a > ; < a href = "../Functions/second.htm" onclick = "onhyperlinkclick(this)" > SEGUNDO< / a > ; < a href = "../Functions/time.htm" onclick = "onhyperlinkclick(this)" > NSHORA< / a > ; < a href = "../Functions/timevalue.htm" onclick = "onhyperlinkclick(this)" > HORANUMERO< / a > ; < a href = "../Functions/today.htm" onclick = "onhyperlinkclick(this)" > HOY< / a > ; < a href = "../Functions/weekday.htm" onclick = "onhyperlinkclick(this)" > DIASEM< / a > ; < a href = "../Functions/weeknum.htm" onclick = "onhyperlinkclick(this)" > NUM.DE.SEMANA< / a > ; < a href = "../Functions/workday.htm" onclick = "onhyperlinkclick(this)" > DIA.LAB< / a > ; < a href = "../Functions/workday-intl.htm" onclick = "onhyperlinkclick(this)" > DIA.LAB.INTL< / a > ; < a href = "../Functions/year.htm" onclick = "onhyperlinkclick(this)" > AÑO< / a > ; < a href = "../Functions/yearfrac.htm" onclick = "onhyperlinkclick(this)" > FRAC.AÑO< / a > < / td >
2018-04-12 09:55:07 +00:00
< / tr >
< tr >
< td > Funciones de ingeniería< / td >
< td > Se usan para realizar cálculos de ingeniería: convertir los números de un sistema de numeración al otro, encontrar números complejos, etc.< / td >
2018-04-13 06:19:28 +00:00
< td > < a href = "../Functions/besseli.htm" onclick = "onhyperlinkclick(this)" > BESSELI< / a > ; < a href = "../Functions/besselj.htm" onclick = "onhyperlinkclick(this)" > BESSELJ< / a > ; < a href = "../Functions/besselk.htm" onclick = "onhyperlinkclick(this)" > BESSELK< / a > ; < a href = "../Functions/bessely.htm" onclick = "onhyperlinkclick(this)" > BESSELY< / a > ; < a href = "../Functions/bin2dec.htm" onclick = "onhyperlinkclick(this)" > BIN.A.DEC< / a > ; < a href = "../Functions/bin2hex.htm" onclick = "onhyperlinkclick(this)" > BIN.A.HEX< / a > ; < a href = "../Functions/bin2oct.htm" onclick = "onhyperlinkclick(this)" > BIN.A.OCT< / a > ; < a href = "../Functions/bitand.htm" onclick = "onhyperlinkclick(this)" > BIT.Y< / a > ; < a href = "../Functions/bitlshift.htm" onclick = "onhyperlinkclick(this)" > BIT.DESPLIZQDA< / a > ; < a href = "../Functions/bitor.htm" onclick = "onhyperlinkclick(this)" > BIT.O< / a > ; < a href = "../Functions/bitrshift.htm" onclick = "onhyperlinkclick(this)" > BIT.DESPLDCHA< / a > ; < a href = "../Functions/bitxor.htm" onclick = "onhyperlinkclick(this)" > BIT.XO< / a > ; < a href = "../Functions/complex.htm" onclick = "onhyperlinkclick(this)" > COMPLEJO< / a > ; < a href = "../Functions/convert.htm" onclick = "onhyperlinkclick(this)" > CONVERTIR< / a > ; < a href = "../Functions/dec2bin.htm" onclick = "onhyperlinkclick(this)" > DEC.A.BIN< / a > ; < a href = "../Functions/dec2hex.htm" onclick = "onhyperlinkclick(this)" > DEC.A.HEX< / a > ; < a href = "../Functions/dec2oct.htm" onclick = "onhyperlinkclick(this)" > DEC.A.OCT< / a > ; < a href = "../Functions/delta.htm" onclick = "onhyperlinkclick(this)" > DELTA< / a > ; < a href = "../Functions/erf.htm" onclick = "onhyperlinkclick(this)" > FUN.ERROR< / a > ; < a href = "../Functions/erf-precise.htm" onclick = "onhyperlinkclick(this)" > FUN.ERROR.EXACTO< / a > ; < a href = "../Functions/erfc.htm" onclick = "onhyperlinkclick(this)" > FUN.ERROR.COMPL< / a > ; < a href = "../Functions/erfc-precise.htm" onclick = "onhyperlinkclick(this)" > FUN.ERROR.COMPL.EXACTO< / a > ; < a href = "../Functions/gestep.htm" onclick = "onhyperlinkclick(this)" > MAYOR.O.IGUAL< / a > ; < a href = "../Functions/hex2bin.htm" onclick = "onhyperlinkclick(this)" > HEX.A.BIN< / a > ; < a href = "../Functions/hex2dec.htm" onclick = "onhyperlinkclick(this)" > HEX.A.DEC< / a > ; < a href = "../Functions/hex2oct.htm" onclick = "onhyperlinkclick(this)" > HEX.A.OCT< / a > ; < a href = "../Functions/imabs.htm" onclick = "onhyperlinkclick(this)" > IM.ABS< / a > ; < a href = "../Functions/imaginary.htm" onclick = "onhyperlinkclick(this)" > IMAGINARIO< / a > ; < a href = "../Functions/imargument.htm" onclick = "onhyperlinkclick(this)" > IM.ANGULO< / a > ; < a href = "../Functions/imconjugate.htm" onclick = "onhyperlinkclick(this)" > IM.CONJUGADA< / a > ; < a href = "../Functions/imcos.htm" onclick = "onhyperlinkclick(this)" > IM.COS< / a > ; < a href = "../Functions/imcosh.htm" onclick = "onhyperlinkclick(this)" > IM.COSH< / a > ; < a href = "../Functions/imcot.htm" onclick = "onhyperlinkclick(this)" > IM.COT< / a > ; < a href = "../Functions/imcsc.htm" onclick = "onhyperlinkclick(this)" > IM.CSC< / a > ; < a href = "../Functions/imcsch.htm" onclick = "onhyperlinkclick(this)" > IM.CSCH< / a > ; < a href = "../Functions/imdiv.htm" onclick = "onhyperlinkclick(this)" > IM.DIV< / a > ; < a href = "../Functions/imexp.htm" onclick = "onhyperlinkclick(this)" > IM.EXP< / a > ; < a href = "../Functions/imln.htm" onclick = "onhyperlinkclick(this)" > IM.LN< / a > ; < a href = "../Functions/imlog10.htm" onclick = "onhyperlinkclick(this)" > IM.LOG10< / a > ; < a href = "../Functions/imlog2.htm" onclick = "onhyperlinkclick(this)" > IM.LOG2< / a > ; < a href = "../Functions/impower.htm" onclick = "onhyperlinkclick(this)" > IM.POT< / a > ; < a href = "../Functions/improduct.htm" onclick = "onhyperlinkclick(this)" > IM.PRODUCT< / a > ; < a href = "../Functions/imreal.htm" onclick = "onhyperlinkclick(this)" > IM.REAL< / a > ; < a href = "../Functions/imsec.htm" onclick = "onhyperlinkclick(this)" > IM.SEC< / a > ; < a href = "../Functions/imsech.htm" onclick = "onhyperlinkclick(this)" > IM.SECH< / a > ; < a href = "../Functions/imsin.htm" onclick = "onhyperlinkclick(this)" > IM.SENO< / a > ; < a href = "../Functions/imsinh.htm" onclick = "onhyperlinkclick(this)" > IM.SENOH< / a > ; < a href = "../Functions/imsqrt.htm" onclick = "onhyperlinkclick(this)" > IM.RAIZ2< / a > ; < a href = "../Functions/imsub.htm" onclick = "onhyperlinkclick(this)" > IM.SUSTR< / a > ; < a href = "../Functions/imsum.htm" onclick = "onhy
2018-04-12 09:55:07 +00:00
< / tr >
< tr >
< td > Funciones de base de datos< / td >
< td > Se usan para realizar cálculos para los valores de un campo en concreto de la hoja de cálculo de la base de datos que corresponde con el criterio especificado.< / td >
2018-04-13 06:19:28 +00:00
< td > < a href = "../Functions/daverage.htm" onclick = "onhyperlinkclick(this)" > BDPROMEDIO< / a > ; < a href = "../Functions/dcount.htm" onclick = "onhyperlinkclick(this)" > BDCONTAR< / a > ; < a href = "../Functions/dcounta.htm" onclick = "onhyperlinkclick(this)" > BDCONTARA< / a > ; < a href = "../Functions/dget.htm" onclick = "onhyperlinkclick(this)" > BDEXTRAER< / a > ; < a href = "../Functions/dmax.htm" onclick = "onhyperlinkclick(this)" > BDMAX< / a > ; < a href = "../Functions/dmin.htm" onclick = "onhyperlinkclick(this)" > BDMIN< / a > ; < a href = "../Functions/dproduct.htm" onclick = "onhyperlinkclick(this)" > BDPRODUCTO< / a > ; < a href = "../Functions/dstdev.htm" onclick = "onhyperlinkclick(this)" > BDDESVEST< / a > ; < a href = "../Functions/dstdevp.htm" onclick = "onhyperlinkclick(this)" > BDDESVESTP< / a > ; < a href = "../Functions/dsum.htm" onclick = "onhyperlinkclick(this)" > BDSUMA< / a > ; < a href = "../Functions/dvar.htm" onclick = "onhyperlinkclick(this)" > BDVAR< / a > ; < a href = "../Functions/dvarp.htm" onclick = "onhyperlinkclick(this)" > BDVARP< / a > < / td >
2018-07-25 14:43:12 +00:00
< / tr >
< tr >
< td > Funciones financieras< / td >
< td > Se usan para realizar cálculos financieros calculando el valor actual neto, pagos etc..< / td >
< td > < a href = "../Functions/accrint.htm" onclick = "onhyperlinkclick(this)" > INT.ACUM< / a > ; < a href = "../Functions/accrintm.htm" onclick = "onhyperlinkclick(this)" > INT.ACUM.V< / a > ; < a href = "../Functions/amordegrc.htm" onclick = "onhyperlinkclick(this)" > AMORTIZ.PROGRE< / a > ; < a href = "../Functions/amorlinc.htm" onclick = "onhyperlinkclick(this)" > AMORTIZ.LIN< / a > ; < a href = "../Functions/coupdaybs.htm" onclick = "onhyperlinkclick(this)" > CUPON.DIAS.L1< / a > ; < a href = "../Functions/coupdays.htm" onclick = "onhyperlinkclick(this)" > CUPON.DIAS< / a > ; < a href = "../Functions/coupdaysnc.htm" onclick = "onhyperlinkclick(this)" > CUPON.DIAS.L2< / a > ; < a href = "../Functions/coupncd.htm" onclick = "onhyperlinkclick(this)" > CUPON.FECHA.L2< / a > ; < a href = "../Functions/coupnum.htm" onclick = "onhyperlinkclick(this)" > CUPON.NUM< / a > ; < a href = "../Functions/couppcd.htm" onclick = "onhyperlinkclick(this)" > CUPON.FECHA.L1< / a > ; < a href = "../Functions/cumipmt.htm" onclick = "onhyperlinkclick(this)" > PAGO.INT.ENTRE< / a > ; < a href = "../Functions/cumprinc.htm" onclick = "onhyperlinkclick(this)" > PAGO.PRINC.ENTRE< / a > ; < a href = "../Functions/db.htm" onclick = "onhyperlinkclick(this)" > DB< / a > ; < a href = "../Functions/ddb.htm" onclick = "onhyperlinkclick(this)" > DDB< / a > ; < a href = "../Functions/disc.htm" onclick = "onhyperlinkclick(this)" > TASA.DESC< / a > ; < a href = "../Functions/dollarde.htm" onclick = "onhyperlinkclick(this)" > MONEDA.DEC< / a > ; < a href = "../Functions/dollarfr.htm" onclick = "onhyperlinkclick(this)" > MONEDA.FRAC< / a > ; < a href = "../Functions/duration.htm" onclick = "onhyperlinkclick(this)" > DURACION< / a > ; < a href = "../Functions/effect.htm" onclick = "onhyperlinkclick(this)" > INT.EFECTIVO< / a > ; < a href = "../Functions/fv.htm" onclick = "onhyperlinkclick(this)" > VF< / a > ; < a href = "../Functions/fvschedule.htm" onclick = "onhyperlinkclick(this)" > VF.PLAN< / a > ; < a href = "../Functions/intrate.htm" onclick = "onhyperlinkclick(this)" > TASA.INT< / a > ; < a href = "../Functions/ipmt.htm" onclick = "onhyperlinkclick(this)" > PAGOINT< / a > ; < a href = "../Functions/irr.htm" onclick = "onhyperlinkclick(this)" > TIR< / a > ; < a href = "../Functions/ispmt.htm" onclick = "onhyperlinkclick(this)" > INT.PAGO.DIR< / a > ; < a href = "../Functions/mduration.htm" onclick = "onhyperlinkclick(this)" > DURACION.MODIF< / a > ; < a href = "../Functions/mirr.htm" onclick = "onhyperlinkclick(this)" > TIRM< / a > ; < a href = "../Functions/nominal.htm" onclick = "onhyperlinkclick(this)" > TASA.NOMINAL< / a > ; < a href = "../Functions/nper.htm" onclick = "onhyperlinkclick(this)" > NPER< / a > ; < a href = "../Functions/npv.htm" onclick = "onhyperlinkclick(this)" > VNA< / a > ; < a href = "../Functions/oddfprice.htm" onclick = "onhyperlinkclick(this)" > PRECIO.PER.IRREGULAR.1< / a > ; < a href = "../Functions/oddfyield.htm" onclick = "onhyperlinkclick(this)" > RENDTO.PER.IRREGULAR.1< / a > ; < a href = "../Functions/oddlprice.htm" onclick = "onhyperlinkclick(this)" > PRECIO.PER.IRREGULAR.2< / a > ; < a href = "../Functions/oddlyield.htm" onclick = "onhyperlinkclick(this)" > RENDTO.PER.IRREGULAR.2< / a > ; < a href = "../Functions/pduration.htm" onclick = "onhyperlinkclick(this)" > P.DURACION< / a > ; < a href = "../Functions/pmt.htm" onclick = "onhyperlinkclick(this)" > PAGO< / a > ; < a href = "../Functions/ppmt.htm" onclick = "onhyperlinkclick(this)" > PAGOPRIN< / a > ; < a href = "../Functions/price.htm" onclick = "onhyperlinkclick(this)" > PRECIO< / a > ; < a href = "../Functions/pricedisc.htm" onclick = "onhyperlinkclick(this)" > PRECIO.DESCUENTO< / a > ; < a href = "../Functions/pricemat.htm" onclick = "onhyperlinkclick(this)" > PRECIO.VENCIMIENTO< / a > ; < a href = "../Functions/pv.htm" onclick = "onhyperlinkclick(this)" > VA< / a > ; < a href = "../Functions/rate.htm" onclick = "onhyperlinkclick(this)" > TASA< / a > ; < a href = "../Functions/received.htm" onclick = "onhyperlinkclick(this)" > CANTIDAD.RECIBIDA< / a > ; < a href = "../Functions/rri.htm" onclick = "onhyperlinkclick(this)" > RRI< / a > ; < a href = "../Functions/sln.htm" onclick = "onhyperlinkclick(this)" > SLN< / a > ; < a href = "../Functions/syd.htm" onclick = "onhyperlinkclick(this)" > SYD< / a > ; < a href = "../Functions/tbilleq.htm" onclick = "onhyperlinkclick(this)" > LETRA.DE.TES.EQV.A.BONO< / a > ; < a href = "../Functions/tbillprice.htm" onclick = "onhyperlinkclick(this)" > LETRA.DE.TES.PRECIO< / a > ; < a href = "../Functions/tbillyield.htm" onclick = "o
< / tr >
< tr >
< td > Funciones de búsqueda y referencia< / td >
< td > Se usan para encontrar de forma fácil la información en la lista de datos.< / td >
< td > < a href = "../Functions/address.htm" onclick = "onhyperlinkclick(this)" > DIRECCION< / a > ; < a href = "../Functions/choose.htm" onclick = "onhyperlinkclick(this)" > ELEGIR< / a > ; < a href = "../Functions/column.htm" onclick = "onhyperlinkclick(this)" > COLUMNA< / a > ; < a href = "../Functions/columns.htm" onclick = "onhyperlinkclick(this)" > COLUMNAS< / a > ; < a href = "../Functions/formulatext.htm" onclick = "onhyperlinkclick(this)" > FORMULATEXTO< / a > ; < a href = "../Functions/hlookup.htm" onclick = "onhyperlinkclick(this)" > BUSCARH< / a > ; < a href = "../Functions/index.htm" onclick = "onhyperlinkclick(this)" > INDICE< / a > ; < a href = "../Functions/indirect.htm" onclick = "onhyperlinkclick(this)" > INDIRECTO< / a > ; < a href = "../Functions/lookup.htm" onclick = "onhyperlinkclick(this)" > BUSCAR< / a > ; < a href = "../Functions/match.htm" onclick = "onhyperlinkclick(this)" > COINCIDIR< / a > ; < a href = "../Functions/offset.htm" onclick = "onhyperlinkclick(this)" > DESREF< / a > ; < a href = "../Functions/row.htm" onclick = "onhyperlinkclick(this)" > FILA< / a > ; < a href = "../Functions/rows.htm" onclick = "onhyperlinkclick(this)" > FILAS< / a > ; < a href = "../Functions/transpose.htm" onclick = "onhyperlinkclick(this)" > TRANSPONER< / a > ; < a href = "../Functions/vlookup.htm" onclick = "onhyperlinkclick(this)" > BUSCARV< / a > < / td >
2018-04-12 09:55:07 +00:00
< / tr >
< tr >
< td > Funciones de información< / td >
< td > Se usan para darle información sobre los datos en la celda seleccionada o en un rango de celdas.< / td >
2018-04-13 06:19:28 +00:00
< td > < a href = "../Functions/error.type.htm" onclick = "onhyperlinkclick(this)" > TIPO.DE.ERROR< / a > ; < a href = "../Functions/isblank.htm" onclick = "onhyperlinkclick(this)" > ESBLANCO< / a > ; < a href = "../Functions/iserr.htm" onclick = "onhyperlinkclick(this)" > ESERR< / a > ; < a href = "../Functions/iserror.htm" onclick = "onhyperlinkclick(this)" > ESERROR< / a > ; < a href = "../Functions/iseven.htm" onclick = "onhyperlinkclick(this)" > ES.PAR< / a > ; < a href = "../Functions/isformula.htm" onclick = "onhyperlinkclick(this)" > ESFORMULA< / a > ; < a href = "../Functions/islogical.htm" onclick = "onhyperlinkclick(this)" > ESLOGICO< / a > ; < a href = "../Functions/isna.htm" onclick = "onhyperlinkclick(this)" > ESNOD< / a > ; < a href = "../Functions/isnontext.htm" onclick = "onhyperlinkclick(this)" > ESNOTEXTO< / a > ; < a href = "../Functions/isnumber.htm" onclick = "onhyperlinkclick(this)" > ESNUMERO< / a > ; < a href = "../Functions/isodd.htm" onclick = "onhyperlinkclick(this)" > ES.IMPAR< / a > ; < a href = "../Functions/isref.htm" onclick = "onhyperlinkclick(this)" > ESREF< / a > ; < a href = "../Functions/istext.htm" onclick = "onhyperlinkclick(this)" > ESTEXTO< / a > ; < a href = "../Functions/n.htm" onclick = "onhyperlinkclick(this)" > N< / a > ; < a href = "../Functions/na.htm" onclick = "onhyperlinkclick(this)" > NOD< / a > ; < a href = "../Functions/sheet.htm" onclick = "onhyperlinkclick(this)" > HOJA< / a > ; < a href = "../Functions/sheets.htm" onclick = "onhyperlinkclick(this)" > HOJAS< / a > ; < a href = "../Functions/type.htm" onclick = "onhyperlinkclick(this)" > TIPO< / a > < / td >
2018-04-12 09:55:07 +00:00
< / tr >
< tr >
< td > Funciones lógicas< / td >
< td > Se usa para comprobar si una condición es verdadera o falsa.< / td >
< td > < a href = "../Functions/and.htm" onclick = "onhyperlinkclick(this)" > Y< / a > ; < a href = "../Functions/false.htm" onclick = "onhyperlinkclick(this)" > FALSO< / a > ; < a href = "../Functions/if.htm" onclick = "onhyperlinkclick(this)" > SI< / a > ; < a href = "../Functions/iferror.htm" onclick = "onhyperlinkclick(this)" > SI.ERROR< / a > ; < a href = "../Functions/ifna.htm" onclick = "onhyperlinkclick(this)" > SI.ND< / a > ; < a href = "../Functions/ifs.htm" onclick = "onhyperlinkclick(this)" > SI.CONJUNTO< / a > ; < a href = "../Functions/not.htm" onclick = "onhyperlinkclick(this)" > NO< / a > ; < a href = "../Functions/or.htm" onclick = "onhyperlinkclick(this)" > O< / a > ; < a href = "../Functions/switch.htm" onclick = "onhyperlinkclick(this)" > CAMBIAR< / a > ; < a href = "../Functions/true.htm" onclick = "onhyperlinkclick(this)" > VERDADERO< / a > ; < a href = "../Functions/xor.htm" onclick = "onhyperlinkclick(this)" > XO< / a > < / td >
< / tr >
< / table >
< / div >
< / body >
< / html >