Math 49 Numbers and formulas

Card image cap
Int function in ASP Classic (cint vs fix)

If you are looking for a function ASP Classic (VBScript) to do what Int() does ...

Card image cap
Random Number in SQL

Generate Random number inside SQL using timestamp (GetDate function) One of ...

Card image cap
Column1Range

Return a range of cells in column where ... Return Range Ignore header ...

Card image cap
Any2Dec

Converts a number of any base to decimal. Hexa to decimal, octa to decimal, ...

Card image cap
Luhn

Luhn function to return true or false if is valid based on Luhn identification ...

Card image cap
ANmaInt

Cuts the integer part of a number. Like INT, FIX, or CINT I know we already ...

Card image cap
Convert_Dash_to_Zero

Convert cells with dashes to zeros. Quick code needed to reset sheet copied ...

Card image cap
Range_Add_or_Subtract

Adds an amount (or subtract) from a range of cells in one click Similar to

Card image cap
Cell_Add_or_Subtract

Adds amount to active cell, or subtract Applies to selected cell in current ...

Card image cap
BooleanCount

Counts how many values are True (or anything) in an array of boolean values ...

Card image cap
Fill down

Fill down series in Excel. NotReadyYet! This is a work-in-progress function! ...

Card image cap
COUNTIFS as Rank

Simplest way to rank among peers. used COUNTIFS in case we need to add more ...