__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<!DOCTYPE html>
<html lang="es" dir="ltr">
<head>
<base href="../../../../">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Direcciones y referencias, absolutas y relativas</title>
<link rel="shortcut icon" href="media/navigation/favicon.ico">
<link type="text/css" href="normalize.css" rel="Stylesheet">
<link type="text/css" href="prism.css" rel="Stylesheet">
<link type="text/css" href="default.css" rel="Stylesheet">
<script type="text/javascript" src="polyfills.js"></script><script type="text/javascript" src="languages.js"></script><script type="text/javascript" src="es/langnames.js"></script><script type="text/javascript" src="flexsearch.debug.js"></script><script type="text/javascript" src="prism.js"></script><script type="text/javascript" src="help2.js" defer></script><script type="text/javascript" src="a11y-toggle.js" defer></script><script type="text/javascript" src="paginathing.js" defer></script><script type="text/javascript" src="es/bookmarks.js" defer></script><script type="text/javascript" src="es/contents.js" defer></script><script type="text/javascript" src="help.js" defer></script><meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<header id="TopLeftHeader"><a class="symbol" href="es/text/shared/05/new_help.html"><div></div></a><a class="logo" href="es/text/shared/05/new_help.html"><p dir="auto">Ayuda de LibreOffice 25.2</p></a><div class="dropdowns"><div class="modules">
<button type="button" data-a11y-toggle="modules-nav" id="modules" aria-haspopup="true" aria-expanded="false" aria-controls="modules-nav">Módulo</button><nav id="modules-nav" hidden=""></nav>
</div></div></header><aside class="leftside"><input id="accordion-1" name="accordion-menu" type="checkbox"><label for="accordion-1" dir="auto">Contenido</label><div id="Contents" class="contents-treeview"></div></aside><div id="SearchFrame"><div id="Bookmarks">
<input id="search-bar" type="search" class="search" placeholder="Buscar en los marcadores del módulo elegido" dir="auto"><div class="nav-container" tabindex="0"><nav class="index" dir="auto"></nav></div>
</div></div>
<div id="DisplayArea" itemprop="softwareHelp" itemscope="true" itemtype="http://schema.org/SoftwareApplication">
<noscript><div id="WarnJS"><h1 dir="auto">Active JavaScript en el navegador para mostrar las páginas de ayuda de LibreOffice.</h1></div></noscript>
<a id="bm_id3156423"></a><meta itemprop="keywords" content="addressing, relative and absolute">
<meta itemprop="keywords" content="references, absolute/relative">
<meta itemprop="keywords" content="absolute addresses in spreadsheets">
<meta itemprop="keywords" content="relative addresses">
<meta itemprop="keywords" content="absolute references in spreadsheets">
<meta itemprop="keywords" content="relative references">
<meta itemprop="keywords" content="references, to cells">
<meta itemprop="keywords" content="cells, references">
<meta itemprop="keywords" content="range of cells, defining">
<meta itemprop="keywords" content="cell references,ranges union">
<meta itemprop="keywords" content="cell references,ranges concatenation">
<meta itemprop="keywords" content="cell references,ranges intersection">
<h1 id="hd_id3156423" dir="auto">
<a id="relativ_absolut_ref"></a>Direcciones y referencias, absolutas y relativas</h1>
<h2 id="hd_id191672069640769" dir="auto">Referencias a celdas</h2>
<p id="par_id451672069651941" class="paragraph" dir="auto">An individual cell is fully identified by the sheet it belongs, the column identifier (letter) located along the top of the columns and a row identifier (number) found along the left-hand side of the spreadsheet. On spreadsheets read from left to right, the complete reference for the upper left cell of the sheet is <span class="emph">Sheet.A1</span>.</p>
<h2 id="hd_id211672069771744" dir="auto">Intervalos de celdas</h2>
<p id="par_id161672070752816" class="paragraph" dir="auto">You can reference a set of cells by referencing them in ranges. Ranges can be a block of cells, entire set of columns and entire set of rows. The range A1:B2 is the first four cells in the upper left corner of the sheet. Range A:E contains all the cells of column A, B, C, D and E. Range 2:5 contains all the cells of row 2, 3, 4 and 5.</p>
<div class="embedded">
<a id="otherdocref"></a>
               <p id="par_id5888241" class="listitem" dir="auto">The reference to a cell of another document contains the fully qualified name of the other document between single quotes <span class="literal">(')</span>, then a hash <span class="literal">#</span>, then the name of the sheet of the other document, followed by a period and the name or reference of the cell.</p>
               <p id="par_id51672076541215" class="paragraph" dir="auto">Por ejemplo, <span id="swlnsystextscalcguidecellreferencesxml_1" class="switchinline"><span hidden="true" id="WINtextscalcguidecellreferencesxml_1" class="WIN">'file:///C:/Users/user/Documents/Lista de precios.ods'#$'Información SKU'.H51</span><span hidden="true" id="defaulttextscalcguidecellreferencesxml_1">'file:///home/user/Documents/Lista de precios.ods'#$'Información SKU'.H51</span></span>.</p>
               <div class="note">
<div class="noteicon" dir="auto"><img src="media/icon-themes/res/helpimg/note.svg" alt="note" style="width:40px;height:40px;"></div>
<div class="notetext"><p id="par_id451672076939681" dir="auto">The path and document name URI <span class="emph">must always</span> be enclosed in single quotes. If the name contains single quotes (') they must be escaped using two single quotes (''). Only a sheet name may not be quoted if it does not contain a space or a character that would be an operator or the name would be pure numeric (for example, '123' must be quoted).</p></div>
</div>
<br>
            </div>
<div class="embedded">
<a id="referenceoperators"></a>
<h3 id="hd_id3153550" dir="auto">Operadores de referencia</h3>
<p id="par_id3149024" class="paragraph" dir="auto">Estos operadores devuelven un intervalo de cero, una o más celdas.</p>
<p id="par_id2324900" class="paragraph" dir="auto">El intervalo tiene la mayor precedencia, seguido de la intersección y, por último, la unión.</p>
<table border="1" class="" cellpadding="0" cellspacing="0">
<tr>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id3158416" class="tableheadintable" dir="auto">Operador</p>
</th>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id3152822" class="tableheadintable" dir="auto">Nombre</p>
</th>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id521599494740206" class="tableheadintable" dir="auto">Ejemplo</p>
</th>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id3156257" class="tablecontentintable" dir="auto">:</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id3153924" class="tablecontentintable" dir="auto">Intervalo</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id3148432" class="tablecontentintable" dir="auto">A1:C108, A:D o 3:13</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id3152592" class="tablecontentintable" dir="auto">!</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id3150606" class="tablecontentintable" dir="auto">Intersección</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id3083445" class="tablecontentintable" dir="auto">SUMA(A1:B6!B5:C12)</p>
<p id="par_id3150385" class="tablecontentintable" dir="auto">En este ejemplo B5 y B6 están en la intersección y se calcula su suma.</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id4003723" class="tablecontentintable" dir="auto">~</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id838953" class="tablecontentintable" dir="auto">Concatenación o unión</p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id2511978" class="tablecontentintable" dir="auto">Takes two references and returns a reference list, which is a concatenation of the left reference followed by the right reference. Double entries are referenced twice.</p>
<p id="par_id961672071835372" class="paragraphintable" dir="auto"><span class="input" data-tooltip="Pulse en el texto para copiarlo en el portapapeles">=COUNT(A1:B2~B2:C3)</span> counts values of A1:B2 and B2:C3. Note that the cell B2 is counted twice.</p>
<p id="par_id401672243346224" class="paragraphintable" dir="auto"><span class="input" data-tooltip="Pulse en el texto para copiarlo en el portapapeles">=INDEX(A1:B2~C1:D2;2;1;2)</span> selects cell C2, that is, the first cell of the second row, first column, of the second range (C1:D2) of the range list.</p>
</td>
</tr>
</table>
<br>
<div class="note">
<div class="noteicon" dir="auto"><img src="media/icon-themes/res/helpimg/note.svg" alt="note" style="width:40px;height:40px;"></div>
<div class="notetext"><p id="par_id181890" dir="auto">No se permiten las listas de referencias dentro de una expresión matricial.</p></div>
</div>
<br>
</div>
<h2 id="hd_id3163712" dir="auto">Referencia relativa</h2>
<p id="par_id3146119" class="paragraph" dir="auto">A1 hace referencia a la celda en la columna A y fila 1. La referencia a un área contigua se consigue indicando la esquina superior izquierda del área, luego dos puntos y finalmente la celda inferior derecha del área. El área cuadrada de las primeras cuatro celdas en la esquina superior izquierda se llamaría de este modo A1:B2.</p>
<p id="par_id3154730" class="paragraph" dir="auto">En esta forma de referencia a un área, la referencia a A1:B2 será una referencia relativa. Relativa significa en este contexto que la referencia se ajusta al área al copiar las fórmulas.</p>
<h2 id="hd_id3149377" dir="auto">Referencia absoluta</h2>
<p id="par_id3154943" class="paragraph" dir="auto">En oposición a las referencias relativas existen las referencias absolutas que se escriben de la siguiente forma: $A$1:$B$2. Delante de cada dato usado como absoluto deberá figurar el signo del dólar.</p>

<a id="abs_rel_types"></a>
    <div class="tip">
<div class="noteicon" dir="auto"><img src="media/icon-themes/res/helpimg/tip.svg" alt="tip" style="width:40px;height:40px;"></div>
<div class="notetext"><p id="par_id3147338" dir="auto">LibreOffice can convert the current reference, in which the cursor is positioned in the input line, from relative to absolute and vice versa by pressing <span class="keycode">F4</span>. If you start with a relative address such as A1, the first time you press this key combination, both row and column are set to absolute references ($A$1). The second time, only the row (A$1), and the third time, only the column ($A1). If you press the key combination once more, both column and row references are switched back to relative (A1)</p></div>
</div>
<br>


<p id="par_id3153963" class="paragraph" dir="auto">LibreOffice Calc le muestra de manera esquemática las referencias a una fórmula. Si pulsa p.ej. en una celda sobre la fórmula =SUMA(A1:C5;D15:D24), ambas áreas referenciadas se destacarán en color. La parte de la fórmula «A1:C5» puede, p. ej., aparecer en azul, y el intervalo de celdas referenciado en el mismo tono de azul. La siguiente parte de la fórmula, «D15:D24» puede aparecer marcada de forma semejante en rojo.</p>
<h2 id="hd_id3154704" dir="auto">¿Cuándo usar referencias relativas y cuándo absolutas?</h2>
<p id="par_id3147346" class="paragraph" dir="auto">¿Cómo se distingue una referencia relativa? Supongamos que desea calcular en la celda E1 la suma de las celdas en el área A1:B2. La fórmula que debe introducir en E1 debe ser: =SUMA(A1:B2). Si más tarde decide insertar una columna nueva delante de la columna A, los elementos que quiere sumar aparecerán entonces en B1:C2 y la fórmula en F1, en lugar de en E1. Por consiguiente, tras insertar la nueva columna, debería comprobar y corregir todas las fórmulas de la hoja, y posiblemente en otras hojas.</p>
<p id="par_id3155335" class="paragraph" dir="auto">Afortunadamente, LibreOffice se encarga de ello. Después de insertar una nueva columna A, la fórmula =SUMA(A1:B2) se actualiza a =SUMA(B1:C2) de forma automática. Los números de fila también se ajustan automáticamente al insertar una nueva fila 1. Las referencias absolutas y relativas se ajustan en LibreOffice Calc siempre que se desplaza el área a la que se hace referencia. Tenga cuidado, no obstante, al copiar una fórmula, ya que en ese caso únicamente se ajustan las referencias relativas, no las absolutas.</p>
<p id="par_id3145791" class="paragraph" dir="auto">Las referencias absolutas se utilizan cuando un cálculo hace referencia a una celda específica de la hoja. Si una fórmula que hace referencia precisamente a esa celda se copia a una celda situada más abajo que la original, la referencia se desplazará hacia abajo si no se han definido las coordenadas como absolutas.</p>
<p id="par_id3147005" class="paragraph" dir="auto">Aparte de con la inserción de nuevas filas y columnas, las referencias también pueden cambiar si una fórmula que hace referencia a celdas específicas se copia en otra área de la hoja. Suponiendo que ha introducido la fórmula =SUMA(A1:A9) en la fila 10, si desea calcular la suma de la columna adyacente a la derecha, solo tiene que copiar esta fórmula en la celda de la derecha. La copia de la fórmula en la columna B se ajustará automáticamente para obtener =SUMA(B1:B9).</p>
<a id="relatedtopics"></a><div class="relatedtopics">
<p class="related" itemprop="mentions" dir="auto"><a id="related"></a><span class="emph">Temas relacionados</span></p>
<div class="relatedbody" itemprop="mentions">
<div class="embedded"><p class="embedded" dir="auto"><a target="_top" href="es/text/scalc/guide/value_with_name.html">Dar nombre a celdas</a></p></div>
<div class="embedded"><p class="embedded" dir="auto"><a target="_top" href="es/text/scalc/guide/address_auto.html">Reconocer un nombre como referencia</a></p></div>
</div>
</div>
</div>
<div id="DonationFrame"></div>
<footer><h2 style="text-align: center;"><a href="https://books.libreoffice.org" target="_blank">Libros de LibreOffice</a></h2>
<div class="noteicon" dir="auto" style="display:flex;justify-content:center;flex-wrap:wrap;row-gap:15px;">
<img src="media/navigation/libo-writer.svg" alt="Writer Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-calc.svg" alt="Calc Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-impress.svg" alt="Impress Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-draw.svg" alt="Draw Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-base.svg" alt="Base Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-math.svg" alt="Math Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-symbol-black.svg" alt="Getting Started Icon" style="width:60px;height:60px;">
</div>
<div id="DEBUG" class="debug">
<h3 class="bug">Help content debug info:</h3>
<p dir="auto">This page is: <a href="https://opengrok.libreoffice.org/xref/help/source/text/scalc/guide/relativ_absolut_ref.xhp" target="_blank">/text/scalc/guide/relativ_absolut_ref.xhp</a></p>
<p dir="auto">Title is: Direcciones y referencias, absolutas y relativas</p>
<p id="bm_module" dir="auto"></p>
<p id="bm_system" dir="auto"></p>
<p id="bm_HID" dir="auto"></p>
</div></footer>
</body>
</html>

Filemanager

Name Type Size Permission Actions
address_auto.html File 8.38 KB 0644
auto_off.html File 8.69 KB 0644
autofilter.html File 9.01 KB 0644
autoformat.html File 8.89 KB 0644
background.html File 7.14 KB 0644
borders.html File 19.28 KB 0644
calc_date.html File 7.81 KB 0644
calc_series.html File 10.44 KB 0644
calc_timevalues.html File 5.14 KB 0644
calculate.html File 6.74 KB 0644
cell_enter.html File 7.3 KB 0644
cell_protect.html File 10.78 KB 0644
cell_unprotect.html File 5.62 KB 0644
cellcopy.html File 7.74 KB 0644
cellreference_dragdrop.html File 7.72 KB 0644
cellreferences.html File 11.9 KB 0644
cellreferences_url.html File 7.96 KB 0644
cellstyle_by_formula.html File 7.65 KB 0644
cellstyle_conditional.html File 15.61 KB 0644
cellstyle_minusvalue.html File 6.35 KB 0644
change_image_anchor.html File 6.32 KB 0644
consolidate.html File 10.92 KB 0644
csv_files.html File 11.55 KB 0644
csv_formula.html File 10.76 KB 0644
currency_format.html File 8.22 KB 0644
database_define.html File 7.69 KB 0644
database_filter.html File 9.68 KB 0644
database_sort.html File 6.41 KB 0644
datapilot.html File 6.16 KB 0644
datapilot_createtable.html File 10.48 KB 0644
datapilot_deletetable.html File 6.3 KB 0644
datapilot_edittable.html File 7.81 KB 0644
datapilot_filtertable.html File 10.38 KB 0644
datapilot_formatting.html File 8.92 KB 0644
datapilot_grouping.html File 7.26 KB 0644
datapilot_tipps.html File 6.88 KB 0644
datapilot_updatetable.html File 6.19 KB 0644
dbase_files.html File 11.02 KB 0644
design.html File 7.99 KB 0644
edit_multitables.html File 6.62 KB 0644
filters.html File 7.62 KB 0644
finding.html File 10.58 KB 0644
format_table.html File 8.82 KB 0644
format_value.html File 7.63 KB 0644
format_value_userdef.html File 9.76 KB 0644
formula_copy.html File 7.72 KB 0644
formula_enter.html File 8.59 KB 0644
formula_value.html File 6.03 KB 0644
formulas.html File 8.04 KB 0644
fraction_enter.html File 5.9 KB 0644
goalseek.html File 8.18 KB 0644
html_doc.html File 7.58 KB 0644
integer_leading_zero.html File 8.69 KB 0644
keyboard.html File 11.18 KB 0644
line_fix.html File 7.31 KB 0644
main.html File 22.03 KB 0644
mark_cells.html File 9.18 KB 0644
matrixformula.html File 6.91 KB 0644
move_dragdrop.html File 12.43 KB 0644
multi_tables.html File 7.63 KB 0644
multioperation.html File 13.52 KB 0644
multitables.html File 6.77 KB 0644
note_insert.html File 7.54 KB 0644
numbers_text.html File 12.24 KB 0644
pivotchart.html File 6.17 KB 0644
pivotchart_create.html File 7.84 KB 0644
pivotchart_delete.html File 5.96 KB 0644
pivotchart_edit.html File 9.88 KB 0644
pivotchart_filter.html File 6.71 KB 0644
pivotchart_update.html File 6.06 KB 0644
print_details.html File 7.93 KB 0644
print_exact.html File 6.63 KB 0644
print_landscape.html File 9.3 KB 0644
print_title_row.html File 8.69 KB 0644
printranges.html File 10.55 KB 0644
relativ_absolut_ref.html File 15.06 KB 0644
remove_duplicates.html File 7.93 KB 0644
rename_table.html File 11.37 KB 0644
rounding_numbers.html File 8.35 KB 0644
row_height.html File 7.27 KB 0644
scenario.html File 9.74 KB 0644
sorted_list.html File 6.63 KB 0644
specialfilter.html File 14.18 KB 0644
subtotaltool.html File 9.5 KB 0644
super_subscript.html File 5.9 KB 0644
table_cellmerge.html File 13.29 KB 0644
table_rotate.html File 6.15 KB 0644
table_view.html File 6.5 KB 0644
text_numbers.html File 6.6 KB 0644
text_rotate.html File 5.76 KB 0644
text_wrap.html File 6.23 KB 0644
userdefined_function.html File 11.89 KB 0644
validity.html File 10.36 KB 0644
value_with_name.html File 10.87 KB 0644
webquery.html File 10.32 KB 0644
wildcards.html File 12.76 KB 0644
year2000.html File 5.59 KB 0644
Filemanager