Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve default values when a null argument is passed for HLOOKUP(), VLOOKUP() and ADDRESS() functions #2121

Merged
merged 2 commits into from
May 27, 2021

Conversation

MarkBaker
Copy link
Member

@MarkBaker MarkBaker commented May 27, 2021

This is:

- [X] a bugfix
- [ ] a new feature

Checklist:

Why this change is needed?

When a null value is passed to the HLLOKUP(), VLOOKUP() and ADDRESS() functions for arguments with a default value, then the default wasn't being substituted for the null, which was leading to erroneous behaviour.

This is a fix for Issue #2120

@MarkBaker MarkBaker merged commit 004eacc into master May 27, 2021
@MarkBaker MarkBaker deleted the LookupRef-Fix-defaults-for-null-arguments branch May 27, 2021 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant