fixed the Average function and test case when spanning rows/columns

fixed a Vim error(E907) in Min/Max when comparing v:null to a float
fixed CountE/CountNE/PercentE/PercentNE to support spanning rows/columns
added test cases for all the new formula functions
This commit is contained in:
Eric Davis
2020-04-19 00:20:55 -07:00
parent f755285cf3
commit 2e5713ae6a
3 changed files with 139 additions and 18 deletions

View File

@@ -0,0 +1,3 @@
| 1 | 2 | 3 |
| | 0 | |
| 4 | 5 | 6 |