Math 57

Numbers and formulas
Sorted from new to old.
Card image
Distance_Calc_fromString

Calculate distance between two points (Latitude, Longitude) LatLon1 and ...

Card image
Hex2Dec

Converts hexadecimal strings into decimals

Card image
Dec2Hex

Converts integer decimals into Hexadecimals

Card image
RoundUp

Rounds a number up, like Excel function RoundUP

Card image
Hex2Bin

Converts Hex to Binary

Card image
Number_Formatted

Format the number as ' <1000 = 1,2,55, 85, 989 ' <1000000 = 1K, ...

Card image
iShuffle + lShuffle

Generates a random number, integer or long

Card image
RandBetween

Generating random number between two

Card image
Floor

Rounding a number to nearest integer closest to zero.
Equivalent to Excel ...