forked from kmonson/koala
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
additional date and time related functions
- Loading branch information
1 parent
2904af4
commit 54d2c99
Showing
4 changed files
with
199 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,74 @@ | ||
|
||
# Excel functions available: | ||
|
||
* VALUE | ||
* LOG | ||
* MAX | ||
* MIN | ||
* SUM | ||
* CHOOSE | ||
* SUMIF | ||
* ALL | ||
* AND | ||
* ARRAY | ||
* ARRAYROW | ||
* ATAN2 | ||
* AVERAGE | ||
* RIGHT | ||
* INDEX | ||
* LOOKUP | ||
* LINEST | ||
* NPV | ||
* MATCH | ||
* MOD | ||
* CHOOSE | ||
* COLUMNS | ||
* CONCAT | ||
* CONCATENATE | ||
* COUNT | ||
* COUNTA | ||
* COUNTIF | ||
* COUNTIFS | ||
* ROUND | ||
* MID | ||
* DATE | ||
* YEARFRAC | ||
* ISNA | ||
* DAY | ||
* DAYS | ||
* EDATE | ||
* EOMONTH | ||
* GAMMALN | ||
* HLOOKUP | ||
* HOUR | ||
* IF | ||
* IFERROR | ||
* INDEX | ||
* IRR | ||
* ISBLANK | ||
* ISNA | ||
* ISTEXT | ||
* LINEST | ||
* LOG | ||
* LOOKUP | ||
* LN | ||
* MATCH | ||
* MAX | ||
* MID | ||
* MIN | ||
* MINUTE | ||
* MOD | ||
* MONTH | ||
* NPV | ||
* NOW | ||
* OFFSET | ||
* OR | ||
* PI | ||
* PMT | ||
* POWER | ||
* RAND | ||
* RANDBETWEEN | ||
* RIGHT | ||
* ROUND | ||
* ROUNDUP | ||
* ROWS | ||
* SECOND | ||
* SLN | ||
* SQRT | ||
* SUM | ||
* SUMIF | ||
* SUMIFS | ||
* SUMPRODUCT | ||
* IFERROR | ||
* IRR | ||
* VLOOKUP | ||
* TAN | ||
* TODAY | ||
* VALUE | ||
* VDB | ||
* SLN | ||
* VLOOKUP | ||
* WEEKDAY | ||
* XIRR | ||
* XLOG | ||
* XNPV | ||
* YEAR | ||
* YEARFRAC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.