[ Avaa Bypassed ]




Upload:

Command:

www-data@3.148.210.152: ~ $
<!DOCTYPE html>
<html lang="en-US">
<head>
<base href="../../../../">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Detailed Calculation</title>
<link rel="shortcut icon" href="media/navigation/favicon.ico">
<link type="text/css" href="normalize.css" rel="Stylesheet">
<link type="text/css" href="default.css" rel="Stylesheet">
<link type="text/css" href="prism.css" rel="Stylesheet">
<script type="text/javascript" src="polyfills.js"></script><script type="text/javascript" src="languages.js"></script><script type="text/javascript" src="fuzzysort.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="en-US/langnames.js" defer></script><script type="text/javascript" src="paginathing.js" defer></script><script type="text/javascript" src="en-US/bookmarks.js" defer></script><script type="text/javascript" src="en-US/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 itemscope="true" itemtype="http://schema.org/TechArticle">
<div class="header-extrawurst">
<header><div class="logo-container"><a class="logo" href="en-US/text/shared/05/new_help.html"><div class="symbol"></div>
<p>LibreOffice 6.4 Help</p></a></div></header><div class="modules">
<button type="button" data-a11y-toggle="modules-nav" id="modules" onclick="setupModules('', 'en-US');">Module</button><nav id="modules-nav"></nav>
</div>
</div>
<aside class="rightside"><input id="accordion-1" name="accordion-menu" type="checkbox"><label for="accordion-1">Contents</label><div id="Contents" class="contents-treeview"></div></aside><aside class="leftside"><div id="Index">
<div class="index-label">Index  🔎︎ </div>
<div id="Bookmarks">
<input id="search-bar" type="text" class="search" placeholder="Search in all modules"><nav class="index"></nav>
</div>
</div></aside><div id="DisplayArea" itemprop="articleBody">
    <a name="bm_id3146799"></a>
<meta itemprop="keywords" content="string,conversion to number settings">
<meta itemprop="keywords" content="string conversion to number options">
<meta itemprop="keywords" content="string,conversion to date settings">
<meta itemprop="keywords" content="string conversion to date options">
<meta itemprop="keywords" content="string,conversion to reference settings">
<meta itemprop="keywords" content="string conversion to reference options">
<meta itemprop="keywords" content="string,setting in spreadsheet formulas">
<meta itemprop="keywords" content="cell reference syntax in strings,Excel R1C1">
<meta itemprop="keywords" content="cell reference syntax in strings,Excel A1">
<meta itemprop="keywords" content="cell reference syntax in strings,Calc A1">
<meta itemprop="keywords" content="Excel R1C1,cell reference syntax in strings">
<meta itemprop="keywords" content="Excel A1,cell reference syntax in strings">
<meta itemprop="keywords" content="Calc A1,cell reference syntax in strings">
    
    <a name="detailed_calculation"></a>
        <a name="bm_id2745673"></a>
        <a name="@@nowidget@@"></a>
        <h1 id="hd_id371535153017185">
<a name="detailed_heading"></a>Detailed Calculation Settings</h1>
        <p id="par_id461535153017196" class="paragraph"><a name="variable%20name"></a><span class="avis">Sets the rules for conversion from strings values to numeric values, string values to cell references, and strings values to date and time values. This affects built-in functions such as INDIRECT that takes a reference as a string value or date and time functions that takes arguments as string values in local or ISO 8601 formats.</span></p>
    
    <a name="howtoget"></a><div class="howtoget">
<div><p class="howtogetheader"><a name="wie"></a>To access this command...
</p></div>
<div class="howtogetbody">
        <p id="par_id2752992" class="paragraph"><a name="sam01"></a>Menu <span id="swlnsysidm33" class="switchinline"><span hidden="true" id="MACidm34" class="MAC"><span class="emph">LibreOffice - Preferences</span></span><span hidden="true" id="defaultidm36"><span class="emph">Tools - Options</span></span></span><span class="emph"> - LibreOffice Calc - Formula</span>, and in section <span class="emph">Detailed Calculation Settings</span> press <span class="emph">Details...</span> button.</p>
    </div>
</div>
<br>
    <h2 id="par_id4238715">Contents to Numbers</h2>
    <h3 id="par_id8277230">Conversion from text to number</h3>
    <p id="par_id396740" class="paragraph">How to treat text when encountered as operand in an arithmetic operation or as argument to a function that expects a number instead. Unambiguous conversion is possible for integer numbers including exponents and ISO 8601 dates and times in their extended formats with separators. Fractional numeric values with decimal separators or dates other than ISO 8601 are locale dependent. Note that in locale dependent conversions the resulting numeric value may differ between locales!</p>
    <p id="par_id4086428" class="paragraph"><span class="emph">Generate #VALUE! error:</span> Text found where numeric data is expected will generate #VALUE! error. Example: <span class="input" data-tooltip="Click on text to copy to clipboard">"123.45"</span> will generate a #VALUE! error, while <span class="input" data-tooltip="Click on text to copy to clipboard">123.45</span> not.</p>
    <p id="par_id9024628" class="paragraph"><span class="emph">Treat as zero:</span> Any text found where numeric data is expected will be considered as a number of value zero. Example: <span class="input" data-tooltip="Click on text to copy to clipboard">"123.45"</span> will map to zero, while <span class="input" data-tooltip="Click on text to copy to clipboard">123.45</span> not.</p>
    <p id="par_id3067110" class="paragraph"><span class="emph">Convert only if unambiguous:</span> If the text represents a valid and unambiguous numeric value, convert it. Example: <span class="input" data-tooltip="Click on text to copy to clipboard">"123.456"</span> will generate a #VALUE! error because the text contains a separator, while <span class="input" data-tooltip="Click on text to copy to clipboard">"123456"</span> will not.</p>
    <p id="par_id8841822" class="paragraph"><span class="emph">Convert also locale dependent:</span> convert values valid in the locale representation. Example: <span class="input" data-tooltip="Click on text to copy to clipboard">"123,45"</span> is a valid number in some locales because the comma is the decimal separator there.</p>
    <h3 id="par_id4077578">Treat empty string as zero</h3>
    <p id="par_id9094515" class="paragraph">This option determines how an empty string is treated when used in arithmetic operations. If you have set "Conversion from text to number" to either "Generate #VALUE! error" or "Treat as zero", you cannot choose (here) if conversion of an empty string to a number will generate an error or if it will treat empty strings as zero. Otherwise this option determines how empty strings are treated.</p>
    <h3 id="par_id3859675">Reference syntax for string reference</h3>
    <p id="par_id402233" class="paragraph">Formula syntax to use when parsing references given in string parameters. This affects built-in functions such as INDIRECT that takes a reference as a string value.</p>
          <ul>
        <li>
            <p id="par_id1623889" class="listitem"><span class="emph">Use formula syntax</span></p>
        </li>
        <li>
            <p id="par_id7781914" class="listitem"><span class="emph">Calc A1</span></p>
        </li>
        <li>
            <p id="par_id300912" class="listitem"><span class="emph">Excel A1</span></p>
        </li>
        <li>
            <p id="par_id9534592" class="listitem"><span class="emph">Excel R1C1</span></p>
        </li>
        <li>
            <p id="par_id811567770857290" class="listitem"><span class="emph">Calc A1 | Excel A1</span></p>
        </li>
    </ul>
    <a name="relatedtopics"></a><div class="relatedtopics">
<p class="related" itemprop="mentions"><a name="related"></a><span class="emph">Related Topics</span>
</p>
<div class="relatedbody" itemprop="mentions">
        <p id="par_id191535211862982" class="paragraph"><a target="_top" href="en-US/text/scalc/01/04060102.html">Date and time functions</a></p>
        <p id="par_id261535211868627" class="paragraph"><a target="_top" href="en-US/text/scalc/01/04060109.html#Section6">INDIRECT function</a></p>
    </div>
</div>
</div>
<div class="search-frame"></div>
<div class="donation-frame"></div>
<footer><div id="DEBUG" class="debug">
<h3 class="bug">Help content debug info:</h3>
<p>This page is: <a href="https://opengrok.libreoffice.org/xref/help/source/text/shared/optionen/detailedcalculation.xhp" target="_blank">/text/shared/optionen/detailedcalculation.xhp</a></p>
<p>Title is: Detailed Calculation</p>
<p id="bm_module"></p>
<p id="bm_system"></p>
<p id="bm_HID"></p>
</div></footer>
</body>
</html>

Filemanager

Name Type Size Permission Actions
01000000.html File 10.06 KB 0644
01010000.html File 8.36 KB 0644
01010100.html File 9.48 KB 0644
01010200.html File 15.93 KB 0644
01010300.html File 10.29 KB 0644
01010301.html File 4.29 KB 0644
01010400.html File 16.41 KB 0644
01010401.html File 5.94 KB 0644
01010501.html File 10 KB 0644
01010600.html File 6.11 KB 0644
01010700.html File 9.65 KB 0644
01010800.html File 11.59 KB 0644
01010900.html File 8.81 KB 0644
01012000.html File 6.21 KB 0644
01013000.html File 7.26 KB 0644
01020000.html File 5.36 KB 0644
01020100.html File 7.39 KB 0644
01020300.html File 3.27 KB 0644
01030000.html File 4.22 KB 0644
01030300.html File 7.83 KB 0644
01030500.html File 8.73 KB 0644
01040000.html File 8.44 KB 0644
01040200.html File 9.71 KB 0644
01040300.html File 7.47 KB 0644
01040301.html File 5.72 KB 0644
01040400.html File 11.22 KB 0644
01040500.html File 10.69 KB 0644
01040600.html File 11.31 KB 0644
01040700.html File 6.24 KB 0644
01040900.html File 11.83 KB 0644
01041000.html File 13.02 KB 0644
01041100.html File 6.69 KB 0644
01050000.html File 5.79 KB 0644
01050100.html File 9.07 KB 0644
01050300.html File 3.53 KB 0644
01060000.html File 7.58 KB 0644
01060100.html File 13.7 KB 0644
01060300.html File 11.52 KB 0644
01060400.html File 6.47 KB 0644
01060401.html File 4.14 KB 0644
01060500.html File 19.05 KB 0644
01060600.html File 4.63 KB 0644
01060700.html File 5.05 KB 0644
01060800.html File 6.93 KB 0644
01060900.html File 11.13 KB 0644
01061000.html File 3.95 KB 0644
01070000.html File 4.98 KB 0644
01070100.html File 5.72 KB 0644
01070300.html File 12.13 KB 0644
01070400.html File 8.21 KB 0644
01070500.html File 11.01 KB 0644
01080000.html File 4.97 KB 0644
01090000.html File 4.44 KB 0644
01090100.html File 6.8 KB 0644
01110000.html File 3.78 KB 0644
01110100.html File 4.85 KB 0644
01130100.html File 13.82 KB 0644
01130200.html File 5.55 KB 0644
01140000.html File 12.07 KB 0644
01150000.html File 6.67 KB 0644
01150100.html File 7.5 KB 0644
01150200.html File 4.75 KB 0644
01150300.html File 6.48 KB 0644
01160000.html File 4.2 KB 0644
01160100.html File 4.91 KB 0644
01160200.html File 4.4 KB 0644
01160201.html File 3.51 KB 0644
BasicIDE.html File 11.53 KB 0644
detailedcalculation.html File 8.92 KB 0644
experimental.html File 3.26 KB 0644
expertconfig.html File 6.78 KB 0644
java.html File 6.88 KB 0644
javaclasspath.html File 4.59 KB 0644
javaparameters.html File 5.52 KB 0644
macrosecurity.html File 3.88 KB 0644
macrosecurity_sl.html File 5.17 KB 0644
macrosecurity_ts.html File 4.14 KB 0644
mailmerge.html File 5.7 KB 0644
online_update.html File 6.65 KB 0644
opencl.html File 4.77 KB 0644
securityoptionsdialog.html File 6.55 KB 0644
serverauthentication.html File 5.34 KB 0644
testaccount.html File 3.78 KB 0644
viewcertificate.html File 3.49 KB 0644
viewcertificate_c.html File 2.99 KB 0644
viewcertificate_d.html File 3.08 KB 0644
viewcertificate_g.html File 2.89 KB 0644