Search results 106

Sorted from new to old.
Card image cap
Choose20

Chooses from 20 options based on the passed ID, can have any of these passed. ...

Card image cap
Choose10

Choosing a return value based on an ID. Since we have Choose2, Choose3 and ...

Card image cap
CountNumbers_inString

Returns how many numbers found inside a text

Card image cap
Quarter1stLastDate_FromQuarterText

Returns the date of 1st day or last day in a Quarter Mar 31st, Jun 30th, Sep ...

Card image cap
DecimalPlaces

Returns how many decimal places the number have

Card image cap
IfString_StartsWith_AndOr_EndsWith

Checks if String starts with certain char and ends with certain char Or one of ...

Card image cap
ANmaReplace_Occurrence

Replaces certain occurrence of a string with another inside a string. Like ...

Card image cap
CountRowCells

Counts how many cells with data in a row, starting from certain column until ...

Card image cap
JSON_To_Table

An attempt to read json into table. This one is a work in progress, tested and ...

Card image cap
CountColumnCells_2Criteria

Counts how many cells matching 2 criterias. Just like

Card image cap
SortArea4

Sort range of cells by up to 4 columns. Can use any of these columns, not ...

Card image cap
Between2int and Between2intinc

Checks if number between two numbers, with or without considering those numbers. ...

Card image cap
VBInstr_Numeric

Finds location of 1st numeric character inside string starting from a certain ...

Card image cap
EdgarCIK

Search for company long name in Edgar and returns its CIK Using SEC.gov site ...

Card image cap
SwitchTextinCells

Switch text inside cells with another text. This was needed to correct an bug ...

Card image cap
HTMLTagID_Previous

Return id for any html tag that was found above certain location of html page. ...