We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Expect the functions to work on Excel spreadsheets and testcases to work.
N/A
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
DAYSINMONTH, YEARS, ISEVEN_ADD, ISODD_ADD, MONTHS are only Open/Libre functions, so I suppose we can remove them from the list
DATEVALUE is already done and merged into master, MDURATION and PDURATION are done in #353
This batch has been completed.
zgordan-vv
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: