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

Fixed Functions::ifCondition for allowing empty condition ("") and different than empty condition ("<>") #1206

Closed
wants to merge 3 commits into from

Conversation

jorgecasas
Copy link
Contributor

This is:

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

Checklist:

Why this change is needed?

In cells with formulas containing conditions like =IFSUM(A1:A3;"";B1:B3) to sum cells from range A1:A3 with empty value in range B1:B3, the function Functions::ifCondition() create in this case the code ="""" instead of ="", so it didn't work.

Added test to check condition empty ("") and also condition different value than empty ("<>")

@PowerKiKi PowerKiKi closed this in 156ab36 Nov 17, 2019
@PowerKiKi
Copy link
Member

Thanks for the PR !

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.

2 participants