Complete List

This is a complete list of all the additional functions organised by category.

ACRONYMReturns the first letter of each word.
ADDNUMBERSReturns the sum of a group of numbers.
AGEReturns the age of a person given a birthday.
AVERAGEVISIBLEReturns the average value in a list or array of numbers in only visible cells.
AVERAGEVISIBLEIFSReturns the average value in a list or array of numbers that satisfies multiple conditions.
BUSDAYNEXTReturns the date of the next business day.
BUSDAYPREVIOUSReturns the date of the previous business day.
COMMENTGETReturns the comment associated with a particular cell.
COMPARECELLSReturns a description of whether two ranges are identical or not.
CONTAINSReturns whether a string is contained inside another string.
CONVERTTIMEReturns the time converted to a decimal hours, minutes or seconds.
COUNTBETWEENReturns the number of cells that have a value that is between a range.
COUNTFORMATReturns the number of cells that have a particular cell color or font color.
COUNTHIDDENSHEETSReturns the total number of hidden sheets in the active workbook.
COUNTSUBSTRINGReturns the number of times a substring occurs in a larger text string.
COUNTVISIBLEReturns the number of non blank cells in only visible cells.
COUNTVISIBLEIFSReturns the number of non blank cells that satisfies multiple conditions.
DATEDIFFERENCEReturns the difference between two dates.
DATESERIALReturns the date serial number given a date in text format.
DAYSINAMONTHReturns the number of days in a month and year.
DAYSINAYEARReturns the number of days in a year.
DAYSTOReturns the number of days (or other units) to a specific event.
DAYSTOCHRISTMASReturns the number of days to Christmas.
DUPLICATECELLSReturns the cell addresses of all the items that appear more than once.
DUPLICATEVALUESReturns the list of items that appear more than once.
EMAILVALIDReturns whether a string is a valid email address.
EXTRACTFILENAMEReturns only the file name from a full file path.
EXTRACTFOLDERPATHReturns only the folder path from a full file path.
EXTRACTNUMBERSReturns only the numbers from a text string.
FILEEXISTSReturns whether a particular file exists.
FORMATGETReturns a specific formatting attribute from a particular cell.
HYPERLINKGETReturns the hyperlink associated with a particular cell.
ISBOLDReturns whether a particular cell has been formatted in bold.
LASTINCOLUMNReturns the last cell that contains data in a particular column.
LASTINROWReturns the last cell that contains data in a particular row.
MAXVISIBLEReturns the largest value in only visible cells.
MAXVISIBLEIFSReturns the largest value in a list or array of numbers that satisfies multiple conditions.
MERGECELLSReturns the contents from all the cells and combines them to return a single string.
MINVISIBLEReturns the smallest value in only visible cells.
MINVISIBLEIFSReturns the smallest value in a list or array of numbers that satisfies multiple conditions.
NUMBERFORMATGETReturns the number format that has been applied to a particular cell.
RANDOMPASSWORDReturns a specific number of random ASCII characters.
REMOVENUMBERSRemoves all numbers and spaces from a text string.
REVERSEReturns the characters of a text string in reverse.
SAMPLEDATAInserts sample data into the active worksheet.
SCRAMBLEReturns the characters of a text string with all the characters in a random order.
SPELLNUMBERReturns the text after converting a number into words.
SPELLNUMBERREVERSEReturns the value after converting words into a number.
SUMFORMATReturns the sum of all the values that have been formatted with multiple attributes.
SUMVISIBLEReturns the sum of values from the visible, non blank cells.
SUMVISIBLEIFSReturns the total value of the numbers that satisfies multiple conditions.
TIMENOWReturns the current time as a string (in the format "hh:mm:ss").
USERNAMEReturns the application's user name or the domain username.
WORKBOOKFILENAMEReturns the file name of the active workbook.
WORKBOOKPATHReturns the folder path of the active workbook.
WORKBOOKPATHFILENAMEReturns the folder path and file name of the active workbook.
WORKBOOKPROPERTIESReturns a particular workbook property of the active workbook.
WORKSHEETNAMEReturns the name of the worksheet in a given position.
ACRONYM
Returns the first letter of each word.
ADDNUMBERS
Returns the sum of a group of numbers.
AGE
Returns the age of a person given a birthday.
AVERAGEVISIBLE
Returns the average value in a list or array of numbers in only visible cells.
AVERAGEVISIBLEIFS
Returns the average value in a list or array of numbers that satisfies multiple conditions.
BUSDAYNEXT
Returns the date of the next business day.
BUSDAYPREVIOUS
Returns the date of the previous business day.
COMMENTGET
Returns the comment associated with a particular cell.
COMPARECELLS
Returns a description of whether two ranges are identical or not.
CONTAINS
Returns whether a string is contained inside another string.
CONVERTTIME
Returns the time converted to a decimal hours, minutes or seconds.
COUNTBETWEEN
Returns the number of cells that have a value that is between a range.
COUNTFORMAT
Returns the number of cells that have a particular cell color or font color.
COUNTHIDDENSHEETS
Returns the total number of hidden sheets in the active workbook.
COUNTSUBSTRING
Returns the number of times a substring occurs in a larger text string.
COUNTVISIBLE
Returns the number of non blank cells in only visible cells.
COUNTVISIBLEIFS
Returns the number of non blank cells that satisfies multiple conditions.
DATEDIFFERENCE
Returns the difference between two dates.
DATESERIAL
Returns the date serial number given a date in text format.
DAYSINAMONTH
Returns the number of days in a month and year.
DAYSINAYEAR
Returns the number of days in a year.
DAYSTO
Returns the number of days (or other units) to a specific event.
DAYSTOCHRISTMAS
Returns the number of days to Christmas.
DUPLICATECELLS
Returns the cell addresses of all the items that appear more than once.
DUPLICATEVALUES
Returns the list of items that appear more than once.
EMAILVALID
Returns whether a string is a valid email address.
EXTRACTFILENAME
Returns only the file name from a full file path.
EXTRACTFOLDERPATH
Returns only the folder path from a full file path.
EXTRACTNUMBERS
Returns only the numbers from a text string.
FILEEXISTS
Returns whether a particular file exists.
FORMATGET
Returns a specific formatting attribute from a particular cell.
HYPERLINKGET
Returns the hyperlink associated with a particular cell.
ISBOLD
Returns whether a particular cell has been formatted in bold.
LASTINCOLUMN
Returns the last cell that contains data in a particular column.
LASTINROW
Returns the last cell that contains data in a particular row.
MAXVISIBLE
Returns the largest value in only visible cells.
MAXVISIBLEIFS
Returns the largest value in a list or array of numbers that satisfies multiple conditions.
MERGECELLS
Returns the contents from all the cells and combines them to return a single string.
MINVISIBLE
Returns the smallest value in only visible cells.
MINVISIBLEIFS
Returns the smallest value in a list or array of numbers that satisfies multiple conditions.
NUMBERFORMATGET
Returns the number format that has been applied to a particular cell.
RANDOMPASSWORD
Returns a specific number of random ASCII characters.
REMOVENUMBERS
Removes all numbers and spaces from a text string.
REVERSE
Returns the characters of a text string in reverse.
SAMPLEDATA
Inserts sample data into the active worksheet.
SCRAMBLE
Returns the characters of a text string with all the characters in a random order.
SPELLNUMBER
Returns the text after converting a number into words.
SPELLNUMBERREVERSE
Returns the value after converting words into a number.
SUMFORMAT
Returns the sum of all the values that have been formatted with multiple attributes.
SUMVISIBLE
Returns the sum of values from the visible, non blank cells.
SUMVISIBLEIFS
Returns the total value of the numbers that satisfies multiple conditions.
TIMENOW
Returns the current time as a string (in the format "hh:mm:ss").
USERNAME
Returns the application's user name or the domain username.
WORKBOOKFILENAME
Returns the file name of the active workbook.
WORKBOOKPATH
Returns the folder path of the active workbook.
WORKBOOKPATHFILENAME
Returns the folder path and file name of the active workbook.
WORKBOOKPROPERTIES
Returns a particular workbook property of the active workbook.
WORKSHEETNAME
Returns the name of the worksheet in a given position.

© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited TopPrevNext