Math 56

Numbers and formulas
Sorted from new to old.
Card image cap
Hex2Dec

Converts hexadecimal strings into decimals

Card image cap
Dec2Hex

Converts integer decimals into Hexadecimals

Card image cap
RoundUp

Rounds a number up, like Excel function RoundUP

Card image cap
Hex2Bin

Converts Hex to Binary

Card image cap
Number_Formatted

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

Card image cap
iShuffle + lShuffle

Generates a random number, integer or long

Card image cap
RandBetween

Generating random number between two

Card image cap
Floor

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