Comparisons of Microsoft Excel functions to those available in Anaplan.
Excel function | Excel description | Anaplan solution |
LARGE | Returns the nth largest value from a set of values. | There is no equivalent Anaplan function, but can be built using a calculation. |
LEFT | Extract a substring from a string, starting from the leftmost character. | Use the LEFT function. |
LEN | Returns the length of the specified string. | Use the LENGTH function to return the number of characters in a text string. |
LINEST | Uses the least squares method to calculate the statistics for a straight line and returns an array describing that line. | There is no equivalent Anaplan function, but can be built using a calculation. |
LN | Returns the natural logarithm of a number. | Use the LN formula to return the natural logarithm of a number, based on the constant e. |
LOG | Returns the logarithm of a number to a specified base. | Use the LOG formula. |
LOG10 | Returns the base-10 logarithm of a number. | Use the LOG formula to return the logarithm of a number to the specified base. |
LOOKUP | Returns a value from a range (one row or one column) or from an array. | Use the LOOKUP function to look up an amount from a source module using one or more mappings. Each mapping matches a:
|
LOWER | Converts all letters in the specified string to lowercase. | Use the LOWER formula. |