Search results 53

Sorted from new to old.
Card image cap
ANmaRead_1stFile

Returns information about first file name found after sorting matching files in ...

Card image cap
FindZipFile_WShell

Finds the first zip in a folder matching wild cards mask using WScript.Shell ...

Card image cap
FindImg_WShell

Finds the first image in a folder matching wild cards mask using WScript.Shell ...

Card image cap
ANmaReplace_Occurrence

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

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
MatchIf6Up

Searches for 6 values in 6 columns and return the row number found in. ...

Card image cap
MatchIf6

Searching for row have 6 matches found in 6 different columns, because we had 5, ...

Card image cap
MatchIf5Up

Searches for five cells in five columns and return the row number if all found ...

Card image cap
ANmaSearch_ApostropheFriends

Searches for string inside string with apostrophe variations conversion

Card image cap
MatchIF5

Searching for rows having 5 values in 5 columns Like

Card image cap
CountColumnCells_2Criteria

Counts how many cells matching 2 criterias. Just like

Card image cap
MatchIf2Up

Search for 2 items in 2 columns starting from last row upword (Starting with ...

Card image cap
MatchIfUp or MatchIfRev

Searching for an item in a column from bottom to top. Will search for item in ...

Card image cap
VLookup_HTML

Does a search in 1st column (< td tag) in an HTML table (< table tag), and ...

Card image cap
ConcatenateStrings_AmongString

Collect strings matching search from a longer string. I used it to concatenate ...

Card image cap
ANStrFind_AndOrAdd

Checks if an item was found in list of items and return 1 if yes, 0 if not ...