FlexSheet Functions

The FlexSheet control supports the following functions:

Name Description
absReturns the absolute value of a number.
acosReturns the arccosine of a number.
andReturns TRUE if all of its arguments are TRUE.
asinReturns the arcsine of a number.
atanReturns the arctangent of a number.
atan2Returns the arctangent from x- and y-coordinates.
averageReturns the average of its arguments.
ceilingRounds a number to the nearest integer or to the nearest multiple of significance.
charReturns the character specified by the code number.
chooseChooses a value from a list of values.
codeReturns a numeric code for the first character in a text string.
column Returns the column number of a reference.
columnsReturns the number of columns in a reference.
concatenateJoins several text items into one text item.
cosReturns the cosine of a number.
countCounts how many numbers are in the list of arguments.
countaCounts how many values are in the list of arguments.
countblankCounts the number of blank cells within a range.
countifCounts the number of cells within a range that meet the given criteria.
countifsCounts the number of cells within a range that meet multiple criteria.
dateReturns the serial number of a particular date.
datediffCalculates the number of days, months, or years between two dates.
dayConverts a serial number to a day of the month.
dcountCounts the cells that contain numbers in a database.
expReturns e raised to the power of a given number.
falseReturns the logical value FALSE.
findFinds one text value within another (case-sensitive).
floorRounds a number down, toward zero.
hlookupLooks in the top row of an array and returns the value of the indicated cell.
hourConverts a serial number to an hour.
ifSpecifies a logical test to perform.
indexUses an index to choose a value from a reference.
leftReturns the leftmost characters from a text value.
lenReturns the number of characters in a text string.
lnReturns the natural logarithm of a number.
lowerConverts text to lowercase.
maxReturns the maximum value in a list of arguments.
midReturns a specific number of characters from a text string starting at the position you specify.
minReturns the minimum value in a list of arguments.
modReturns the remainder from division.
monthConverts a serial number to a month.
notReverses the logic of its argument.
nowReturns the serial number of the current date and time.
orReturns TRUE if any argument is TRUE.
piReturns the value of pi.
powerReturns the result of a number raised to a power.
productMultiplies its arguments.
properCapitalizes the first letter in each word of a text value.
randReturns a random number between 0 and 1.
rankReturns the rank of a number in a list of numbers.
rateReturns the interest rate per period of an annuity.
replaceReplaces characters within text.
reptRepeats text a given number of times.
rightReturns the rightmost characters from a text value.
roundRounds a number to a specified number of digits.
rounddownRounds a number down, toward zero.
roundupRounds a number up, away from zero.
rowReturns the row number of a reference.
rowsReturns the number of rows in a reference.
searchFinds one text value within another (not case-sensitive).
sinReturns the sine of the given angle.
sqrtReturns a positive square root.
stdevEstimates standard deviation based on a sample.
stdevpCalculates standard deviation based on the entire population.
substituteSubstitutes new text for old text in a text string.
subtotalReturns a subtotal in a list or database.
sumAdds its arguments.
sumifAdds the cells specified by a given criteria.
sumifsAdds the cells in a range that meet multiple criteria.
tanReturns the tangent of a number.
textFormats a number and converts it to text.
timeReturns the serial number of a particular time.
todayReturns the serial number of today's date.
trimRemoves spaces from text.
trueReturns the logical value TRUE.
truncTruncates a number to an integer.
upperConverts text to uppercase.
valueConverts a text argument to a number.
varEstimates variance based on a sample.
varpCalculates variance based on the entire population.
yearConverts a serial number to a year.