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

Excel functions: 10 most popular functions #355

Closed
11 tasks done
gunnsth opened this issue Dec 5, 2019 · 1 comment · Fixed by #357
Closed
11 tasks done

Excel functions: 10 most popular functions #355

gunnsth opened this issue Dec 5, 2019 · 1 comment · Fixed by #357
Assignees

Comments

@gunnsth
Copy link
Contributor

gunnsth commented Dec 5, 2019

Description

Based on #336 the task is to implement and create testcases for the following functions that are classified as the 10 most popular functions.

  • SUM
  • IF
  • LOOKUP
  • VLOOKUP
  • MATCH
  • CHOOSE
  • DATE
  • DAYS
  • FIND
  • FINDB
  • INDEX

Expected Behavior

Expect to have implementation and test cases for each of those functions.

Actual Behavior

I think we already have most of these implemented. The task is to go over and ensure we have proper implementation and testcases for each.

Please comment below if the functions are already implemented properly and I will update the checklist.

@zgordan-vv
Copy link
Contributor

All of these are implemented, but SUM and IF have no test cases, will add them on Monday

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants