sutoiku / formula.js

JavaScript implementation of most Microsoft Excel formula functions
Other
2.14k stars 293 forks source link

Improvements to SUMIF #68

Open ascheink opened 5 years ago

ascheink commented 5 years ago

Adds support for the optional _sumrange argument of SUM_IF. Improves support for criteria that test if elements in range are equal to a number or a string.