Documentation
Loading navigation...
Unify Automations
Logo
Formula Suggestions

Formula Suggestions

Logo

11 mins READ

OverviewΒ 

Formulas by UnifyApps are expressions used to perform calculations, manipulate data, and automate tasks. They enable users to process numerical data, text, dates, and logical conditions to derive results efficiently.

Why Do We Need Formulas?

- Automation: Repeated manual calculations are tedious and error-prone. Formulas help automate these tasks, ensuring accuracy and consistency.

- Data Analysis: Formulas allow users to analyze large datasets by calculating averages, sums, percentages, and more to derive insights.

- Efficiency: Formulas offer speed for complex calculations, accuracy by reducing human error, scalability to handle large datasets, and flexibility with a wide range of mathematical, statistical, and logical functions.

- Logical Operations: Excel formulas allow for conditional evaluations, such as checking if values meet certain criteria (IF(), AND(), OR()).

How to use formulas in automation ?

A formula can be invoked by using an equals sign (=) and may contain:

  • Operators like +, -, *, / for mathematical operations.

  • Node field references to work with values from specific automation nodes.

  • Functions like SUM(), LEN(), NOW() to perform predefined calculations.

Example

In this use case, we are sending messages to our internal Slack channel for all Zendesk support tickets that have not yet been acknowledged.

Workflow Overview:

  1. Hourly Scheduler: A scheduler runs every hour, fetching all ticket IDs from the object that were created in the last hour.

  2. Comment Check: For each ticket, the system checks whether any comments are present.

  3. Slack Notification: If a ticket has no comments, a message is posted to our internal Slack channel.

Image
Image


Formulas Used:

  • NOW(): Retrieves the current date and time to identify tickets created in the last hour.

    Image
    Image

  • INT(): Converts numeric values into integers as ticket id is stored in string format in object.

    Image
    Image

  • LEN(): Checks the length of comments to verify if any comment is posted on ticket or not

    Image
    Image
  • CONCAT(): Combines different text elements, such as ticket details, to form the message for Slack.

Supported Formulae

Formula

Description

Supported data types

Syntax

LEN

Returns the length of the string, array

text/array

LEN( πŸ“¦ Order ID )

ABS

Returns the absolute value of a number

number

ABS( πŸ’° Amount )

ACOS

Returns the arccosine of a number

number

ACOS( πŸ“Š Cosine Value )

ACOSH

Returns the inverse hyperbolic cosine of a number

number

ACOSH( πŸ“ˆ Hyperbolic Cosine )

ADDRESS

Returns a cell reference as text

row column

ADDRESS( πŸ”’ Row πŸ”  Column )

AND

Returns TRUE if all arguments are TRUE

logical1, [logical2, ...]

AND( βœ… Condition 1, βœ… Condition 2 )

AREAS

Returns the number of areas in a reference

reference

AREAS( πŸ“ Cell Range )

ASIN

Returns the arcsine of a number

number

ASIN( πŸ“Š Sine Value )

ASINH

Returns the inverse hyperbolic sine of a number

number

ASINH( πŸ“ˆ Hyperbolic Sine )

ATAN

Returns the arctangent of a number

number

ATAN( πŸ“Š Tangent Value )

ATAN2

Returns the arctangent from x- and y-coordinates

list of numbers

ATAN2( πŸ“ X-Coordinate πŸ“ Y-Coordinate )

ATANH

Returns the inverse hyperbolic tangent of a number

number

ATANH( πŸ“ˆ Hyperbolic Tangent )

AVEDEV

Returns the average of the absolute deviations of data points from their mean

number1, [number2, ...]

AVEDEV( πŸ”’ Number 1 πŸ”’ Number 2 πŸ”’ Number 3 )

AVERAGE

Returns the average of its arguments

number1, [number2, ...]

AVERAGE( πŸ’― Score 1 πŸ’― Score 2 πŸ’― Score 3 )

AVERAGEA

Returns the average of its arguments including numbers text and logical values

value1, [value2, ...]

AVERAGEA( πŸ“Š Value 1 πŸ“Š Value 2 πŸ“Š Value 3 )

CEILING

Rounds a number up to the nearest integer or multiple of significance

number

CEILING( πŸ”’ Number )

CHAR

Returns the character specified by a number

number

CHAR( πŸ”’ ASCII Code )

CHOOSE

Chooses a value from a list of values

index_num, value1, [value2, ...]

CHOOSE( πŸ”’ Index πŸ“Š Value 1 πŸ“Š Value 2 πŸ“Š Value 3 )

CLEAN

Removes all non-printable characters from text

text

CLEAN( πŸ“ Text )

CODE

Returns a numeric code for the first character in a text string

text

CODE( πŸ”€ Character )

COLUMN

Returns the column number of a reference

[reference]

COLUMN( πŸ“ Cell Reference )

COLUMNS

Returns the number of columns in a reference

array

COLUMNS( πŸ“Š Array )

COMBIN

Returns the number of combinations for a given number of objects

number, number_chosen

COMBIN( πŸ”’ Total πŸ”’ Chosen )

CONCATENATE

Joins several text items into one text item

text1, [text2, ...]

CONCATENATE( πŸ“ Text 1 πŸ“ Text 2 )

CORREL

Returns the correlation coefficient between two data sets

array1, array2

CORREL( πŸ“Š Array 1 πŸ“Š Array 2 )

COS

Returns the cosine of a number

number

COS( πŸ“ Angle )

COSH

Returns the hyperbolic cosine of a number

number

COSH( πŸ”’ Number )

COUNT

Counts how many numbers are in the list of arguments

value1, [value2, ...]

COUNT( πŸ”’ Value 1 πŸ”’ Value 2 πŸ”’ Value 3 )

COUNTA

Counts how many values are in the list of arguments

value1, [value2, ...]

COUNTA( πŸ“Š Value 1 πŸ“Š Value 2 πŸ“Š Value 3 )

COUNTBLANK

Counts the number of blank cells within a range

range

COUNTBLANK( πŸ“ Range )

COUNTIF

Counts the number of cells within a range that meet the given criteria

range, criteria

COUNTIF( πŸ“ Range πŸ“Œ Criteria )

COVAR

Returns covariance the average of the products of paired deviations

array1, array2

COVAR( πŸ“Š Array 1 πŸ“Š Array 2 )

DATE

Returns the serial number of a particular date

year, month, day

DATE( πŸ“… Year πŸ“… Month πŸ“… Day )

DATEVALUE

Converts a date in the form of text to a serial number

date_text

DATEVALUE( πŸ“ Date Text )

DAVERAGE

Averages the values in a column of a list or database that match conditions you specify

database, field, criteria

DAVERAGE( πŸ“Š Database 🏷️ Field πŸ“Œ Criteria )

DAY

Converts a serial number to a day of the month

serial_number

DAY( πŸ“… Date )

DAYS360

Calculates the number of days between two dates based on a 360-day year

start_date, end_date, [method]

DAYS360( πŸ“… Start Date πŸ“… End Date )

DCOUNT

Counts the cells containing numbers in a column of a list or database that match conditions that you specify

database, field, criteria

DCOUNT( πŸ“Š Database 🏷️ Field πŸ“Œ Criteria )

DCOUNTA

Counts nonblank cells in a column of a list or database that match conditions that you specify

database, field, criteria

DCOUNTA( πŸ“Š Database 🏷️ Field πŸ“Œ Criteria )

DEGREES

Converts radians to degrees

angle

DEGREES( πŸ“ Angle )

DEVSQ

Returns the sum of squares of deviations

number1, [number2, ...]

DEVSQ( πŸ”’ Number 1 πŸ”’ Number 2 πŸ”’ Number 3 )

DGET

Extracts from a database a single record that matches the specified criteria

database, field, criteria

DGET( πŸ“Š Database 🏷️ Field πŸ“Œ Criteria )

DMAX

Returns the maximum value from selected database entries

database, field, criteria

DMAX( πŸ“Š Database 🏷️ Field πŸ“Œ Criteria )

DMIN

Returns the minimum value from selected database entries

database, field, criteria

DMIN( πŸ“Š Database 🏷️ Field πŸ“Œ Criteria )

DOLLAR

Converts a number to text using currency format

number, [decimals]

DOLLAR( πŸ’° Amount πŸ”’ Decimals )

DPRODUCT

Multiplies the values in a column of a list or database that match conditions that you specify

database, field, criteria

DPRODUCT( πŸ“Š Database 🏷️ Field πŸ“Œ Criteria )

DSTDEV

Estimates the standard deviation based on a sample from selected database entries

database, field, criteria

DSTDEV( πŸ“Š Database 🏷️ Field πŸ“Œ Criteria )

DSTDEVP

Calculates the standard deviation based on the entire population of selected database entries

database, field, criteria

DSTDEVP( πŸ“Š Database 🏷️ Field πŸ“Œ Criteria )

DSUM

Adds the numbers in a column of a list or database that match conditions that you specify

database, field, criteria

DSUM( πŸ“Š Database 🏷️ Field πŸ“Œ Criteria )

DVAR

Estimates variance based on a sample from selected database entries

database, field, criteria

DVAR( πŸ“Š Database 🏷️ Field πŸ“Œ Criteria )

DVARP

Calculates variance based on the entire population of selected database entries

database, field, criteria

DVARP( πŸ“Š Database 🏷️ Field πŸ“Œ Criteria )

ERROR.TYPE

Returns a number corresponding to an error type

error_val

ERROR.TYPE( ❌ Error Value )

EVEN

Rounds a number up to the nearest even integer

number

EVEN( πŸ”’ Number )

EXACT

Checks to see if two text values are identical

text1, text2

EXACT( πŸ“ Text 1 πŸ“ Text 2 )

EXP

Returns e raised to the power of a given number

number

EXP( πŸ”’ Power )

FACT

Returns the factorial of a number

number

FACT( πŸ”’ Number )

FALSE

Returns the logical value FALSE

FALSE()

FIND

Finds one text value within another (case-sensitive)

find_text, within_text, [start_num]

FIND( πŸ” Find Text πŸ“ Within Text πŸ”’ Start Position )

FIXED

Formats a number as text with a fixed number of decimals

number, [decimals], [no_commas]

FIXED( πŸ”’ Number πŸ”’ Decimals )

FLOOR

Rounds a number down to the nearest multiple of significance

number, significance

FLOOR( πŸ”’ Number πŸ”’ Significance )

FORECAST

Calculates a future value using existing values

x, known_y's, known_x's

FORECAST( πŸ”’ X Value πŸ“Š Known Y's πŸ“Š Known X's )

FREQUENCY

Calculates how often values occur within a range of values

data_array, bins_array

FREQUENCY( πŸ“Š Data Array πŸ“Š Bins Array )

FV

Returns the future value of an investment

rate, nper, pmt, [pv], [type]

FV( πŸ“Š Rate πŸ”’ Periods πŸ’° Payment πŸ’° Present Value )

GEOMEAN

Returns the geometric mean

number1, [number2, ...]

GEOMEAN( πŸ”’ Number 1 πŸ”’ Number 2 πŸ”’ Number 3 )

HLOOKUP

Looks for a value in the top row of a table or an array and returns the value in the same column from a row you specify

lookup_value, table_array, row_index_num, [range_lookup]

HLOOKUP( πŸ” Lookup Value πŸ“Š Table Array πŸ”’ Row Index )

HOUR

Converts a serial number to an hour

serial_number

HOUR( πŸ•’ Time )

HYPERLINK

Creates a shortcut or jump that opens a document stored on your hard drive network server or on the Internet

link_location, [friendly_name]

HYPERLINK( πŸ”— URL πŸ“ Display Text )

IF

Specifies a logical test to perform

logical_test, [value_if_true], [value_if_false]

IF( ❓ Condition πŸ“Š True Result πŸ“Š False Result )

INDEX

Returns a value or the reference to a value from within a table or range

array, row_num, [column_num]

INDEX( πŸ“Š Array πŸ”’ Row πŸ”’ Column )

INDIRECT

Returns a reference specified by a text string

ref_text

INDIRECT( πŸ“ Reference Text )

INT

Rounds a number down to the nearest integer

number

INT( πŸ”’ Number )

INTERCEPT

Returns the intercept of the linear regression line

known_x's, known_y's

INTERCEPT( πŸ“Š Known X's πŸ“Š Known Y's )

IPMT

Returns the interest payment for an investment for a given period

rate, per, nper, pv, [fv], [type]

IPMT( πŸ“Š Rate πŸ”’ Period πŸ”’ Num Periods πŸ’° Present Value )

IRR

Returns the internal rate of return for a series of cash flows

values, [guess]

IRR( πŸ’° Cash Flows πŸ”’ Guess )

ISBLANK

Returns TRUE if the value is blank

value

ISBLANK( πŸ“Š Value )

ISERR

Returns TRUE if the value is any error value except #N/A

value

ISERR( πŸ“Š Value )

ISERROR

Returns TRUE if the value is any error value

value

ISERROR( πŸ“Š Value )

ISLOGICAL

Returns TRUE if the value is a logical value

value

ISLOGICAL( πŸ“Š Value )

ISNA

Returns TRUE if the value is the #N/A error value

value

ISNA( πŸ“Š Value )

ISNONTEXT

Returns TRUE if the value is not text

value

ISNONTEXT( πŸ“Š Value )

ISNUMBER

Returns TRUE if the value is a number

value

ISNUMBER( πŸ“Š Value )

ISREF

Returns TRUE if the value is a reference

value

ISREF( πŸ“Š Value )

ISTEXT

Returns TRUE if the value is text

value

ISTEXT( πŸ“Š Value )

LARGE

Returns the k-th largest value in a data set

array, k

LARGE( πŸ“Š Array πŸ”’ K )

LEFT

Returns the leftmost characters from a text value

text, [num_chars]

LEFT( πŸ“ Text πŸ”’ Num Chars )

LN

Returns the natural logarithm of a number

number

LN( πŸ”’ Number )

LOG

Returns the logarithm of a number to a specified base

number, [base]

LOG( πŸ”’ Number πŸ”’ Base )

LOG10

Returns the base-10 logarithm of a number

number

LOG10( πŸ”’ Number )

LOOKUP

Looks up values in a vector or array

lookup_value, lookup_vector, [result_vector]

LOOKUP( πŸ” Lookup Value πŸ“Š Lookup Vector πŸ“Š Result Vector )

LOWER

Converts text to lowercase

text

LOWER( πŸ“ Text )

MATCH

Looks up values in a reference or array

lookup_value, lookup_array, [match_type]

MATCH( πŸ” Lookup Value πŸ“Š Lookup Array πŸ”’ Match Type )

MAX

Returns the maximum value in a list of arguments

number1, [number2, ...]

MAX( πŸ”’ Number 1 πŸ”’ Number 2 πŸ”’ Number 3 )

MAXA

Returns the maximum value in a list of arguments including numbers text and logical values

value1, [value2, ...]

MAXA( πŸ“Š Value 1 πŸ“Š Value 2 πŸ“Š Value 3 )

MDETERM

Returns the matrix determinant of an array

array

MDETERM( πŸ“Š Array )

MEDIAN

Returns the median of the given numbers

number1, [number2, ...]

MEDIAN( πŸ”’ Number 1 πŸ”’ Number 2 πŸ”’ Number 3 )

MID

Returns a specific number of characters from a text string starting at the position you specify

text, start_num, num_chars

MID( πŸ“ Text πŸ”’ Start πŸ”’ Num Chars )

MIN

Returns the minimum value in a list of arguments

number1, [number2, ...]

MIN( πŸ”’ Number 1 πŸ”’ Number 2 πŸ”’ Number 3 )

MINA

Returns the smallest value in a list of arguments including numbers text and logical values

value1, [value2, ...]

MINA( πŸ“Š Value 1 πŸ“Š Value 2 πŸ“Š Value 3 )

MINUTE

Converts a serial number to a minute

serial_number

MINUTE( πŸ•’ Time )

MINVERSE

Returns the matrix inverse of an array

array

MINVERSE( πŸ“Š Array )

MIRR

Returns the modified internal rate of return for a series of periodic cash flows

values, finance_rate, reinvest_rate

MIRR( πŸ’° Cash Flows πŸ“Š Finance Rate πŸ“Š Reinvest Rate )

MMULT

Returns the matrix product of two arrays

array1, array2

MMULT( πŸ“Š Array 1 πŸ“Š Array 2 )

MOD

Returns the remainder from division

number, divisor

MOD( πŸ”’ Number πŸ”’ Divisor )

MODE

Returns the most common value in a data set

number1, [number2, ...]

MODE( πŸ”’ Number 1 πŸ”’ Number 2 πŸ”’ Number 3 )

MONTH

Converts a serial number to a month

serial_number

MONTH( πŸ“… Date )

NORMDIST

Returns the normal distribution

x, mean, standard_dev, cumulative

NORMDIST( πŸ”’ X πŸ“Š Mean πŸ“Š Standard Dev πŸ“Š Cumulative )

NORMINV

Returns the inverse of the normal cumulative distribution

probability, mean, standard_dev

NORMINV( πŸ“Š Probability πŸ“Š Mean πŸ“Š Standard Dev )

NORMSDIST

Returns the standard normal cumulative distribution

number

NORMSDIST( πŸ”’ Z )

NORMSINV

Returns the inverse of the standard normal cumulative distribution

probability

NORMSINV( πŸ“Š Probability )

NOT

Reverses the logic of its argument

logical

NOT( ❓ Logical )

NOW

Returns the serial number of the current date and time

-

NOW()

NPER

Returns the number of periods for an investment

rate, pmt, pv, [fv], [type]

NPER( πŸ“Š Rate πŸ’° Payment πŸ’° Present Value )

NPV

Returns the net present value of an investment based on a series of periodic cash flows and a discount rate

rate, value1, [value2, ...]

NPV( πŸ“Š Rate πŸ’° Value 1 πŸ’° Value 2 )

ODD

Rounds a number up to the nearest odd integer

number

ODD( πŸ”’ Number )

OFFSET

Returns a reference offset from a given reference

reference, rows, cols, [height], [width]

OFFSET( πŸ“ Reference πŸ”’ Rows πŸ”’ Columns )

OR

Returns TRUE if any argument is TRUE

logical1, [logical2, ...]

OR( ❓ Logical 1 ❓ Logical 2 )

PEARSON

Returns the Pearson product moment correlation coefficient

array1, array2

PEARSON( πŸ“Š Array 1 πŸ“Š Array 2 )

PERCENTILE

Returns the k-th percentile of values in a range

array, k

PERCENTILE( πŸ“Š Array πŸ”’ K )

PERCENTRANK

Returns the percentage rank of a value in a data set

array, x, [significance]

PERCENTRANK( πŸ“Š Array πŸ”’ X )

PI

Returns the value of pi

PI()

PMT

Returns the periodic payment for an annuity

rate, nper, pv, [fv], [type]

PMT( πŸ“Š Rate πŸ”’ Num Periods πŸ’° Present Value )

POISSON

Returns the Poisson distribution

x, mean, cumulative

POISSON( πŸ”’ X πŸ“Š Mean ❓ Cumulative )

POWER

Returns the result of a number raised to a power

number, power

POWER( πŸ”’ Base πŸ”’ Exponent )

PPMT

Returns the payment on the principal for an investment for a given period

rate, per, nper, pv, [fv], [type]

PPMT( πŸ“Š Rate πŸ”’ Period πŸ”’ Num Periods πŸ’° Present Value )

PRODUCT

Multiplies its arguments

number1, [number2, ...]

PRODUCT( πŸ”’ Number 1 πŸ”’ Number 2 πŸ”’ Number 3 )

PROPER

Capitalizes the first letter in each word of a text value

text

PROPER( πŸ“ Text )

PV

Returns the present value of an investment

rate, nper, pmt, [fv], [type]

PV( πŸ“Š Rate πŸ”’ Num Periods πŸ’° Payment )

RADIANS

Converts degrees to radians

angle

RADIANS( πŸ“ Angle )

RAND

Returns a random number between 0 and 1

RAND()

RANK

Returns the rank of a number in a list of numbers

number, ref, [order]

RANK( πŸ”’ Number πŸ“Š Reference )

RATE

Returns the interest rate per period of an annuity

nper, pmt, pv, [fv], [type], [guess]

RATE( πŸ”’ Num Periods πŸ’° Payment πŸ’° Present Value )

REPLACE

Replaces characters within text

old_text, start_num, num_chars, new_text

REPLACE( πŸ“ Old Text πŸ”’ Start πŸ”’ Num Chars πŸ“ New Text )

REPT

Repeats text a given number of times

text, number_times

REPT( πŸ“ Text πŸ”’ Times )

RIGHT

Returns the rightmost characters from a text value

text, [num_chars]

RIGHT( πŸ“ Text πŸ”’ Num Chars )

ROMAN

Converts an arabic numeral to roman as text

number, [form]

ROMAN( πŸ”’ Number )

ROUND

Rounds a number to a specified number of digits

number, num_digits

ROUND( πŸ”’ Number πŸ”’ Digits )

ROUNDDOWN

Rounds a number down toward zero

number, num_digits

ROUNDDOWN( πŸ”’ Number πŸ”’ Digits )

ROUNDUP

Rounds a number up away from zero

number, num_digits

ROUNDUP( πŸ”’ Number πŸ”’ Digits )

ROW

Returns the row number of a reference

[reference]

ROW( πŸ“ Reference )

ROWS

Returns the number of rows in a reference

array

ROWS( πŸ“Š Array )

SEARCH

Finds one text value within another (not case-sensitive)

find_text, within_text, [start_num]

SEARCH( πŸ” Find Text πŸ“ Within Text πŸ”’ Start )

SECOND

Converts a serial number to a second

serial_number

SECOND( πŸ•’ Time )

SIGN

Returns the sign of a number

number

SIGN( πŸ”’ Number )

SIN

Returns the sine of the given angle

number

SIN( πŸ“ Angle )

SINH

Returns the hyperbolic sine of a number

number

SINH( πŸ”’ Number )

SLOPE

Returns the slope of the linear regression line

known_y's, known_x's

SLOPE( πŸ“Š Known Y's πŸ“Š Known X's )

SMALL

Returns the k-th smallest value in a data set

array, k

SMALL( πŸ“Š Array πŸ”’ K )

SQRT

Returns a positive square root

number

SQRT( πŸ”’ Number )

STANDARDIZE

Returns a normalized value

x, mean, standard_dev

STANDARDIZE( πŸ”’ X πŸ“Š Mean πŸ“Š Standard Dev )

STDEV

Estimates standard deviation based on a sample

number1, [number2, ...]

STDEV( πŸ”’ Number 1 πŸ”’ Number 2 πŸ”’ Number 3 )

STDEVA

Estimates standard deviation based on a sample including numbers text and logical values

value1, [value2, ...]

STDEVA( πŸ“Š Value 1 πŸ“Š Value 2 πŸ“Š Value 3 )

STDEVP

Calculates standard deviation based on the entire population

number1, [number2, ...]

STDEVP( πŸ”’ Number 1 πŸ”’ Number 2 πŸ”’ Number 3 )

STDEVPA

Calculates standard deviation based on the entire population including numbers text and logical values

value1, [value2, ...]

STDEVPA( πŸ“Š Value 1 πŸ“Š Value 2 πŸ“Š Value 3 )

SUBSTITUTE

Substitutes new text for old text in a text string

text, old_text, new_text, [instance_num]

SUBSTITUTE( πŸ“ Text πŸ“ Old Text πŸ“ New Text )

SUBTOTAL

Returns a subtotal in a list or database

function_num, ref1, [ref2, ...]

SUBTOTAL( πŸ”’ Function Num πŸ“ Ref 1 πŸ“ Ref 2 )

SUM

Adds its arguments

number1, [number2, ...]

SUM( πŸ”’ Number 1 πŸ”’ Number 2 πŸ”’ Number 3 )

SUMIF

Adds the cells specified by a given criteria

range, criteria, [sum_range]

SUMIF( πŸ“ Range πŸ“Œ Criteria πŸ“ Sum Range )

SUMPRODUCT

Returns the sum of the products of corresponding array components

array1, [array2, ...]

SUMPRODUCT( πŸ“Š Array 1 πŸ“Š Array 2 )

SUMSQ

Returns the sum of the squares of the arguments

number1, [number2, ...]

SUMSQ( πŸ”’ Number 1 πŸ”’ Number 2 πŸ”’ Number 3 )

SUMX2MY2

Returns the sum of the difference of squares of corresponding values in two arrays

array_x, array_y

SUMX2MY2( πŸ“Š Array X πŸ“Š Array Y )

SUMX2PY2

Returns the sum of the sum of squares of corresponding values in two arrays

array_x, array_y

SUMX2PY2( πŸ“Š Array X πŸ“Š Array Y )

SUMXMY2

Returns the sum of squares of differences of corresponding values in two arrays

array_x, array_y

SUMXMY2( πŸ“Š Array X πŸ“Š Array Y )

T

Converts its arguments to text

value

T( πŸ“Š Value )

TAN

Returns the tangent of a number

number

TAN( πŸ“ Angle )

TANH

Returns the hyperbolic tangent of a number

number

TANH( πŸ”’ Number )

TDIST

Returns the Student's t-distribution

x, deg_freedom, tails

TDIST( πŸ”’ X πŸ”’ Degrees of Freedom πŸ”’ Tails )

TEXT

Formats a number and converts it to text

value, format_text

TEXT( πŸ”’ Value πŸ“ Format Text )

TIME

Returns the serial number of a particular time

hour, minute, second

TIME( πŸ•’ Hour πŸ•’ Minute πŸ•’ Second )

TIMEVALUE

Converts a text time to a serial number

time_text

TIMEVALUE( πŸ“ Time Text )

TODAY

Returns the serial number of today's date

TODAY()

TRANSPOSE

Returns the transpose of an array

array

TRANSPOSE( πŸ“Š Array )

TREND

Returns values along a linear trend

known_y's, [known_x's], [new_x's], [const]

TREND( πŸ“Š Known Y's πŸ“Š Known X's πŸ“Š New X's )

TRIM

Removes spaces from text

text

TRIM( πŸ“ Text )

TRUE

Returns the logical value TRUE

TRUE()

TRUNC

Truncates a number to an integer

number, [num_digits]

TRUNC( πŸ”’ Number πŸ”’ Digits )

UPPER

Converts text to uppercase

text

UPPER( πŸ“ Text )

VALUE

Converts a text argument to a number

text

VALUE( πŸ“ Text )

VAR

Estimates variance based on a sample

number1, [number2, ...]

VAR( πŸ”’ Number 1 πŸ”’ Number 2 πŸ”’ Number 3 )

VARA

Estimates variance based on a sample including numbers text and logical values

value1, [value2, ...]

VARA( πŸ“Š Value 1 πŸ“Š Value 2 πŸ“Š Value 3 )

VARP

Calculates variance based on the entire population

number1, [number2, ...]

VARP( πŸ”’ Number 1 πŸ”’ Number 2 πŸ”’ Number 3 )

VARPA

Calculates variance based on the entire population including numbers text and logical values

value1, [value2, ...]

VARPA( πŸ“Š Value 1 πŸ“Š Value 2 πŸ“Š Value 3 )

VLOOKUP

Looks for a value in the leftmost column of a table and returns a value in the same row from a column you specify

lookup_value, table_array, col_index_num, [range_lookup]

VLOOKUP( πŸ” Lookup Value πŸ“Š Table Array πŸ”’ Column Index )

WEEKDAY

Converts a serial number to a day of the week

serial_number, [return_type]

WEEKDAY( πŸ“… Date )

YEAR

Converts a serial number to a year

serial_number

YEAR( πŸ“… Date )