[gnumeric] D-funcs: fix problem with errors in the selector area.



commit e11d44de301574242b84442a52b010b0015794c3
Author: Morten Welinder <terra gnome org>
Date:   Mon Aug 8 09:18:50 2016 -0400

    D-funcs: fix problem with errors in the selector area.
    
    We treated it as a zero while it should be treated as type incompatible.

 ChangeLog                     |    5 +++++
 NEWS                          |    1 +
 samples/excel12/database.xlsx |  Bin 12975 -> 12982 bytes
 3 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ef27f03..2d10abf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-08-08  Morten Welinder  <terra gnome org>
+
+       * src/value.c (criteria_inspect_values): Floats don't match
+       errors.
+
 2016-08-04  Morten Welinder  <terra gnome org>
 
        * src/rangefunc-strings.c (range_concatenate): Add (unused) user
diff --git a/NEWS b/NEWS
index 224da1a..774bf1d 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,7 @@ Morten:
        * New function SWITCH.
        * New function SUMIFS.
        * New function AVERAGEIFS.
+       * Fix criteria function issue with errors in the selector area.
 
 --------------------------------------------------------------------------
 Gnumeric 1.12.31
diff --git a/samples/excel12/database.xlsx b/samples/excel12/database.xlsx
index 75f0881..d4cb486 100644
Binary files a/samples/excel12/database.xlsx and b/samples/excel12/database.xlsx differ


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]