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

Summary IF functions case sensitive bugfix #39

Closed
wants to merge 2 commits into from

Commits on Dec 7, 2020

  1. If summary functions case sensitive bugfix

    SUMIF, SUMIFS, COUNTIF, COUNTIFS were case sensitive but Excel evaluates them case insensitive. This commit removes case sensitivity for those functions.
    
    Co-Authored-By: Bradley van Ree <47906258+bradbase@users.noreply.github.com>
    bradbase committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    fb56eba View commit details
    Browse the repository at this point in the history
  2. update text_xltypes.py include test for upper()

    Co-Authored-By: Bradley van Ree <47906258+bradbase@users.noreply.github.com>
    bradbase committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    c929794 View commit details
    Browse the repository at this point in the history