PHPOffice / PHPExcel

ARCHIVED
Other
11.46k stars 4.19k forks source link

Issue with arguments count in COUNTIFS #1305

Closed Jay04653 closed 5 years ago

Jay04653 commented 7 years ago

file: Classes/PHPExcel/Calculation.php, line: 503 'COUNTIFS' => array('category' => PHPExcel_Calculation_Function::CATEGORY_STATISTICAL, 'functionCall' => 'PHPExcel_Calculation_Functions::DUMMY', 'argumentCount' => '2')

currently accepts 2 arguments only but according to documentation can be more: 2, 4, 6...

Jay04653 commented 5 years ago

No more actual, project closed and moved to PHP Spreadsheet.