From f1c4e58c8faf814723c205d61ca0608dfd2376ac Mon Sep 17 00:00:00 2001 From: Damjan Jovanovic Date: Sat, 12 Sep 2015 18:56:04 +0100 Subject: [PATCH] i#126516# TYPE() formula help doesn't document value 64 for arrays Change-Id: Ia3dd7a45877101323ee4be9746c18124e0a6ab29 --- source/text/scalc/01/04060104.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.