search position of the corresponding end tag for the N-th start tag with the given name result is the position of the last character bevor the searched end tag
extracts the end of a text, based on a search string and an occurrence number
Use in reevaluating auto-enter calculations to allow the user to input something in the field without it to re-evaluate and erase the user entered value. No need to hard code the field name anymore!
A function to return the cell value from an array by specifying the row name and column number.
A function to return the cell value from an array by specifying the row name and column title.
A function to return the column value from an array by specifying the row name
Part of a bar-graph function. The bar length is determined as a percentage of the max value, with each block being 5%.
extracts the beginning of a text, based on a search string and an occurrence number
extracts the middle of a text in between delimiters, based on a search strings and an occurrence numbers
extracts the middle of a text in between delimiters, based on a search strings and an occurrence numbers
Calculates the end of a date range, given the start date and the number of days in the range. Allows to specify only business days as the number of days, calculating the weekends on it's own. NOT Recursive.
composes the final Code128 of symbology A,B or C from a given alphanumeric string.