Similar codes

code image
ANmaDate

Returns date in human format. Which is as follows... Just day name (and time) ...

2023Apr27

code image
RemoveDuplicates

Removes duplicated items from a 1-dim array into new array, does not modify ...

2022Jul7

code image
MyMonthName

Returns the month name in one of 5 formats (below) It can use full date or ...

2018Apr21

code image
BusinessDateAdd

Counts the number of business days Add or subtract a number of business days ...

2023Oct11

code image
pd

Format a number with total number of digits I used it to format a date as ...

2018Dec29

code image
UnUnixDateTime

Convert a number represents a date in Unix format back into date, opposite of ...

Jan6

code image
DateDiff_En

Calculates the differences of date (against NOW) and return in English ...

2022Mar3

code image
BusinessDateDiff

Number of Business days between two dates. Note that it doesn't take Christmas, ...

Oct25

code image
QuarterNumber_FromDate

Returns the number of quarter from a date

Jul26

Recently by developer

code image
HTMLCloseTag_HasWordAfter

Finds the number of occurrence of a "Numeric" inside a string having a certain ...

Sun 4AM

code image
CountColumnCells_Unique

COunts unique cells found in a column. Passing sheetname, workbook name and ...

Sun 4AM

code image
RoundUp2

Rounds a number to nearest identifier up. Like 105 up to nearest 20 ...

Oct1

code image
Walking Columns (Scrollable Columns-Chart)

Allow users to scroll through columns in column-chart. Used chart.js, this is ...

Sep30

Random Codes

code image
merge2Arrays

Merges two 1-dimension arrays and return an array Both should be 1 dimensional ...

2021Sep21

code image
LEGO cube loader

Pure CSS LEGO loader This looks great for my 7Bricks project From

2019Jun21

code image
SheetDelete_ANmar

Deletes a sheet from a workbook, checks it is already there first

2018Aug9

code image
CreateFullTree

Creates full tree if not found

2018Jul9