sutoiku / formula.js

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

enhanced SUMIF to more closely match Excel functionality #60

Open tumbo opened 6 years ago

tumbo commented 6 years ago

This is for issue 14.

I enhanced the existing SUMIF to handle additional cases that are possible in Excel. I updated the tests as well to verify these extra cases.