Edit exact.htm (add table)

This commit is contained in:
Svetlana Maleeva 2023-07-31 15:48:45 +03:00
parent 0488c7c907
commit f65db1ae0e

View File

@ -18,8 +18,17 @@
<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><b><em>EXACT(text1, text2)</em></b></p>
<p><em>where</em></p>
<p><b><em>text1(2)</em></b> is data entered manually or included into the cell you make reference to.</p>
<p>The <b>EXACT</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #d8d8d8"><b>Argument</b></th>
<th style="background-color: #d8d8d8"><b>Description</b></th>
</tr>
<tr>
<td><b><em>text1(2)</em></b></td>
<td>Data entered manually or included into the cell you make reference to.</td>
</tr>
</table>
<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>