Commit Graph

2 Commits

Author SHA1 Message Date
Mark Baker
a91acec5d9
Countif strict comparison ()
* Stricter-typed comparison testing in COUNTIF() and COUNTIFS() evaluation [Issue ](https://github.com/PHPOffice/PhpSpreadsheet/issues/1046)

* Codestyle

* Codestyle

* Codestyle in tests
2019-07-14 16:22:31 +02:00
Zdeněk Drahoš
42fc71f314 Calculation/Statistical :: Add MAXIFS, MINIFS, COUNTIFS and Remove MINIF, MAXIF ()
*  - replace invalid minif/maxif functions by not implemented minifs/maxifs

minif/maxif is not support in Excel, Google Spreadsheets, Libreoffice
https://support.office.com/en-us/article/excel-functions-alphabetical-b3944572-255d-4efb-bb96-c6d90033e188#bm13

*  - implement minifs/maxifs

Copy-pasted sumifs...
https://github.com/PHPOffice/PhpSpreadsheet/blob/1.8.1/src/PhpSpreadsheet/Calculation/MathTrig.php#L1254

*  - implement countifs

*  - fix code style

composer check
composer fix

*  - update changelog
2019-07-14 12:55:42 +02:00