web-apps/apps/spreadsheeteditor/main/resources/help/es/Functions/decimal.htm

37 lines
2.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<title>Función CONV.DECIMAL</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<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>Función CONV.DECIMAL</h1>
<p>La función <b>CONV.DECIMAL</b> es una función matemática y trigonométrica. Se usa para convertir una representación textual de una base dada en un número decimal.</p>
<p>La sintaxis de la función <b>CONV.DECIMAL</b> es:</p>
<p style="text-indent: 150px;"><b><em>CONV.DECIMAL(texto, base)</em></b></p>
<p><em>donde</em></p>
<p style="text-indent: 50px;"><b><em>texto</em></b> es la representación textual del número que quiere convertir. La longitud de la cadena debe ser menor o igual a 255 caracteres.</p>
<p style="text-indent: 50px;"><b><em>base</em></b> es la base del número. Un número entero mayor o igual a 2 y menor o igual que 36.</p>
<p>Los valores numéricos pueden introducirse a mano o incluirse en la celda a la que usted hace referencia.</p>
<p>Para aplicar la función <b>CONV.DECIMAL</b>,</p>
<ol>
<li>seleccione la celda donde usted quiere ver el resultado,</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 barra de herramientas superior, <br />o haga clic derecho en la сelda seleccionada y elija 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>seleccione el grupo de función <b>Matemáticas y trigonometría</b> en la lista,</li>
<li>haga clic en la función <b>CONV.DECIMAL</b>,</li>
<li>introduzca los argumentos correspondientes separados por comas,</li>
<li>pulse El botón <b>Enter</b>.</li>
</ol>
<p>El resultado se mostrará en la celda elegida.</p>
<p style="text-indent: 150px;"><img alt="Función CONV.DECIMAL" src="../images/decimal.png" /></p>
</div>
</body>
</html>