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

fix SUMIF criteria parsing and add same mechanism for SUMIFS #71

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Jan 17, 2019

  1. add support for optional sum_range argument of SUMIF

    Andrei Scheinkman committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    0f2740a View commit details
    Browse the repository at this point in the history
  2. add support for equality criteria in SUMIF

    Andrei Scheinkman committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    c84d3ca View commit details
    Browse the repository at this point in the history
  3. Merge pull request ascheink#1 from ascheink/sumif-improvements

    Sumif improvements
    ascheink authored Jan 17, 2019
    Configuration menu
    Copy the full SHA
    63f8cdd View commit details
    Browse the repository at this point in the history
  4. make

    Andrei Scheinkman committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    b266eb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79b66bb View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. add support for unquoted strings in SUMIF

    Andrei Scheinkman committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    168085f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Make NORM.S.DIST default to cumulative distribution function

    Andrei Scheinkman committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    e5fa079 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ascheink#3 from ascheink/normsdist-default

    Make NORM.S.DIST default to cumulative distribution function
    ascheink authored Jan 22, 2019
    Configuration menu
    Copy the full SHA
    d85159f View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Implement VLOOKUP

    Andrei Scheinkman committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    f31a0e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d2ca8d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Treat FALSE like 0 in SUMIF args

    Andrei Scheinkman committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    dc621ec View commit details
    Browse the repository at this point in the history
  2. Merge pull request ascheink#5 from ascheink/sumif-false

    Treat FALSE like 0 in SUMIF args
    ascheink authored Feb 20, 2019
    Configuration menu
    Copy the full SHA
    67e2062 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. - fix SUMIF criteria when using string without comparator

    - add SUMIF criteria parsing to SUMIFS
    scstan committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    50187ce View commit details
    Browse the repository at this point in the history
  2. - update dists

    - move parseCriteria to utils
    scstan committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    65ee5be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b93f534 View commit details
    Browse the repository at this point in the history