Day(s)

:

Hour(s)

:

Minute(s)

:

Second(s)

How To Find The Position Of The Minimum

How To Find The Position Of The Minimum

Example =MATCH(MIN(B3:B10),B3:B10,0) Download Example File Generic Formula =MATCH(MIN(Range),Range,0) Range – This the range of values in which you would like to find the relative position of the minimum value. What It Does This formula will return the relative...
How To Find The Position Of The Maximum

How To Find The Position Of The Maximum

Example =MATCH(MAX(B3:B10),B3:B10,0) Download Example File Generic Formula =MATCH(MAX(Range),Range,0) Range – This the range of values in which you would like to find the relative position of the maximum value. What It Does This formula will return the relative...
How To Test If A Sheet Exists

How To Test If A Sheet Exists

Example =ISREF(INDIRECT(“‘”&B3&”‘!A1”)) Download Example File Generic Formula =ISREF(INDIRECT(“‘”&SheetName&”‘!A1”)) SheetName – This is the text which you want to test if it...
How To Generate A Random Letter

How To Generate A Random Letter

Example =CHAR(RANDBETWEEN(B3,C3)) Download Example File Generic Formula =CHAR(RANDBETWEEN(Lower,Upper)) Lower – This is an integer value and will depend on what type of character you want to generate. Upper – This is an integer value and will depend on...