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 formula functions: Batch 1 #337

Closed
65 tasks done
gunnsth opened this issue Oct 11, 2019 · 4 comments
Closed
65 tasks done

Excel formula functions: Batch 1 #337

gunnsth opened this issue Oct 11, 2019 · 4 comments
Assignees
Milestone

Comments

@gunnsth
Copy link
Contributor

gunnsth commented Oct 11, 2019

Description

Based on #336 the task is to implement and create testcases for the following functions:

  • CELL

  • CHOOSE

  • COLUMN

  • COLUMNS

  • COUNTIF

  • COUNTIFS

  • CLEAN

  • VALUE

  • ROW

  • ROWS

  • VLOOKUP (?)

  • LOOKUP

  • INDEX

  • MATCH

  • MAXA

  • MAXIFS

  • MINA

  • MINIFS

  • LARGE

  • LOWER

  • SMALL

  • IFS

  • OFFSET

  • ISBLANK

  • ISNONTEXT

  • ISNUMBER

  • ISTEXT

  • ISODD

  • ISERR

  • ISERROR

  • ISEVEN

  • ISFORMULA

  • ISLEAPYEAR

  • ISLOGICAL

  • ISNA

  • ISREF

  • FIND

  • FINDB

  • SEARCH

  • SEARCHB

  • SUMIF

  • SUMIFS

  • CONCAT

  • CONCATENATE

  • REPLACE

  • TEXT

  • TEXTJOIN

  • YEAR

  • YEARFRAC

  • NOW

  • TODAY

  • TIME

  • TIMEVALUE

  • DATETIME

  • DATE

  • DATEDIF

  • DATEVALUE

  • DAY

  • DAYS

  • MDURATION

  • MONTH

  • MINUTE

  • EDATE

  • EOMONTH

  • PDURATION

Expected Behavior

Expect the functions to work on Excel spreadsheets and testcases to work.

Actual Behavior

N/A

@zgordan-vv
Copy link
Contributor

Some functions from list are discovered as already working (I just couldn't make them work when tested):

CLEAN
VLOOKUP

Will add more if discover

@zgordan-vv
Copy link
Contributor

DAYSINMONTH, YEARS, ISEVEN_ADD, ISODD_ADD, MONTHS are only Open/Libre functions, so I suppose we can remove them from the list

@zgordan-vv
Copy link
Contributor

DATEVALUE is already done and merged into master, MDURATION and PDURATION are done in #353

@gunnsth
Copy link
Contributor Author

gunnsth commented Dec 3, 2019

This batch has been completed.

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

No branches or pull requests

2 participants