-
-
Notifications
You must be signed in to change notification settings - Fork 665
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(formula): add MINIFS,AVERAGEIF,AVERAGEIFS functions (#2561)
* feat(formula): minifs * fix(formula): common util for xxxIFS function * feat(formula): add averageif function * feat(formula): add averageifs * feat(formula): add countif * feat(formula): add countifs * feat(formula): add countifs * feat(formula): add countblank function * feat(formula): add mina function * feat(formula): add maxa function * feat(formula): add avedev function * fix(formula): fix acot negative number calculation * fix(formula): sumif reports ref error * fix(formula): minifs compare string * fix(formula): averageif supports reference object * fix(formula): averageif referance * fix(formula): countif test * fix(formula): avedev, countif calculation error
- Loading branch information
Showing
43 changed files
with
3,458 additions
and
311 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.