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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---
                 CC|                            |dolphin.in.the.sky.51@gmail
                   |                            |.com

--- Comment #7 from [email protected] ---
Thank you for fixing.
but,In EXCEL, when the fourth argument of the vlookup function is "empty", it
operates in the same way as when FALSE is specified.
I suggest adding the following to resolveRangeLookupArg method of LookupUtils.

if (valEval instanceof MissingArgEval) {
    return false;
}

Thank you.

-- 
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