From f65db1ae0ec6ad7867ca1110d45d96b27b7fb6f5 Mon Sep 17 00:00:00 2001 From: svetlana maleeva Date: Mon, 31 Jul 2023 15:48:45 +0300 Subject: [PATCH] Edit exact.htm (add table) --- .../main/resources/help/en/Functions/exact.htm | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/exact.htm b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/exact.htm index 40730450a..520d603d3 100644 --- a/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/exact.htm +++ b/Web/OfficeWeb/apps/spreadsheeteditor/main/resources/help/en/Functions/exact.htm @@ -18,8 +18,17 @@

The EXACT 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.

Syntax

EXACT(text1, text2)

-

where

-

text1(2) is data entered manually or included into the cell you make reference to.

+

The EXACT function has the following arguments:

+ + + + + + + + + +
ArgumentDescription
text1(2)Data entered manually or included into the cell you make reference to.

Notes

The EXACT function is case-sensitive.

How to apply the EXACT function.