This website requires JavaScript.
Explore
Help
Sign In
alex
/
PhpSpreadsheet
Watch
1
Star
0
Fork
You've already forked PhpSpreadsheet
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
36135a4c05
PhpSpreadsheet
/
tests
/
data
/
Calculation
/
Statistical
/
COUNTIFS.php
33 lines
419 B
PHP
Raw
Blame
History
<
?
php
return
[
[
2
,
[
[
'Y'
],
[
'Y'
],
[
'N'
],
],
'=Y'
,
],
[
3
,
[
[
'A'
],
[
'B'
],
[
'C'
],
[
'B'
],
[
'B'
],
],
'=B'
,
[
[
'C'
],
[
'B'
],
[
'A'
],
[
'B'
],
[
'B'
],
],
'=B'
,
],
];
Reference in New Issue
View Git Blame
Copy Permalink