403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.216.202
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Program Files/LibreOffice/help/en-US/text/scalc/01/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Program Files/LibreOffice/help/en-US/text/scalc/01/func_switch.html
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<base href="../../../../">
<noscript><meta http-equiv="refresh" content="0; URL=../../../../en-US/noscript.html"></noscript>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>SWITCH function</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="en-US/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="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>
<header id="TopLeftHeader"><a class="symbol" href="en-US/text/shared/05/new_help.html"><div></div></a><a class="logo" href="en-US/text/shared/05/new_help.html"><p dir="auto">LibreOffice 24.2 Help</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">Module</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">Contents</label><div id="Contents" class="contents-treeview"></div></aside><div id="SearchFrame"><div id="Bookmarks">
<input id="search-bar" type="search" class="search" placeholder="Search in bookmarks for chosen module" 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">
    <a name="switch01"></a>
        <a name="bm_id111556242313790"></a>
        <a name="bm_id571556244875552"></a>
            <meta itemprop="keywords" content="SWITCH function">
        
        <h1 id="hd_id21556242313791" dir="auto">
<a name="switchfunct"></a>SWITCH</h1>
        <p id="par_id361556242313793" class="paragraph" dir="auto"><a name="functionswitch"></a><span class="avis">SWITCH compares <span class="emph">expression</span> with <span class="emph">value1</span> to <span class="emph">valuen</span> and returns the result belonging to the first value that equals expression. If there is no match and default_result is given, that will be returned.</span></p>
    
    <div class="embedded">
<a name="func_head_syntax"></a>
    <h3 id="hd_id126511265112651" dir="auto">Syntax</h3>
  </div>

    <p id="par_id521556242803283" class="code" dir="auto">SWITCH(expression; value1; result1[; value2; result2][; ... ; [value127; result127][; default_result]])</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_id111585520651521" dir="auto">If you choose not to specify a default result, 127 value / result pairs may be entered as parameters. If you choose to include a default result at the end of the list of parameters, then only 126 value / result pairs may be entered.</p></div>
</div>
<br>
    <p id="par_id341556242996378" class="paragraph" dir="auto"><span class="emph">expression</span> is a text, numeric, logical or date input or reference to a cell.</p>
    <p id="par_id321556243790332" class="paragraph" dir="auto"><span class="emph">value1, value2, ...</span>  is any value or reference to a cell. Each value must have a result given.</p>
    <p id="par_id171556243796068" class="paragraph" dir="auto"><span class="emph">result1, result2, ...</span> is any value or reference to a cell.</p>
    <p id="par_id331556245422283" class="paragraph" dir="auto"><span class="emph">default_result</span>: any value or reference to a cell that is returned when there is no match.</p>
    <p id="par_id871556243022881" class="paragraph" dir="auto">If no <span class="emph">value</span> equals <span class="emph">expression</span> and no default result is given, a #N/A error is returned.</p>
    <div class="embedded">
<a name="func_head_example"></a>
    <h3 id="hd_id980889808898088" dir="auto">Examples</h3>
  </div>
    <p id="par_id851556243961783" class="paragraph" dir="auto"><span class="input" data-tooltip="Click on text to copy to clipboard">=SWITCH(MONTH(A3),1,"January",2,"February",3,"March","No match")</span> returns "January" when A3 contains a date in January, "February" when A3 contains a date in February , etc...</p>
    <div class="embedded">
<a name="sectiontechinfo"></a>
        <h4 id="hd_id301640873452726" dir="auto">Technical information</h4>
    </div>
    <div class="embedded">
<a name="5.2"></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_id651551401041652" dir="auto">This function is available since LibreOffice 5.2.</p></div>
</div>
<br>
    </div>
    <div class="embedded">
<a name="notODFF"></a>
        <p id="par_id251640873774457" class="paragraph" dir="auto">This function is not part of the <span class="emph">Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format</span> standard. The name space is</p>
    </div>
    <p id="par_id341640873986703" class="paragraph" dir="auto"><span class="literal">COM.MICROSOFT.SWITCH</span></p>
    <a name="relatedtopics"></a><div class="relatedtopics">
<p class="related" itemprop="mentions" dir="auto"><a name="related"></a><span class="emph">Related Topics</span>
</p>
<div class="relatedbody" itemprop="mentions">
        <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_id171677014475983" dir="auto"><a target="_blank" href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/SWITCH">SWITCH wiki page</a>.</p></div>
</div>
<br>
        <div class="embedded"><p class="embedded" dir="auto"><a target="_top" href="en-US/text/scalc/01/func_ifs.html">IFS</a></p></div>
        <p id="par_id781556244709752" class="paragraph" dir="auto"><a target="_top" href="en-US/text/scalc/01/04060105.html#Section4">IF</a></p>
    </div>
</div>
</div>
<div id="DonationFrame"></div>
<footer><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/01/func_switch.xhp" target="_blank">/text/scalc/01/func_switch.xhp</a></p>
<p dir="auto">Title is: SWITCH function</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>

Youez - 2016 - github.com/yon3zu
LinuXploit