ποΈ LEN
Returns the number of characters in a text string.
ποΈ TRIM
Removes all spaces from text except for single spaces between words.
ποΈ CEILING
Rounds a number up to the nearest multiple of specified significance.
ποΈ CONCAT
Combines two or more text strings into one string.
ποΈ CONTINENTS
Returns a list of all continents
ποΈ COUNT
Counts the number of elements in an array.
ποΈ COUNTIF
Counts the number of cells that meet a specified condition.
ποΈ COUNTIFS
Counts the number of cells within a range that meet multiple criteria.
ποΈ COUNTNIF
Counts the number of cells that do NOT meet a specified condition.
ποΈ COUNTRIES
Returns a list of all countries
ποΈ DATE
Returns the serial number of a particular date.
ποΈ DATEADD
Adds a specified number of days, months, years, hours, minutes, or seconds to a given date
ποΈ DATEDIF
Calculates the difference between two dates in various units.
ποΈ DATESUBTRACT
Subtracts a specified number of days, months, years, hours, minutes, or seconds from a given date
ποΈ DATEVALUE
Converts a date in text format to a date value that AnyDB recognizes.
ποΈ DAY
Returns the day of the month (1-31) from a date value.
ποΈ DAYS
Returns the number of days between two dates.
ποΈ DYNREF
Returns the value of a cell pointed to by a reference item
ποΈ FILTER
Filters a range of data based on specified criteria.
ποΈ FILTERYEAR
Checks if a date is within a specific year.
ποΈ FLOOR
Rounds a number down to the nearest multiple of specified significance.
ποΈ GROUPBYSUM
Merges objects in an array that share a specified property, summing numerical values.
ποΈ HOUR
Returns the hour (0-23) from a time value.
ποΈ IF
Returns one value if a condition is true and another value if it's false.
ποΈ IFERROR
Returns a value you specify if a formula evaluates to an error; otherwise, returns the result of the formula.
ποΈ ISMONTH
Checks if a date is within a specific month.
ποΈ ISODATE
Returns the ISO date format (YYYY-MM-DD) for a given date.
ποΈ ISYEAR
Checks if a date is within a specific year.
ποΈ LANGUAGES
Returns a list of all languages
ποΈ LEFT
Returns the specified number of characters from the start of a text string.
ποΈ LOWER
Converts text to lowercase.
ποΈ MAX
Returns the largest value in a set of values.
ποΈ MAXBY
Returns the object with the maximum value of a specified property.
ποΈ MEAN
Returns the arithmetic mean (average) of the numbers.
ποΈ MID
Returns a specific number of characters from a text string, starting at the position you specify.
ποΈ MIN
Description
ποΈ MINUTE
Returns the minute (0-59) from a time value.
ποΈ MONTH
Returns the month (1-12) from a date value.
ποΈ PMT
Calculates the payment for a loan based on constant payments and a constant interest rate.
ποΈ POWER
Description
ποΈ PROPER
Capitalizes the first letter in each word of a text string.
ποΈ READABLEDATE
Returns the Readable Date format (Mon dd, year) (December 1, 1999) for a given date.
ποΈ READABLEDATETIME
Returns the Readable Date format (Mon dd, year at HR00 PM CST) for a given date.
ποΈ READABLEPERCENT
Returns the Readable % format for a given number. The number is multiplied by 100 and a % sign is appended to the end of the number. For example, 0.25 becomes 25%.
ποΈ REPLACE
Replaces characters within a text string with different characters.
ποΈ RIGHT
Returns the specified number of characters from the end of a text string.
ποΈ ROUND
Description
ποΈ SECOND
Returns the second (0-59) from a time value.
ποΈ SQRT
Returns the square root of a number.
ποΈ STATES
Returns a list of all states/provinces for a given country
ποΈ SUBSTITUTE
Replaces specific text in a text string with new text.
ποΈ SUM
Adds all the numbers in a range of cells.
ποΈ SUMBY
Sums the values of a specified property in an array of objects.
ποΈ SUMIF
Adds the number of cells that meet a specified condition.
ποΈ SUMIFS
Adds the cells in a range that meet multiple criteria.
ποΈ TODAY
Returns the current date.
ποΈ UPPER
Converts text to uppercase.
ποΈ VLOOKUP
VLOOKUP is a function that searches for a value in the first column of a table and returns a value in the same row from a specified column. It is commonly used to look up data in large datasets.
ποΈ WEEKDAY
Returns the day of the week for a given date.
ποΈ WEEKNUM
Returns the week number in the year for a given date.
ποΈ WORKDAY
Calculates a future or past date by adding or subtracting a specified number of workdays (MondayβFriday), optionally excluding holidays.
ποΈ YEAR
Returns the year from a date value.
ποΈ YEARFRAC
Returns the fraction of the year represented by the number of whole days between two dates