Search results 184

Sorted from new to old.
Card image
IIF

Works the same as it's VB IIF equivalent. IIf will coerce an expression into ...

Card image
Weighted_Average

Does a weighted average, knowing that mathematical average between two numbers ...

Card image
SortArea5

Sort range or area by 5 columns, range can be any number of columns, but the ...

Card image
ServerVar

Get value of Server variable by passing variable name aVar can be any of these ...

Card image
SortArea3

Sort range or area by 3 columns, range can be any number of columns, but the ...

Card image
SortArea1

Sorts a range or area by 1 column given its cell address, with options to ...

Card image
strUnQuote

This will tests to see if strQuotedString is wrapped in quotation marks, and, ...

Card image
XorC

Simple small function to Encrypt or Decrypt a string in cell Test_XorC is for ...

Card image
DeleteAllFiles

Delete All Files in a Folder. Needs a reference to Microsoft Scripting Runtime

Card image
WordsOf + Words_Len

WordsOf to create list of words from a block after converting every special ...

Card image
UTF8R_toChar

Converts characters created by program R into actual chars as in < U+641 > to ...

Card image
WeekNum

Generates the calendar week number for a certain date, counting the first week ...

Card image
DosCommand_Read

Get output of DOS Command in string, by reading output into temp text file, ...

Card image
AreTheyTheSame

Compares between two files in binary mode and returns true if they are ...

Card image
IsFolder

Returns a Boolean value that indicates if the parameter is a folder.

Card image
Match2

Matching by two values at the same time in two columns Just like Match the ...