You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [x] a bug report
- [x] a feature request
- [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet)
MAXIF is listed as supported function but the current Excel function is MAXIFS so either a bug or new feature request
What is the current behavior?
MAXIFS throws Formula Error: Unexpected operator ':' if used with a normal range or
Formula Error: Wrong number of aguments for IF() function if used with a named range
Which versions of PhpSpreadsheet and PHP are affected?
PhpSpreadsheet v1.5.2 PHP 7.3
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If this is still an issue for you, please try to help by debugging it further and sharing your results.
Thank you for your contributions.
This is:
MAXIF is listed as supported function but the current Excel function is MAXIFS so either a bug or new feature request
What is the current behavior?
MAXIFS throws Formula Error: Unexpected operator ':' if used with a normal range or
Formula Error: Wrong number of aguments for IF() function if used with a named range
Which versions of PhpSpreadsheet and PHP are affected?
PhpSpreadsheet v1.5.2 PHP 7.3
The text was updated successfully, but these errors were encountered: