PhpSpreadsheet/tests/data/Calculation
Zdeněk Drahoš 42fc71f314 Calculation/Statistical :: Add MAXIFS, MINIFS, COUNTIFS and Remove MINIF, MAXIF (#1059)
* #1056 - 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

* #1056 - implement minifs/maxifs

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

* #1056 - implement countifs

* #1056 - fix code style

composer check
composer fix

* #1056 - update changelog
2019-07-14 12:55:42 +02:00
..
DateTime Fix unit tests for 2019 2019-01-01 17:48:07 +11:00
Engineering Add new Complex Number Functions introduced in MS Excel 2013 (#601) 2018-07-25 14:38:44 +01:00
Financial Fixes to coupon functions (#1068) 2019-07-10 21:22:16 +02:00
Functions Add further new Functions introduced in MS Excel 2013 and 2016 (#608) 2018-07-22 19:17:04 +01:00
Logical Calculation :: Added switch function (#983) 2019-05-30 09:14:58 +02:00
LookupRef Fix VLOOKUP whose return was impacted by order for a $not_exact_match (#854) 2019-04-15 21:37:23 +02:00
MathTrig Fix a SUMIF warning when having different length of arrays provided as input 2019-05-26 20:58:00 +12:00
Statistical Calculation/Statistical :: Add MAXIFS, MINIFS, COUNTIFS and Remove MINIF, MAXIF (#1059) 2019-07-14 12:55:42 +02:00
TextData Add further new Functions introduced in MS Excel 2013 and 2016 (#608) 2018-07-22 19:17:04 +01:00