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.