summaryrefslogtreecommitdiffstats
path: root/test/04-function-count-formula.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/04-function-count-formula.txt')
-rw-r--r--test/04-function-count-formula.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/04-function-count-formula.txt b/test/04-function-count-formula.txt
new file mode 100644
index 0000000..4d70675
--- /dev/null
+++ b/test/04-function-count-formula.txt
@@ -0,0 +1,14 @@
+%% Another COUNT function test that involves formula cells as inputs.
+%mode init
+A1="str"
+A2=1+2
+A3=A2*2
+B1=COUNT(A1,A2,A3)
+B2=COUNT(A1:A3)
+B3=COUNT(B1:B2)
+%calc
+%mode result
+B1=2
+B2=2
+B3=2
+%check