https://bz.apache.org/bugzilla/show_bug.cgi?id=58353

            Bug ID: 58353
           Summary: MATCH function return wrong result with match_type ==
                    -1
           Product: POI
           Version: 3.11-FINAL
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: regression
          Priority: P2
         Component: SS Common
          Assignee: [email protected]
          Reporter: [email protected]

Overview
If you call MATCH arguments with lookupValue less then any possible in the
range and use SMALLEST_GTE match type then MATCH will return N/A instead of the
smallest number in the range.

Steps to Reproduce
1) Create column with 3 cells:
  3
  2
  1

2) In any other cell enter formula:
  =MATCH(0.9, A1:A3, -1)

Actual Result
The result will be N/A.

Expected Result
The result should be 3

Build Date & Hardware
2015 Sep 10 & Ubuntu 14.04.3 LTS

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to