This formula will return the relative position of the minimum value in a given range of numerical values. The formula will work for any one dimensional vertical or horizontal range. If the range contains multiple minimums, then the formula will return the position of the top most or left most minimum.
read more
How To Find The Position Of The Maximum
This formula will return the relative position of the maximum value in a given range of numerical values. The formula will work for any one dimensional vertical or horizontal range. If the range contains multiple maximums, then the formula will return the position of the top most or left most maximum.
How To Count Cells That Contain Exactly N Characters
This formula will count the number of cells in a given range which contain exactly N characters.
How To Test If A Sheet Exists
Example =ISREF(INDIRECT("'"&B3&"'!A1")) Generic Formula...
How To Generate A Random Letter
This formula will generate a random letter or symbol.
How To Get The Domain From An Email Address
This formula will return the domain from a given email address. For example the domain of “yourname@yourcompany.com” would be “yourcompany.com”.