__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<!DOCTYPE html>
<html lang="es" dir="ltr">
<head>
<base href="../../../../">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Utilizar comodines en fórmulas</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_id3152149"></a> <meta itemprop="keywords" content="comodines en fórmulas">
<meta itemprop="keywords" content="comodines,ejemplos">
<h1 id="hd_id941629155075179" dir="auto">
<a id="wildcards_h1"></a>Utilizar comodines en fórmulas</h1>
<p id="par_id571629155308959" class="paragraph" dir="auto">Wildcards are special characters that can be used in search strings that are passed as arguments to some Calc functions. They can also be used to define search criteria in the <span class="emph">Find & Replace</span> dialog. The use of wildcards enables the definition of more advanced search parameters with a single search string.</p>
<p id="par_id391629156224638" class="paragraph" dir="auto">LibreOffice Calc supports either <span class="emph">wildcards</span> or <span class="emph">regular expressions</span> as arguments depending on the current application settings. By default LibreOffice Calc is set to support wildcards instead of regular expressions.</p>
<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_id551629156504794" dir="auto">To make sure wildcards are supported, go to <span id="swlnsyscalc_wildcards_1" class="switchinline"><span hidden="true" id="MACcalc_wildcards_1" class="MAC"><span class="menuitem">LibreOffice - Preferences - LibreOffice Calc - Calculate</span></span><span hidden="true" id="defaultcalc_wildcards_1"><span class="menuitem">Tools - Options - LibreOffice Calc - Calculate</span></span></span> and check if the option <span class="emph">Enable wildcards in formulas</span> is selected. Note that you can use this dialog to switch to regular expressions by choosing <span class="emph">Enable regular expressions in formulas</span> or choose to support neither wildcards nor regular expressions.</p></div>
</div>
<br>
<p id="par_id141629156913731" class="paragraph" dir="auto">Se admiten los comodines siguientes:</p>
<table border="1" class="" cellpadding="0" cellspacing="0">
<tr>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id801629209195110" class="tableheadintable" dir="auto">Comodín</p>
</th>
<th rowspan="" colspan="" class="tableheadcell" dir="auto">
<p id="par_id861629209212608" class="tableheadintable" dir="auto">Descripción</p>
</th>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id591629209073388" class="tablecontentintable" dir="auto"><span class="emph">? (signo de interrogación)</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id31629209073388" class="tablecontentintable" dir="auto">Matches any single character. For example, the search string "b?g" matches “bag” and “beg” but will not match "boog" or "mug".</p>
<p id="par_id121629209114452" class="tablecontentintable" dir="auto">Note that it will not match "bg" as well, since "?" must match exactly <span class="emph">one</span> character. The "?" wildcard does not correspond to a zero-character match.</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id981629209073388" class="tablecontentintable" dir="auto"><span class="emph">* (asterisco)</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id51629209073388" class="tablecontentintable" dir="auto">Matches any sequence of characters, including an empty string. For example, the search string "*cast" will match “cast”, “forecast”, and “outcast”, but will not match "forecaster" using default LibreOffice settings.</p>
<p id="par_id351629209153307" class="tablecontentintable" dir="auto">If the option <span class="menuitem">Search criteria = and <> must apply to whole cells</span> is disabled in <span id="swlnsyscalc_wildcards_2" class="switchinline"><span hidden="true" id="MACcalc_wildcards_2" class="MAC"><span class="menuitem">LibreOffice - Preferences - LibreOffice Calc - Calculate</span></span><span hidden="true" id="defaultcalc_wildcards_2"><span class="menuitem">Tools - Options - LibreOffice Calc - Calculate</span></span></span>, then "forecaster" will be a match using the "*cast" search string.</p>
</td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto">
<p id="par_id181629209277556" class="tablecontentintable" dir="auto"><span class="emph">~ (virgulilla)</span></p>
</td>
<td rowspan="" colspan="" dir="auto">
<p id="par_id881629209280877" class="tablecontentintable" dir="auto">Escapes the special meaning of a question mark, asterisk, or tilde character that follows immediately after the tilde character.</p>
<p id="par_id861629209431020" class="tablecontentintable" dir="auto">For example, the search string "why~?" matches “why?” but will not match "whys" nor "why~s".</p>
</td>
</tr>
</table>
<br>
<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_id1001629157561261" dir="auto">Los comodines pueden utilizarse tanto en LibreOffice Calc como en Microsoft Excel. Por esta razón, si necesita interoperatividad entre ambas aplicaciones, opte por los comodines y no por las expresiones regulares. Por el contrario, si la interoperatividad no es necesaria, considere utilizar expresiones regulares para obtener prestaciones de búsqueda más avanzadas.</p></div>
</div>
<br>
<h2 id="hd_id671629158766165" dir="auto">Funciones de hoja de cálculo admitidas</h2>
<p id="par_id161629158785887" class="paragraph" dir="auto">Las funciones de hoja de cálculo siguientes admiten comodines:</p>
<ul itemprop="Unordered" itemscope="true" itemtype="http://schema.org/ItemList" dir="auto">
<li itemprop="itemListElement" itemscope="true" itemtype="http://schema.org/ItemListUnordered" dir="auto">
<p id="par_id441629158810517" class="listitem" dir="auto"><span class="emph">Database functions:</span> DAVERAGE, DCOUNT, DCOUNTA, DGET, DMAX, DMIN, DPRODUCT, DSTDEV, DSTDEVP, DSUM, DVAR and DVARP.</p>
</li>
<li itemprop="itemListElement" itemscope="true" itemtype="http://schema.org/ItemListUnordered" dir="auto">
<p id="par_id321629158810916" class="listitem" dir="auto"><span class="emph">Conditional functions:</span> AVERAGEIF, AVERAGEIFS, COUNTIF, COUNTIFS, MAXIFS, MINIFS, SUMIF and SUMIFS.</p>
</li>
<li itemprop="itemListElement" itemscope="true" itemtype="http://schema.org/ItemListUnordered" dir="auto">
<p id="par_id941629158811325" class="listitem" dir="auto"><span class="emph">Funciones de búsqueda</span>: BUSCARX, BUSCARH, BUSCAR y BUSCARV</p>
</li>
<li itemprop="itemListElement" itemscope="true" itemtype="http://schema.org/ItemListUnordered" dir="auto">
<p id="par_id41629158919808" class="listitem" dir="auto"><span class="emph">Otras funciones</span>: COINCIDIRX, COINCIDIR y HALLAR.</p>
</li>
</ul>
<h2 id="hd_id701629159564269" dir="auto">Ejemplos de comodines en fórmulas</h2>
<p id="par_id121629289062103" class="paragraph" dir="auto">The following examples consider that the options <span class="menuitem">Enable wildcards in formulas</span> and <span class="menuitem">Search criteria = and <> must apply to whole cells</span> are enabled in <span id="swlnsyscalc_wildcards_3" class="switchinline"><span hidden="true" id="MACcalc_wildcards_3" class="MAC"><span class="menuitem">LibreOffice - Preferences - LibreOffice Calc - Calculate</span></span><span hidden="true" id="defaultcalc_wildcards_3"><span class="menuitem">Tools - Options - LibreOffice Calc - Calculate</span></span></span>.</p>
<p id="par_id271629159111490" class="paragraph" dir="auto"><span class="input" data-tooltip="Pulse en el texto para copiarlo en el portapapeles">=COUNTIF(A1:A10;"Chi*")</span> counts the number of cells in the range <span class="emph">A1:A10</span> containing strings that start with "Chi" followed by zero or more characters.</p>
<p id="par_id741629159343415" class="paragraph" dir="auto"><span class="input" data-tooltip="Pulse en el texto para copiarlo en el portapapeles">=SUMIF(A1:A5;"A??";B1:B5)</span> sums the values in <span class="emph">B1:B5</span> whose corresponding values in <span class="emph">A1:A5</span> start with "A" followed by exactly two other characters.</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_id141629159465592" dir="auto">Las comparaciones mediante comodines <span class="emph">no</span> distinguen mayúsculas y minúsculas, por lo cual «A?» encontrará tanto «A1» como «a1».</p></div>
</div>
<br>
<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/shared/01/02100001.html">Lista de expresiones regulares</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/wildcards.xhp" target="_blank">/text/scalc/guide/wildcards.xhp</a></p>
<p dir="auto">Title is: Utilizar comodines en fórmulas</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>
| 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 |
|