summaryrefslogtreecommitdiffstats
path: root/test/04-function-count-formula.txt
blob: 4d7067506b22782c4f18eafa45d99810636bde9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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