Similar codes

code image
PrevWeekday

Returns date of the previous weekday (Friday, Saturday, Sunday, etc) from ...

Feb1

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 ...

2024Jan6

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, ...

2023Oct25

Recently by developer

code image
ToggleCells

Toggle a value through list of cells in a range Pass current value and range ...

Feb2

code image
Toggle5Values

Toggles among up to 5 values. Pass the current values, then up to 5 values (in ...

Feb2

code image
PrevWeekday

Returns date of the previous weekday (Friday, Saturday, Sunday, etc) from ...

Feb1

code image
TrimLines

Remove all line breaks from text from a text. Not like

Jan31

Random Codes

code image
GetAmazonPrice

Reading price of an item in Amazon. An AI-generated function with AI-generated ...

2023Apr3

code image
Special chars

How to type special characters in keyboard using ALT + keypad numbers I also ...

2021Oct13

code image
Checks if URL is valid

Checks if URL is actually working. Uses XMLHTTP object to see if that URL ...

2018Dec9

code image
GetRelativePath

Get relative path of one to another Pass two path strings to this function and ...

2018Jul19