Edit exact.htm

This commit is contained in:
Svetlana Maleeva 2023-06-29 16:26:34 +03:00
parent 5f9eda017f
commit 5ec8d8949c
2 changed files with 10 additions and 20 deletions

View File

@ -15,26 +15,15 @@
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>EXACT Function</h1>
<p>The <b>EXACT</b> function is one of the text and data functions. Is used to compare data in two cells. The function returns TRUE if the data are the same, and FALSE if not.</p>
<p>The <b>EXACT</b> function syntax is:</p>
<p>The <b>EXACT</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#textdata" onclick="onhyperlinkclick(this)">text and data functions</a>. Is used to compare data in two cells. The function returns TRUE if the data are the same, and FALSE if not.</p>
<h3>Syntax</h3>
<p style="text-indent: 150px;"><b><em>EXACT(text1, text2)</em></b></p>
<p>where <b><em>text1(2)</em></b> is data entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>EXACT</b> function,</p>
<ol>
<li>select the cell where you wish to display the result,</li>
<li>click the <b>Insert function</b> <div class = "icon icon-insertfunction"></div> icon situated at the top toolbar,
<br />or right-click within a selected cell and select the <b>Insert Function</b> option from the menu,
<br />or click the <div class = "icon icon-function"></div> icon situated at the formula bar,
</li>
<li>select the <b>Text and data</b> function group from the list,</li>
<li>click the <b>EXACT</b> function,</li>
<li>enter the required arguments separating them by comma,
<p class="note"><b>Note</b>: the EXACT function is <b>case-sensitive</b>.</p>
</li>
<li>press the <b>Enter</b> button.</li>
</ol>
<p>The result will be displayed in the selected cell.</p>
<p><em>For example:</em></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>text1(2)</em></b> is data entered manually or included into the cell you make reference to.</p>
<h3>Notes</h3>
<p>The EXACT function is <b>case-sensitive</b>.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>EXACT</b> function.</p>
<h3>Examples</h3>
<p>There are two arguments: <em>text1</em> = <b>A1</b>; <em>text2</em> = <b>B1</b>, where <b>A1</b> is <b>MyPassword</b>, <b>B1</b> is <b>mypassword</b>. So the function returns <b>FALSE</b>.</p>
<p style="text-indent: 150px;"><img alt="EXACT Function: FALSE" src="../images/exactfalse.png" /></p>
<p>If we change the <b>A1</b> data converting all the uppercase letters to lowercase, the function returns <b>TRUE</b>:</p>

View File

@ -39,6 +39,7 @@
<li><b>Named ranges</b> - to open the <b>Name Manager</b>, or define a new name, or paste a name as a function argument. For more details, you can refer to <a href="UseNamedRanges.htm" onclick="onhyperlinkclick(this)">this page</a>.</li>
<li><b>Calculation</b> - to force the program to recalculate functions.</li>
</ul>
<h3 id="applyfunction">How to apply functions</h3>
<p>To insert a function,</p>
<ol>
<li>Select a cell where you wish to insert a function.</li>
@ -89,7 +90,7 @@
<td width="35%"><b>Functions</b></td>
</tr>
<tr>
<td>Text and Data Functions</td>
<td id="textdata">Text and Data Functions</td>
<td>Used to correctly display the text data in the spreadsheet.</td>
<td><a href="../Functions/arraytotext.htm" onclick="onhyperlinkclick(this)">ARRAYTOTEXT</a>; <a href="../Functions/asc.htm" onclick="onhyperlinkclick(this)">ASC</a>; <a href="../Functions/char.htm" onclick="onhyperlinkclick(this)">CHAR</a>; <a href="../Functions/clean.htm" onclick="onhyperlinkclick(this)">CLEAN</a>; <a href="../Functions/code.htm" onclick="onhyperlinkclick(this)">CODE</a>; <a href="../Functions/concatenate.htm" onclick="onhyperlinkclick(this)">CONCATENATE</a>; <a href="../Functions/concat.htm" onclick="onhyperlinkclick(this)">CONCAT</a>; <a href="../Functions/dollar.htm" onclick="onhyperlinkclick(this)">DOLLAR</a>; <a href="../Functions/exact.htm" onclick="onhyperlinkclick(this)">EXACT</a>; <a href="../Functions/find.htm" onclick="onhyperlinkclick(this)">FIND</a>; <a href="../Functions/find.htm" onclick="onhyperlinkclick(this)">FINDB</a>; <a href="../Functions/fixed.htm" onclick="onhyperlinkclick(this)">FIXED</a>; <a href="../Functions/left.htm" onclick="onhyperlinkclick(this)">LEFT</a>; <a href="../Functions/left.htm" onclick="onhyperlinkclick(this)">LEFTB</a>; <a href="../Functions/len.htm" onclick="onhyperlinkclick(this)">LEN</a>; <a href="../Functions/len.htm" onclick="onhyperlinkclick(this)">LENB</a>; <a href="../Functions/lower.htm" onclick="onhyperlinkclick(this)">LOWER</a>; <a href="../Functions/mid.htm" onclick="onhyperlinkclick(this)">MID</a>; <a href="../Functions/mid.htm" onclick="onhyperlinkclick(this)">MIDB</a>; <a href="../Functions/numbervalue.htm" onclick="onhyperlinkclick(this)">NUMBERVALUE</a>; <a href="../Functions/proper.htm" onclick="onhyperlinkclick(this)">PROPER</a>; <a href="../Functions/replace.htm" onclick="onhyperlinkclick(this)">REPLACE</a>; <a href="../Functions/replace.htm" onclick="onhyperlinkclick(this)">REPLACEB</a>; <a href="../Functions/rept.htm" onclick="onhyperlinkclick(this)">REPT</a>; <a href="../Functions/right.htm" onclick="onhyperlinkclick(this)">RIGHT</a>; <a href="../Functions/right.htm" onclick="onhyperlinkclick(this)">RIGHTB</a>; <a href="../Functions/search.htm" onclick="onhyperlinkclick(this)">SEARCH</a>; <a href="../Functions/search.htm" onclick="onhyperlinkclick(this)">SEARCHB</a>; <a href="../Functions/substitute.htm" onclick="onhyperlinkclick(this)">SUBSTITUTE</a>; <a href="../Functions/t.htm" onclick="onhyperlinkclick(this)">T</a>; <a href="../Functions/text.htm" onclick="onhyperlinkclick(this)">TEXT</a>; <a href="../Functions/textjoin.htm" onclick="onhyperlinkclick(this)">TEXTJOIN</a>; <a href="../Functions/trim.htm" onclick="onhyperlinkclick(this)">TRIM</a>; <a href="../Functions/unichar.htm" onclick="onhyperlinkclick(this)">UNICHAR</a>; <a href="../Functions/unicode.htm" onclick="onhyperlinkclick(this)">UNICODE</a>; <a href="../Functions/upper.htm" onclick="onhyperlinkclick(this)">UPPER</a>; <a href="../Functions/value.htm" onclick="onhyperlinkclick(this)">VALUE</a>; <a href="../Functions/textbefore.htm" onclick="onhyperlinkclick(this)">TEXTBEFORE</a>; <a href="../Functions/textafter.htm" onclick="onhyperlinkclick(this)">TEXTAFTER</a>; <a href="../Functions/textsplit.htm" onclick="onhyperlinkclick(this)">TEXTSPLIT</a></td>
</tr>