Remove indents

This commit is contained in:
Svetlana Maleeva 2023-07-03 17:15:57 +03:00
parent 5ec8d8949c
commit 6b0efc3149

View File

@ -17,17 +17,17 @@
<h1>EXACT Function</h1>
<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><b><em>EXACT(text1, text2)</em></b></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>
<p<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><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>
<p style="text-indent: 150px;"><img alt="EXACT Function: TRUE" src="../images/exacttrue.png" /></p>
<p><img alt="EXACT Function: TRUE" src="../images/exacttrue.png" /></p>
</div>
</body>
</html>