<turbo-stream action="update" target="wiki_99_subpage_145_info"><template>
<p>The ABS() formula is a mathematical function used to calculate the absolute value of a number. In other words, the ABS() function returns the positive value of a number.</p>
<p>Here are some examples of how the ABS() function works:</p>

##ABS(“Number”)
<ul>
<li>
ABS(5) returns 5 because the absolute value of 5 is 5.</li>
<li>ABS(-5) returns 5 because the absolute value of -5 is 5.</li>
<li>ABS(0) returns 0 because the absolute value of 0 is 0.</li>
</ul>
<ol>
<li>
Positive Numbers: If you use the ABS() function with a positive number, it will return the same positive number.</li>
<li>Negative Numbers: If you use the ABS() function with a negative number, it will return the positive value of that number. For example, ABS(-5) will return 5.</li>
<li>Zero (0): If you use the ABS() function with zero, it will return zero because the absolute value of zero is still zero.</li>
<li>Non-Numeric Values: If you provide a non-numeric value (e.g., text) to the ABS() function, it will result in an error.</li>
</ol>

<blockquote>
<table cellpadding="4" border="1" cellspacing="3">
<tbody>
<tr>
<td><strong>Source Field Value</strong></td>
<td><strong>Destination Field Value</strong></td>
</tr>
<tr>
<td>##ABS(“5”)</td>
<td>5</td>
</tr>
<tr>
<td>##ABS(“-5”)</td>
<td>5</td>
</tr>
<tr>
<td>##ABS(“0”)</td>
<td>0</td>
</tr>
</tbody>
</table>
</blockquote>
</template></turbo-stream>
<turbo-stream action="prepend" target="flash"><template></template></turbo-stream>
