Codes Required

Card image cap
CutString_ReverseFrom

Returns full string starting from the point of LocIndex minus back where we ...

Feb27

Card image cap
CutString11

Cuts long string from certain character to certain character with option to ...

Feb24

Card image cap
CutString9

Cuts from CutFrom starting from any of items found from ...

Jan7

Card image cap
CutString7

Cuts right part of a string starting from certain occurrence of a separator ...

Jan1

Card image cap
CutString8

Cuts a string from certain character to certain character with option of either ...

2021May29

Card image cap
CutString_Words_Left + CutString_Words_Mid

Cuts the left or Middle part of string without breaking words Can specify ...

2018Aug8

Card image cap
CutString1

Cuts a string from a string starting from a specific character index and until ...

2018Jul11

Card image cap
GetColumnName, ColumnName_XOffset

Gets the column name from a cell address. Returns "E" from "E45", or "BR" from ...

2018Jun15

Card image cap
CutString3_Search

Using same code in CutString3, this will search for matching items. Searches ...

2018May29

Card image cap
CutString

Cuts a string from certain char till certain char, can be used to cut left, ...

2018May29

Card image cap
CutString3

Cuts string from a larger one based on a specific separator.

2018May29

Card image cap
CutString3

Cuts a string from a larger one using separators.
Ex, CutString3("Will ...

2018May29

Card image cap
CutString3

Cuts string from a larger one based on a specific separator.

2018May29

Similar codes

Card image cap
MatchIf (aka VMatchIf)

The best Match I created, return 0 if not found, kind of CountIF+Match ...

2018Jun16

Card image cap
Match4

Matching 4 values at the same time in 4 columns Just like Match the function, ...

2018Jun16

Card image cap
RowList_Matching

Returns list of rows numbers having cells matching text in a column. Passing ...

2021Dec27

Card image cap
Match2

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

2018Jun16

Card image cap
CountColumnCells_2Criteria

Counts how many cells matching 2 criterias. Just like

Wed 7AM

Card image cap
Match3

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

2018Jun16

Card image cap
MatchIf2Up

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

Mon 9AM

Card image cap
CellRead (SimpleLookup)

Simply reading a value from a specific cell from a sheet from a workbook ...

2018Jun25

Card image cap
MatchIf_ThenDelete

Searches for an item in a column, then if found, delete that cell (not clear, ...

2018Jun17

Recently by developer

Card image cap
CountColumnCells_2Criteria

Counts how many cells matching 2 criterias. Just like

Wed 7AM

Card image cap
Files_FoundHours

Listing the file from a folder that was created during last few hours. Can ...

Tue 7AM

Card image cap
MatchIf2Up

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

Mon 9AM

Card image cap
ANString_Location

Finds the location of a sting inside list of strings with certain separator, or ...

Apr23

Random Codes

Card image cap
SortArea4

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

Apr15

Card image cap
IfFullWord

Returns True if found as full, False if not found as full Full word means word ...

Jul24

Card image cap
ShapeName clicked

Simple command to know which object (shape) the user clicked When you assign a ...

2022Feb4

Card image cap
CSS3 Progressbar

A progress-bar in pure CSS3, used before we got Bootstrap :-)

2019Jan14