diff --git a/source/text/scalc/01/04060104.xhp b/source/text/scalc/01/04060104.xhp
index 1b91efcd3d..52316209cb 100644
--- a/source/text/scalc/01/04060104.xhp
+++ b/source/text/scalc/01/04060104.xhp
@@ -628,12 +628,12 @@
TYPE
-Returns the type of value.
+Returns the type of value, where 1 = number, 2 = text, 4 = Boolean value, 8 = formula, 16 = error value, 64 = array.
Syntax
TYPE(Value)
-Value is a specific value for which the data type is determined. Value 1 = number, value 2 = text, value 4 = Boolean value, value 8 = formula, value 16 = error value.
+Value is a specific value for which the data type is determined.
Example (see example table above)
- =TYPE(C2)
returns 2 as a result.