Search Results
17 functions found:
| 1. | Easter ( theYear ; method1J2O3G ) |
| Lewis Lorenz, Lorenz Companies | |
| Returns Julian, Orthodox, or Gregorian Easter dates for years 326 to 4000 (or 4099). | |
| 2. | FormatDateTime ( dateValue ; timeValue ; format ) |
| Lewis Lorenz, Lorenz Companies | |
| Returns the dateValue and/or timeValue formatted as specified in format, using PHP-like coding, and allowing for escaped non-formatted text. | |
| 3. | FormatNumber ( number ; format ) |
| Lewis Lorenz, Lorenz Companies | |
| Non-recursive function returns a text string of the 'number' in the requested 'format'. | |
| 4. | FormatTimestamp ( timestampValue , format ) |
| Lewis Lorenz, Lorenz Companies | |
| Returns the Timestamp date and/or time formatted as specified in format. | |
| 5. | GetValueIndex ( valueList ; valueString ; matchCase ; occurrence ) |
| Lewis Lorenz, Lorenz Companies | |
| Return index to value in valuelist. Search case sensitive or insensitive. Search for occurrence from front or end. | |
| 6. | GetValueIndexByPosition ( valueList ; valueString ; matchCase ; occurrence ; positionLCR ) |
| Lewis Lorenz, Lorenz Companies | |
| Retrieve the index of the matching valueString in valueList by comparing valueString against the left, center (middle), or right of each value in valueList. | |
| 7. | IRR ( cashFlowsList ; guessRate ) |
| Lewis Lorenz, Lorenz Companies | |
| Calculate Internal Rate of Return of a value list of cash flows with an initial guessed rate-of-return, using the Newton-Raphson method. | |
| 8. | NetPresentValueCF ( cashFlowsList, interestRate ) |
| Lewis Lorenz, Lorenz Companies | |
| Calculate Net Present Value of a value list of cash flows (cashFlowsList) with a specified rate of return (interestRate). | |
| 9. | NPVV ( cashFlowsList ; interestRate ) |
| Lewis Lorenz, Lorenz Companies | |
| Calculate Net Present Value of a value list (not a repeating field) of cash flows with a specified rate of return. | |
| 10. | PathMaker ( thePath ; theFile ; pathSeparator ) |
| Lewis Lorenz, Lorenz Companies | |
| Returns a properly formatted folder and/or file path by processing and combining thePath, theFile, and pathSeparator. | |
| 11. | PathParser ( thePath ; returnElementPHFNE ) |
| Lewis Lorenz, Lorenz Companies | |
| PathParser returns the directory path, home directory, full filename and extension, filename, or extension from a folder and/or file path string. | |
| 12. | StopwatchMilliseconds ( ctrlStartTimeLapListStopClear ; prefixText ; variableName ) |
| Lewis Lorenz, Lorenz Companies | |
| Creates and manages a value list variable to track milliseconds with full stopwatch controls: Start, Time, Lap, List, Stop, or Clear. | |
| 13. | StopwatchSeconds ( ctrlStartTimeLapListStopClear ; prefixText ; variableName ) |
| Lewis Lorenz, Lorenz Companies | |
| Creates and manages a value list variable to track seconds with complete stopwatch controls: Start, Time, Lap, List, Stop, or Clear. | |
| 14. | UniqueWindowName ( name ) |
| Lewis Lorenz, Lorenz Companies | |
| Starting with | |
| 15. | ValueIndex ( valueList , valueString , matchCase , occurrence ) |
| Lewis Lorenz, Lorenz Companies | |
| Returns the index/position of the matching valueString in the valueList. Returns 0 if not found. | |
| 16. | ValueIndexByPosition ( valueList, searchValue, matchCase, occurrence, positionLCR ) |
| Lewis Lorenz, Lorenz Companies | |
| Retrieve the index of the value in valueList containing the matching searchValue. | |
| 17. | XIRR ( cashFlowList ; cashFlowDateList ; guessRate ) |
| Lewis Lorenz, Lorenz Companies | |
| Returns extended internal rate of return - XIRR. Mimics Excel XIRR function. | |